.navbar-brand {
    padding: 0px 20px;
}

.navbar-brand > img {
    margin-top: 0;
    height: 46px;
}

@media (max-width: 768px) {
    .nav-tabs > li.active > a:after, .nav-tabs > li.active > a:focus:after, .nav-tabs > li.active > a:hover:after {
        background-color: #009688;
    }
}

@media (min-width: 769px) {
    .nav-tabs.nav-tabs-bottom > li.active > a:after {
        background-color: #009688;
    }
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus {
    background-color: #009688;
}
