.nav.nav-tabs.bs-adaptive-tabs li a label {
font-weight: normal;
}
@media (max-width: 768px) {
.nav.nav-tabs.bs-adaptive-tabs {
position: relative;
height: 45px;
margin-bottom: 50px;
outline: none;
}
.nav.nav-tabs.bs-adaptive-tabs li {
position: static;
}
.nav.nav-tabs.bs-adaptive-tabs li:nth-child(n+6) {
visibility: hidden;
float: right;
clear: right;
z-index: 10;
margin-left: -100%;
}
.nav.nav-tabs.bs-adaptive-tabs li:nth-child(-n+5) {
width: 16.6%;
text-align: center;
}
.nav.nav-tabs.bs-adaptive-tabs li:nth-child(6) {
margin-top: 44px;
}
.nav.nav-tabs.bs-adaptive-tabs li:nth-child(5):after {
content: "\f142";
font-family: "FontAwesome";
cursor: pointer;