.nav-tabs {
  padding: 0px 0;
}
.nav-tabs > li > a {
  color: white !important;
  background-color: #0089d0 !important;
  margin-right: 2px;
  padding: 10px 15px;
  line-height: 1.42857143;
}
.nav>li>a:focus, .nav>li>a:hover {
  text-decoration: none;
  background-color: #ffffff !important;
  color: #0089d0 !important;
}
.nav-tabs > li > a {
  border: 1px solid #0089d0 !important;
  border-radius: 4px 4px 0 0 !important;
  line-height: 1.42857143;
}
.nav-tabs > li>a.active {
  font-weight: bold !important;
  color: #0089d0 !important;
  background-color: white !important;
}
