.tabs {
  max-width: 100%;
}
.tabs-nav li {
  float: left;
  width: 50%;
  list-style: none;
}
.tabs-nav li:first-child a {
  border-right: 0;
  border-top-left-radius: 6px;
}
.tabs-nav li:last-child a {
  border-top-right-radius: 6px;
}
a.t1 {
  background: #eaeaed;
  border: 1px solid #cecfd5;
  color: #0087cc;
  display: block;
  font-weight: 600;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  font-size:25px;
}
a.t1:hover {
  color: #08b0e6;
}
img.logo-size-small1{
      width:320px;
      height:100px;
      margin-bottom:1em;
  }
.tab-active a {
  background: #fff;
  /*border-bottom-color: transparent;*/
  color: #2db34a;
  cursor: default;
}
.tabs-stage {
  /*border: 1px solid #cecfd5;*/
  border-radius: 0 0 6px 6px;
  border-top: 0;
  clear: both;
  padding: 24px 30px;
  position: relative;
  /*top: -1px;*/
}