﻿#tabs {
  width: 60%;
  height: 80px;
  margin: 2rem auto;
  overflow: hidden;
  list-style: none;
}
#tabs li {
  float: left;
  width: 48%;
  margin: 0;
  padding:5px;
  padding-bottom: 0;
  text-align: center;
}
#tabs li a{
  color: black;
}
.current a{
  padding-bottom: 5px;
  color:#0199E3 !important;
  border-bottom: 3px solid #0199E3;
}
.tabTitle{
  z-index: 7;
  font-weight: 700;
  font-size: 28px;
  line-height: 50px;
  letter-spacing: 3px;
  /*transform: translate(-50%,-50%);*/
}
.tabShow{
  display:block !important;
}
.tabHide{
  display: none;
}
