/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.nav-tabs li a {
  font-size: 20px;
  padding: 10px 40px;
  color: #737373;
}
.nav-tabs li a:hover,
.nav-tabs li.active a {
  color: #007046 !important;
}
.nav-tabs {
  padding-bottom: 8px;
}
.tab-content {
  background-color: #fff;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding-left: 25px;
}
.tab-content a {
  color: #737373;
  font-size: 16px;
}
.tab-content a:hover {
  color: #007046 !important;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 667px) {
  .tab-content {
    padding-left: 0;
  }
}
