a, a.text-primary {
    color: #525252;
    text-decoration: underline;
}

ul.nav {
    background: #525252;
}

.nav-pills > li.active {
    background: #a4b854;
}

.nav-pills > li > a {
    color: #F5F5F5;
    text-decoration: none;
}

.nav-pills > li > a:hover {
    color: #fff;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
#summary_box .panel-title {
    color: #000;
}

.nav-pills > li:hover {
    background: #eee;
}

.nav-pills > li.disabled:hover {
    background: #e3e3e3;
}

.nav-pills > li.active:hover {
    background: #a4b854;
    color: #525252;
}

.nav-pills > li:first-child > a {
    text-align: left;
    padding: 0;
}

ul.nav li.nav-logo a img {
    height: 60px !important;
}

.nav > li.disabled > a {
    color: #F5F5F5;
}

.article-select-btn {
    text-decoration: none;
}

.panel-default > .panel-heading:hover,
.panel-default > .panel-heading:focus,
.article-select-btn:hover,
.overnight-items a > h4,
.popular-article {
    background: #cedd87;
    color: #525252;
}

.grouped-article .article-select-btn {
    display: flex;
    align-items: center;
}

.article-select-btn input[type="checkbox"] {
    margin-top: 0;
    margin-right: .3em;
}



