.filter-bar {
    margin: 10px 5px 10px 0;
    background: #e3e3e3;
    height: 40px;
}
#news-list-container {
    height: 2200px;
    overflow-y: auto;
}
.news-filter {
    background-color: #e3e3e3;
    font-family: "Lato",Helvetica,Tahoma,sans-serif;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 13px;
}

.collapsing-filter {
    white-space: nowrap;
}

.btn-filter {
    border: 0;
    background-color: #e3e3e3;
    text-transform: uppercase;
    border-left: 1px solid #fff;
    float: left;
}

.news-filter button {
    float: left;
    font-size: 1em;
    color: #6a6a6a;
    text-align: center;
    text-transform: uppercase;
    list-style: none;
    font-weight: 600;
    background: #e3e3e3;
    font-family: "Lato",Helvetica,Tahoma,sans-serif;
    height: 35px;
    border-top: 0;
    border-bottom: 0;
}

.filter-bar .btn {
    height: 40px;
    padding: 10px 20px;
}

.btn-group .btn-filter {
    margin: 0 1px 0 0;
    border-color: transparent;
}

.collapsing-filter .btn-filter {
    border-left: 1px solid #fff;
    border-radius: 0;
}

.news-filter button {
    font-weight: normal;
}

.btn-filter:active, .btn-filter.active {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #fff;
}

.news-filter button.active,
.btn-filter.active:focus  {
    background: #363636;
    color: #fff;
}

.btn-grp .btn-default:hover {
    border-left-color: #fff;
}

.btn-filter:hover {
    border-color: #fff;
    border-right: 0;
    background: #d6d6d6;
    color: #333;
}

.btn-filter:active,
.btn-filter:focus,
.btn-filter.active:focus,
.btn-filter.active:focus:hover {
    outline: none;
    border-color: #fff;
}

.btn-filter.active:hover {
    background: #525252;
    color: #fff;
    cursor: default;
}

.btn-filter .fa {
    margin-right: 5px;
    margin-left: 0;
    font-size: 17px;
    vertical-align: middle;
    color: #696969;
    margin-top: -3px;
}

.btn-filter.active .fa {
    color: #ff9200;
}

.btn-grp .btn-default:last-child {
    border-right: 1px solid #fff;
}
