.myArticle {
    margin-top: 20px;
}


/* */

body .nav-tabs {
    /*padding-left: 15px;*/
}

body .nav-tabs > li > a {
    color: #000000;
}

body .nav-tabs > li.active > a {
    background-color: #446699;
    color: white;
}


/*
 * Update to make all texts color to blue
 */

.article-body {
    color: #446699 !important;
}

.article-info-title {
    color: #446699 !important;
}

.article-subTitle {
    color: #446699 !important;
}

.article-paragraph-header {
    color: #446699 !important;
}

.article-intro {
    color: #000000 !important;
}

.stanfordRed {
    color: #446699 !important;
}

.stanfordRed {
    color: #446699;
    /*color: #800000;*/
}

.stanfordRed {
    color: #446699;
    /*color: #800000;*/
}


/* Header line */

.article-hr {
    border-top: 2px solid #446699;
}


/* * * * * * * * * * */

.article-body {
    padding-left: 20px;
    font-family: "Times New Roman";
}

.article-info-title {
    padding-bottom: 10px;
    font-weight: bold;
}

.article-header {
    font-size: large;
    line-height: 80%;
}


/*
 * innerHTML settings
 */

.jumbotron {
    padding: 10px 10px 10px 10px !important;
    margin-bottom: 45px !important;
}

.article-intro {
    font-weight: bold;
    line-height: 120%;
    margin-top: 10px !important;
    padding-left: 10px;
}

.article-content {
    font-size: large;
    line-height: 120%;
}

.article-content-element {
    font-size: large;
    /*margin-left: 40px;*/
}

.article-subTitle {
    font-family: Arial Black;
    text-transform: uppercase;
    margin-top: 45px;
    margin-bottom: 25px;
}

.article-reference {
    font-size: medium;
    padding-left: 0px;
    list-style-position: inside;
    line-height: 115%;
}

.article-info-reference {
    line-height: 120%;
    font-size: medium;
}

.article-img {
    max-width: 100%;
    max-height: 100%;
}

.article-img-float-right {
    float: right;
}

.article-img-float-left {
    float: left;
}

.article-paragraph-header {
    font-family: Arial Black;
    text-transform: uppercase;
    padding-top: 15px;
}

.article-paragraph {
    font-size: large;
    line-height: 120%;
    padding-left: 25px;
}

.article-paragraph-element {
    padding-left: 70px;
    font-size: large;
}

.article-consultation {
    font-size: medium;
    !important;
}

ol.lowerAlpha_double {
    counter-reset: item;
}

ol.lowerAlpha_double > li {
    list-style: none;
    position: relative;
}

.lowerAlpha_double > li:before {
    counter-increment: item;
    content: "(" counter(item, lower-alpha) ") ";
    position: absolute;
    left: -1.4em;
}

ol.upperAlpha_single {
    counter-reset: item;
}

ol.upperAlpha_single > li {
    list-style: none;
    position: relative;
}

.upperAlpha_single > li:before {
    counter-increment: item;
    content: counter(item, upper-alpha) ") ";
    position: absolute;
    left: -1.4em;
}

ul.dashed {
    list-style-type: none;
    margin-left: 0;
}

ul.dashed > li:before {
    display: inline-block;
    content: "-";
    width: 1em;
    margin-left: -1em;
}

ol.article-reference > li {
    padding-bottom: 5px;
}

ol.decimal_single {
    counter-reset: item;
    padding-left: 1.4em;
}

ol.decimal_single > li {
    list-style: none;
    position: relative;
}

.decimal_single > li:before {
    counter-increment: item;
    content: counter(item, decimal) ") ";
    position: absolute;
    left: -1.4em;
}

.article-info-author {
    line-height: 120%;
    margin-bottom: 0px;
}

.article-title {
    font-size: large;
    font-family: 'Arial Black';
    margin-bottom: 5px;
    line-height: 100%;
}

.underline {
    text-decoration: underline;
}

.article-content-info {
    font-family: 'Arial';
    font-size: medium;
    line-height: 120%;
}

.article-content-blue {
    font-size: medium;
    line-height: 120%;
    color: #4873B1;
}


/* Table*/

.article-table {
    font-size: medium;
    margin: 0 auto;
}

.article-table-color {
    background-color: #CCDDFF;
}

.article-table-boarder-top {
    border-top: solid windowtext 1.0pt;
}

.article-table-boarder-bottom {
    border-bottom: solid windowtext 1.0pt;
}

.article-table-boarder-right {
    border-right: solid windowtext 1.0pt;
}

.article-table-body {
    padding-left: 5px;
}

.article-table-center-align {
    text-align: center;
}

.article-table-caption {
    color: black;
    font-size: small;
    text-align: center;
}

.article-table-bottom-caption {
    color: black;
    font-size: small;
    text-align: left;
    caption-side: bottom;
}

.article-img-logo {
    float: right;
    position: relative;
    top: -60px;
}

.article-table-full-boarder {
    border: 2px solid #800000;
    background-color: #DDCC88;
    width: 80%;
    font-size: large;
}

.article-table-reference-row {
    /*height: 19px;*/
}

.article-table-reference-category {
    padding-left: 2%;
    padding-right: 2%;
    width: 20%;
}

.article-table-reference-content {
    width: 80%;
    padding-top: 1%;
    padding-bottom: 1%;
}

body #sleepArt .article-table-overall {
    font-size: medium;
    margin: 0 auto;
    width: 100%;
}
        
body #sleepArt .article-table-img {
    width: 80%;
    padding-top: 20px;
    padding-bottom: 20px;
}

body #sleepArt .article-table-img-col {
    width: 33.3%;
}
