.news-header {
    background-color: #FF0000; 
    color: #FFF; 
    padding: 20px 10px 10px 10px; 
    text-transform:uppercase; 
    font-size: 20px; 
    font-weight: 900;
}

.news-items {
    max-height: 342px;
    overflow-y: scroll;
}

.news-link {
    float: right;
    margin: 5px;
    background-color: #6bacb3;
    color: #fff;
    border-radius: 20px;
    padding: 3px 20px;
    font-weight: 600;
}

.news-link:hover, .news-link:focus {
    color: #fff;
    text-decoration: none;
}

.news-item {
    padding: 10px;
    /*border-top: 1px solid rgba(15,70,100,.12);*/
    clear: both;
}

.news-headline {
    margin-top: 10px;
}

.news-description {
    font-size: 16px;
    line-height: 18px;
}

.news-text {
    font-size: 16px;
}

ul.archive-list {
    padding: 10px;
    list-style-type: none;
}

ul.archive-list > li {
    padding: 3px;
    font-weight: 900;
    text-transform: uppercase;
}

ul.archive-list > li > a {
    font-weight: 900;
    text-transform: uppercase;
}