p.justify-last:after {
    content: "";
    display: inline-block;
    width: 100%;
}
.rowContent:before,
.rowContent:after {
    display: table;
    line-height: 0;
    content: "";
    margin: 0;
}
.rowContent:after {
    clear: both;
}

p.no-after:after{content:"";}

.row-fluid [class*='span']{
    width: auto !important;
    min-height: 0px !important;
}
.pagination {
    position: relative;
    float: left;

    left: 50%;
    margin: 0;
    padding: 0;

    font-size:13px;
    font-weight:normal;
    font-style:normal;
    text-decoration:none;
}

.docs-href-additiondesc{
    margin-right:5px;
}


.docs-tree-dots{
    font-weight: bold;
}
.filelinks-a a:hover,.docs-tree-dots a:hover, .docs-bighref a:hover, .docs-href-additiondesc:hover {
    text-decoration: underline !important;
    color: #456ee0 !important;
}

.filelinks-a a,.docs-tree-dots a, .docs-bighref a, .docs-href-additiondesc {
    text-decoration: none !important;
    color: #6C93FF !important;
}

.docs-main select {
    -webkit-appearance: button;
    -moz-appearance: button;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-padding-end: 20px;
    -moz-padding-end: 20px;
    -webkit-padding-start: 2px;
    -moz-padding-start: 2px;
    background-color: #ffffff;
    background-position: center right;
    background-repeat: no-repeat;
    border: 1px solid #AAA;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    color: #555;
    font-size: inherit;
    margin: 0;
    overflow: hidden;
    padding-top: 2px;
    padding-bottom: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.docs-grey-span {
    font-size:13px;
    font-weight:normal;
    font-style:normal;
    text-decoration:none;
    color:#999999;
    float: right !important;
}

.docs-italic-span{
    font-size:13px;
    font-weight:normal;
    font-style:italic;
    text-decoration:none;
    color:#333333;
    width: auto !important;
}

.pagination a {

    text-decoration: none;
    border: solid 1px #AAA;
    color: #15B;
}

.pagination a, .pagination span {
    position: relative;

    right: 50%;
    display: block;
    float: left;
    padding: 0.3em 0.8em;
    margin-right: 5px;
    margin-bottom: 5px;
    height: auto;
}

.pagination .current {
    background:#D1CECE;
    color: #fff;
    border: solid 1px #AAE;
}

.pagination .current.prev, .pagination .current.next{
    color:#999;
    border-color:#999;
    background:#fff;
}


.docs-section a {
    text-decoration: none;
    color: #333333;
}

.docs-section{
    position: relative;
    /* border: 1px solid #AAA;*/
    padding: 5px;
    margin-bottom: 3px;
    /*font: 14px/1.3 'PT Sans';*/
    letter-spacing: 0em;
}

.docs-section-border{
    border: 1px solid #AAA;
}

.docs-main{
    padding: 13px;
    margin-bottom: 14px;
    letter-spacing: 0em;
}

.clear {
    clear: both;
}
.docs-section-content-center-addition-left{
    width: 40%;
    position: relative;
    float: left;
    text-align: right;
}
.docs-section-content-center-addition-right{
    position: relative;
    width: 59.5%;
    float: right;
}

.docs-section-content-center-addition{

}
.docs-section-content-center{
    position: relative;
    width: 90%;
    height: 100%;
    min-width: 80%;
    min-height:100%;
    float:right;
}
.docs-section-content-left {
    position: relative ;
    min-height: 100%;
    height: 100%;
    float: left;
}

.docs-case-img {
    position: relative;
    left: 0px;
    top: 0px;
    width: 45px;
    height: 40px;
    padding: 5px;
}
.docs-section-content-center-title  {
    font:Arial !important;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: #333333;
}

.docs-bighref{
    font-family: Arial Black;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    color: #333333;
}

.docs-section-content-left section {
    font: 14px/1.3 'PT Sans';
    letter-spacing: 0em;
}

.docs-select {
    margin-left: 10px;
    margin-bottom: 10px;
    width: 55%;
}

