.tab-content-sub-title{
    text-align:left;
    margin-bottom:.5em;
    font-weight:600;
    color:green;
}

.cm-tab-container{
    padding-top:.75em;
}

.cm-tab-a{
  padding: 5px 10px;
  background: #d9d9d9;
  color: #000000;
  border: 1px solid #999;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  -webkit-box-shadow: .5px .5px .5px orange;
  -moz-box-shadow: .5px .5px .5px orange;
  box-shadow: .5px .5px .5px orange;
}

.cm-tab-a:hover{
    background:#B0DFB6;
    color:blue;
    font-size:14px;
}

.cm-tab-a.active{
    background:#52C962;
    color:white;
    font-size:15px;
}

.cm-tab-container ul.cm-tab-nav{ margin: 0; padding: 0 }
.cm-tab-container ul.cm-tab-nav li{ display: inline }

.cm-tab-container ul.cm-tab-nav li a{
  text-decoration: none
}

.cm-tab-container .tab{
  background: #eee none repeat scroll 0 0;
  display: block;
  float: left;
  margin-top: 4px;
  position: relative;
  width: 100%;
}
