.tabs {
  color: #3e474c;
  background: #ffffff;
  padding: 15px 20px;
  position: relative;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.tabs .tab-header ul li {
  padding: 8px 10px;
  text-transform: uppercase;
  margin-right: 10px;
  background: #63b2f5;
  border-radius: 3px;
}
.tabs .tab-header ul li:hover,
.tabs .tab-header ul li.active-tab,
.tabs .tab-header ul li.active-tab a {
  color: #ffffff;
  background: #1081c5;
}
.tabs .tab-header ul li:hover a {
  color: #ffffff;
}
.tabs .tab-header ul li a {
  color: #ffffff;
  font-size: 13px;
  text-decoration: none !important;
}
.tabs .tab-header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tabs .tab-header li {
  display: inline-block;
  background: #e2eaf2;
  padding: 15px 20px;
  position: relative;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  transition: background 0.3s, color 0.2s, border 0.3s;
  -webkit-transition: background 0.3s, color 0.2s, border 0.3s;
  -moz-transition: background 0.3s, color 0.2s, border 0.3s;
  cursor: pointer;
  margin-bottom: 7px;
}
.tabs .tab-header li.active-tab a,
.tabs .tab-header li:hover a {
  color: #ffffff;
}
.tabs .tab-header li h6 {
  margin: 0;
}
.tabs .tab-content .tab {
  background: #eef0f5;
}
.tabs .tab {
  color: #3e474c;
  background: #fff;
  padding: 15px 20px;
  position: relative;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.tabs .tab:before,
.tabs .tab:after {
  content: "";
  display: table;
}
.tabs .tab:after {
  clear: both;
}
.tabs .tab {
  zoom: 1;
}
.tabs .tab img:first-child {
  margin-top: 0;
}
.tabs.style2 {
  width: 100%;
}
.tabs.style2 .tab-header {
  width: 35%;
  padding-right: 7px;
}
.tabs.style2 .tab-header li {
  display: block;
}
.tabs.style2 > div {
  display: table-cell;
  vertical-align: top;
}
