// Without this, multi line tabs look very ugly
.nav-tabs li a {
  height: calc(100% + 1px);
}