

.all {
  margin: 35px 0%;
  width: 100%;
  float: left;
}

.wrap-tabs,
.wrap-tab-contents {
  width: 100% !important;
  float: left;
}

.tabs .tab {
  float: left;
  padding: 5px;
  margin: 0 10px 10px 0;
  border-bottom: 3px solid #eee;
  color: #0f75bd;
  font-weight: bold;
}

.tabs .tab:hover {
  cursor: pointer;
  border-bottom: 3px solid #aaa;
  color: #0f75bd;
}

.tabs .tab-active,
.tabs .tab-active:hover {
  color: #0f75bd;
  border-bottom: 3px solid yellow;
}

.tab-contents { position: relative; }
