.news .news-content .content-description p {
    /*line-height: 1.5em;*/
}

.news .news-content .content-description img {
    max-width: 100% !important;
    height: auto !important;
}

.news .news-content .content-description ul {
    list-style: disc;
    /*line-height: 1.5em;*/
    margin: 0 0 15px 25px;
}


.news .news-content .content-description ol {
    list-style: decimal;
    /*line-height: 1.5em;*/
    margin: 0 0 15px 25px;
}

.news .news-content .content-description hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #ffffff;
}

.news .news-content .content-description table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;

}

.news .news-content .content-description table td,
.news .news-content .content-description table th {
    padding: 9px 10px;
    text-align: left;
    vertical-align: top;
}

.news .news-content .content-description h5,
.news .news-content .content-description h4,
.news .news-content .content-description h3{
    margin-bottom: 15px;
    /*line-height: 1.5em;*/
}

.news .news-content .content-description a {
    color: #1d9c1d;
}

.static-page-content {

}