.article .note h3.title, .article .tip h3.title, .article .warning h3.title, .article .caution h3.title, .article .important h3.title{
      margin-top: 0.5em;
    font-size: 18px;
      line-height:inherit;
      padding:0px;
      border-bottom: none;
    margin-bottom: 0px;
}

.article .note, .article .tip, .article .warning, .article .caution,.article .important{
      display: block;
    padding: 12px 18px 12px 65px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -moz-background-clip: padding;
    /* -webkit-background-clip: padding-box; */
    /* background-clip: padding-box; */
    border: 1px;
    border-style: solid;
    line-height: 1.5rem;
    margin-top: 18px;
    margin-bottom: 18px;
    position: relative;

    border-color: #2ab27b;
    background-color: #E7F6F0;
    margin-left: 0px!important;
    margin-right: 0px!important;
}

.article .note:before, .article .tip:before, .article .warning:before, .article .caution:before, .article .important:before{
    content: '\f040';
    color: #2ab27b;
    font-size: 28px;
    font-weight: 300;
    position: absolute;
    left: 20px;
    top: 22px;
    vertical-align: middle;
    font-family: FontAwesome;
}


.article .important:before{
    content: '\f05a';
}



.article .tip{
    border-color: #3aa3e3;
    background-color: #F0F7FB;

}

.article .tip:before{
    content: '\f0d0';
    color: #3aa3e3;
}

/*Warning*/
.article .warning{
    border-color: #ffb74d;
    background-color: #ffebcc;

}

.article .warning:before{
    content: '\f071';
    color: #ffb74d;
}

/*Caution*/
.article .caution{
    border-color: #ffe81a;
    background-color: #fdffcc;

}

.article .caution:before{
    content: '\f071';
    color: #ffe81a;
}

.videoobject {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
    margin-top: 2em;
}

.videoobject iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.article .informaltable td, .article .table td, .article .alternate td{
  padding-left:1em;
  padding-right:1em;
}
