html, body {
    font-size: 16px;
}

a {
    text-decoration: underline;
}

a:hover, a:focus {
    color: #000;
}

a, a.text-primary,
.nav > li > a,
.nav-pills > li.active > a {
    color: #363d40;
    text-decoration: none;
}

.nav > li > a {
    text-decoration: none;
}

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

#summary_box .panel-title,
.alert.alert-info {
    color: #363d40;
}

.overnight-items a > h4 {
    background: #f1d400;
    color: #000;
}

.popular-article {
    color: #f1d400;
    font-weight: 500;
    background: rgba(0,0,0,.75);
}
.overnight-items h4 .show-more-btn {
  color: #333;
}
#booknow_hostelinfobox .show-more-btn, #booknow_row .show-more-btn, #summary_final_box .show-more-btn {
    color: #333;
}
a:focus.show-more-btn,
a:hover.show-more-btn {
  text-decoration: none;
}

.btn-danger {
    color: #fff;
}