/* Tabs */
.nav-tabs {
  max-width: 640px;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 1.5em;
}
.nav-tabs:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.nav-tabs ul {
  list-style: none!important;
  margin: 0;
}
.nav-tabs ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.nav-tabs ul li {
  float: left;
  margin-right: 2px;
}
.nav-tabs ul li a,
.nav-tabs ul li span {
  display: block;
  line-height: 1;
  padding: 8px 12px 9px 12px;
}
.nav-tabs ul li a {
  color: #777777;
  text-decoration: none;
}
.nav-tabs ul li a:focus,
.nav-tabs ul li a:hover {
  color: #000000;
  text-decoration: underline;
}
.nav-tabs ul li .active,
.nav-tabs ul li span {
  color: #000000;
  background: #fff;
  margin-top: -2px;
  position: relative;
  padding: 8px 11px 9px 11px;
  border: 1px solid #ddd;
  border-bottom: 1px solid #fff;
  bottom: -1px;
}
.nav-tabs ul li .active {
  cursor: default;
}
