/* CSS Document */



.article-read .header {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 20px;
}

.article-read .sub-header {
    margin-bottom: 10px;
}

.html-content img {
    max-width: 100%;
    margin-top:10px;
    margin-bottom:10px;
}

.html-content {
    line-height: 200%;
}