input:focus, textarea:focus {
    outline: none;
}

.tabs {
  width: 100%;
}

ul#tabs-nav {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

ul#tabs-nav li {
  display: inline-block;
  list-style: none;
  margin-bottom: -1px;
  padding: 0;
  outline: none;
  box-shadow: none;
}

ul#tabs-nav li a {
  display: block;
  text-decoration: none;
  color: #bbb;
  height: 38px;
  padding: 0 30px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}

ul#tabs-nav li a:hover {
  color: #999;
}

ul#tabs-nav li.active {
  background: #fff;
  outline: none;
  box-shadow: none;
  border: 1px solid #eee;
  border-top: 1px solid #f07226;
  border-bottom: 1px solid #fff;
}

ul#tabs-nav li.active a {
  color: #f07226;
  outline: none;
  box-shadow: none;
}

#tabs-content {
  width: 100%;
  padding: 0;
  margin-top: -1px;
  background: #fff;
  border: 1px solid #eee;
}

.tab-content {
  padding: 20px;
}

.tab-content li {
  display: inline-block;
  width: 33%;
}
