newsroom_article {
    padding: 1em 0em;
    margin-top: 1em;
    border-bottom: 1px solid black;
}

.newsroom_article .newsroom_date {
    display: block;
    float: left;
    font-weight: bold;
    width: 18em;
}

.newsroom_article .newsroom_category {
    font-weight: bold;
}

.newsroom_article .newsroom_headline {
    display: block;
}

.newsroom_article .newsroom_headline img {
    vertical-align: middle;
    max-height: 5em;
    max-width: 5em;
    margin: 1em 1em 0em 0em;
}

.newsroom_article .newsroom_headline img {
    height: 5em;
}

/* IE6 */
.newsroom_article .newsroom_headline a {
    vertical-align: middle;
    font-weight: bold;
    font-size: 120%;
}

.newsroom_article .newsroom_headline a:hover {}

.newsroom_article .newsroom_body {
    display: inline;
    margin-top: 1em;
}

.newsroom_article .newsroom_read_more_link {
    display: inline;
    font-size: 85%;
}

.date{
    display: block;
    font-weight: bold;
}
.title{
    display: block;
    font-size: larger;
}
.story_wrapper{
    border-bottom: 1px solid black;
    margin-top: 10px;
    padding: 20px 0 10px 0;
}
label[for="agency_id"]{
    display:block;
}
#agency_id{
    display: inline;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0px !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%;
    margin-bottom: 10px;
}

#agency_id:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
#hide_agency_id{
    display:inline;
}

#VIEW_ARTICLES{
    border-radius: 0px;
    width: 100%;
    text-transform: uppercase;
}

.news-widget .btn{
    font-size:medium;
}
.news-widget .btn:hover{
    border-color: #235d73 !important;
}

h1{
    font-size: 2rem;
}
<!-- new -->
.btn-primary
{
background-color: #235d73;
}
@media (min-width: 768px) {
    h1{
        font-size: 2.5rem;
    }
    #agency_id{
        width: auto;
        margin-right: 5px;
    }
    #VIEW_ARTICLES{
        width: auto;
    }
}
