
/* Helper */

.hidden-ie8 {
    display: none !important;
}

.visible-ie {
  display: inline-block;
}

/* Client warning */

.client-warning.legacy-browser {
    display: block !important;
    background-color: #feffd9;
    border-bottom: 1px solid #a9a990;
    padding-top: 6px;
    padding-bottom: 6px;
    height: auto;
}

.client-warning.legacy-browser a {
    font-weight: bold;
}

.searchbox{
	background-color: #74655b;
}

.nav-tabs li a{
    background-color: #f4f1ef;
}
