ol li {
  margin-bottom: 1em;
}
.navbar {
  background-color: #03113c;
  border: 0;
  border-bottom: 1px solid #ccc;
}
.nav-tabs {
  border: 0;
  background-color: rgb(33, 116, 217);
  margin-top: 15px;
}
.nav-tabs > li > a {
  font-size: 15px;
  font-weight: 400;
  background-color: transparent;
  border: 0;
  margin: 0;
  /*padding: 10px 35px;*/
  border-radius: 0;
  color: #fff;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
}

.nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
  background-color: #FFF;
  border: 0;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  color: #222;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  border: 0;
  background-color: #FFF;
  color: #222;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
  background: #eee;
  color: #222;
  border: 0;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
 }


.navbar-brand img {
  height: 70px;
  max-width: 100%;
  margin-top: 10px;
}

.toolbar .btn-default {
  background-color: #092c74;
  border: 1px solid #445F86;
  color: #cfd9f0;
}

.toolbar .btn-default:focus, .toolbar .btn-default:hover {
  background-color: #2e4981;
  border: 1px solid #47648D;
}

.toolbar .open > .dropdown-toggle.btn-default {
  background-color: #2e4981;
  border: 1px solid #47648D;
}

.toolbar .icon-bar {
  background-color: #cfd9f0;
}

/* sm */
@media (min-width:768px) {
  .navbar-brand img {
    height: 115px;
    margin-top: 15px;
  }
}
