#block-news-news-feed {
    margin-bottom: 10px;
}

.news-archive-wrapper {
    position: relative;
}

.news-archive-wrapper * {
    
}

.news-archive-entry {
    margin-bottom: 10px;
}

.news-archive-entry span {
    color: rgb( 100, 100, 100 );
    font-size: 14px;
}

.news-archive-entry a {
    text-decoration: underline;
}

.news-archive-entry div:nth-child(2) a {
    color: #296C8F;
}

.news-navigation-pages-wrapper {
    margin-top : 25px;
}

.news-feed-header {
    margin-bottom: 4px;
}

.news-feed-header div:first-child {
    border-bottom: 5px solid #296C8F;
}

.news-feed-header div:first-child > h4 {
    font-size: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
}

.news-feed-header div.media-right {
    padding-left: 16px;
    padding-bottom: 5px;
}

.news-feed-header div.media-right a {
    color: #3e3d3d !important;
    font-size: 14px;
    text-decoration: underline;
}

.news-feed-entry * {
    font-size: 16px;
}

.news-feed-entry {
    height: 185px;
    padding: 15px;
    overflow: hidden;
}

.news-feed-entry:first-child {
    margin-left: -15px;
}

.news-feed-entry:hover {
    background-color: #e0e0e0;
}

.news-feed-entry a {
    color: #296C8F;
    text-decoration: none;
}

.news-feed-entry span,
.news-feed-entry-tag {
    color: rgb( 100, 100, 100 );
    font-size: 14px;
    margin-bottom: 8px;
}

.news-feed-entry-tag {
    padding-right: 20px;
    color: #3e3d3d !important;
    text-decoration: underline;
}


.news-feed-entry .news-feed-entry-tag:before {
    content: url("images/tag.png");
    position: relative;
    left: -5px;
}

.news-important-label {
    width: 69px;
    height: 19px;
    background: #ED3138;
    color: #fff;
    font-size: 11px;
    padding-top: 2px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 2px;
}

.news-important-label {
    -webkit-border-radius: 2px;
}

.news-important-label {
    -moz-border-radius: 2px;
}

.no-news {
    margin-left: -15px;
}