.news {
    margin-top: 1em;
}
.news .nav::after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}
.news .article {
    padding-bottom: 15px;
}
.news .article:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.news .article::after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}
.news .article .news-img-wrap {
    float: left;
    margin: 3px 12px 5px 0px;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
}
.news .article .news-img-wrap a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    display: block;
    float: left;
    padding: 4px;
}
.news .article .news-img-wrap img {
    float: left;
    height: auto;
    width: auto;
}
.news .article .teaser-text {
    margin: 0px 0px 10px;
}
.news .article h3 {
    margin: 0px;
}
.news-category-view > ul > li:nth-child(2n) {
    background: rgb(249, 249, 249) none repeat scroll 0% 0%;
    border-top: 1px solid rgb(238, 238, 238);
    border-bottom: 1px solid rgb(238, 238, 238);
}
.news .nav ul {
    display: inline;
    float: left;
    margin: 0;
}
.news .nav li {
    float: left;
}
.news .nav a {
    display: block;
    float: left;
}
.news .footer {
    clear: both;
    color: #888;
    padding: 5px 0;
}
.news .footer p {
    line-height: 1em;
}
.news .footer span {
    border-right: 1px solid #ddd;
    display: inline-block;
    padding-right: 5px;
}
.news .footer span:last-child {
    border-right: 0 none;
}
.news .footer .news-category a {
    text-transform: uppercase;
}
.news .no-news-found {
    color: #db0202;
    font-style: italic;
}
.news .page-navigation p {
    float: left;
}
.news .page-navigation ul {
    float: right;
}
.news .page-navigation ul li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: block;
    float: left;
    padding: 0 1px;
}
.news .page-navigation ul li a {
    display: block;
    padding: 1px 2px;
}
.news-category-view ul li {
    padding: 5px 8px;
}
.news-category-view ul li li {
    padding: 2px 8px 2px 12px;
}
.news-category-view .category-desc {
    border-left: 1px solid #ddd;
    margin-left: 10px;
    padding-left: 10px;
}
.news-single .footer {
    border-bottom: 0 none;
    border-top: 1px solid #eee;
    margin-bottom: 20px;
    margin-top: 5px;
    padding: 10px 0 0;
}
.news-single .article .news-img-wrap {
    float: right;
    margin: 12px 12px 12px 25px;
    width: 282px;
}
.news-single .article .news-img-wrap img {
    float: none;
}
.news-single .teaser-text {
    color: #888;
    font-size: 15px;
}
.news-text-wrap {
    margin-bottom: 10px;
}
.news-img-caption {
    color: #888;
}
.news-related-wrap {
    display: table;
    margin-top: 20px;
    width: 100%;
}
.news-related {
    border: 1px solid #eee;
    display: table-cell;
    padding: 15px;
    width: 50%;
}
.news-related ul li {
    line-height: 1em;
    margin-bottom: 12px;
}
.news-related ul li span {
    border-right: 1px solid #dddddd;
    color: #888;
    display: inline-block;
    margin-right: 8px;
    padding-right: 8px;
}
.news-related ul li span:last-child {
    border-right: 0 none;
    padding-right: 0;
}
.news-related h4 {
    margin-bottom: 10px;
}
.news-related-files ul li {
    margin-bottom: 20px;
}
.news-related-files .news-related-files-link .jpg {
    background-position: 0 0;
}
.news-clear {
    clear: both;
}
