﻿
/* |<---->|                      */
/* |  xs  |  sm  |  md  |  lg  | */
@media screen and (max-width: 767px) {

    .filter_date_column {
        border-left: 0;
        padding: 0;
    }

    .modNewsFilterBar .col-xs-12:last-of-type {
        text-align: left;
    }

    .modNewsFilterBar .btn-group {
        float: none;
        width: 100%;
        padding: 15px 0 0 !important;
    }

    .modNewsFilterBar .dropdown-menu {
        width: 100%;
    }

    .news_row .img-responsive {
        margin-bottom: 15px;
    }

    .modNewsMetaData small {
        display: block;
    }

    .news_row .link_block_xs .glyphicon {
        float: right;
    }

    .news_listing .module_listing{
        margin: 10px auto;
    }
    .modNewsLink{
        height: 0px;
    }
}
