/**
 * RECOMMENDED ARTICLES 
 */
.newsdit-article {
	padding: 30px 0;
}
.newsdit-article-extras .newsdit-section {
    background-color: blue;
    color: white;
    padding: 5px;
    border-radius: 3px;
    margin-right: 12px;
    box-shadow: none;
}

.newsdit-article-extras, .newsdit-article-footer {font-size: 12px; line-height: 16px;}
.newsdit-article-footer a, .newsdit-article-footer a:focus, .newsdit-article-footer a:hover, .newsdit-article-footer a:active {text-decoration: none; box-shadow: none;  }
.newsdit-article-footer img {
	vertical-align: bottom;
}
.newsdit-title {
	font-size: 1.4em; 
     line-height: normal;
     font-weight: bold;
     padding: 0.8em 0;
}
.newsdit-title-link {
	text-decoration: none; 
}

.newsdit-article-image {
     background-size: cover; 
     background-repeat: no-repeat; 

}
.newsdit-source img {vertical-align: middle; }
.newsdit-excerpt { padding: 15px 0; font-size: 14px; 
}

/* SEARCH INPUT */
#newsdit-aggregator-search-input .btn {
    position: absolute; right: 0; top: 0; bottom: 0;
    width: 100px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}
#newsdit-aggregator-search-input input[type=text] {
    padding-right: 120px; width: 100%;
}
#newsdit-aggregator-search-input .newsdit-search-field {
    position: relative;
}