.news-list-featured {
    clear: both;
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    max-width: 1024px;
    width: 100%;
    background: transparent url(/static-assets/app/static3/img/chrome/content_bg.png) left top;
    background-size: 100% 1px;
}
.news-list-featured li {
    padding: 4px;
    vertical-align: top;
    display: inline-block;
    width: 280px
}
.news-list-featured .content-block-full {
    width: 280px;
}

.news-list-featured .news-article .news-wrapper h3 {
    font-size: 110%;
}

.news-list-featured .news-article .news-wrapper p {
    font-size: 86%;
    clear: both;
}

.content-block img {
    border-radius: 5px;
}

.content-block .news-article img {
    width: 100%;
    margin-bottom: 1em;
}

.news-article {
    background-color: #ffffff;
}

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

.news-article .news-wrapper {
    float: none;
    /* height: auto; */
    width: 100%;
    clear: both;
}

.news-article .news-wrapper .date-and-tags .date {
    margin: 0 0 0.05em 0.5em;
}

.news-article .news-wrapper .date-and-tags .tags {
    margin: 0.05em 0 10px 0.5em;
    clear: left;
}

@media (min-width: 1px) and (max-width: 960px) {
    .news-article .news-wrapper .date-and-tags .date {
        margin: 0 0 0.05em 0;
    }

    .news-article .news-wrapper .date-and-tags .tags {
        margin: 0.05em 0 0 0;
        clear: left;
    }
}