.ggt-stats-bars .ggt-stats-bar {
    display: block;
    height: 30px;
    margin: 0 0 18px;
    position: relative;
    width: 100%;
}
.ggt-stats-bars .ggt-stats-bar .ggt-stats-title {
    display: inline-block;
    font-size: 12px !important;
    font-style: normal;
    margin: 10px 0;
    padding: 5px 0px;
    position: absolute;
    z-index: 2;
    letter-spacing: 2px;
}
    .ggt-stats-bars .ggt-stats-bar .ggt-stats-title span {
      margin-left: 5px; }
    .ggt-dark-bg .ggt-stats-bars .ggt-stats-bar .ggt-stats-title {
      color: #ddd; }
  .ggt-stats-bars .ggt-stats-bar .ggt-stats-bar-wrap {
    position: relative; }
.ggt-stats-bars .ggt-stats-bar .ggt-stats-bar-content {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    display: block;
    height: 12px;
    position: relative;
    width: 0;
    z-index: 1;
}
.ggt-stats-bars .ggt-stats-bar .ggt-stats-bar-content::before {
    background: -moz-linear-gradient(left, rgba(0,0,0,.06) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0,0,0,.06) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0,0,0,.06) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50px;
}
.ggt-stats-bars .ggt-stats-bar .ggt-stats-bar-bg {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05) inset;
    -moz-box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05) inset;
    box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05) inset;
    display: block;
    height: 6px;
    margin-top: -9px;
    margin-left: 4px;
    margin-right: 4px;
}
.ggt-dark-bg .ggt-stats-bars .ggt-stats-bar .ggt-stats-bar-bg {
    background: rgba(255, 255, 255, 0.1);
}
.ggt-stats-bar-content > span::before {
    content: "";
    height: 20px;
    left: -20px;
    position: absolute;
    top: -14px;
    width: 1px;
    background: #999;
    opacity: .4;
}
.ggt-stats-bar-content > span {
    color: inherit;
    position: absolute;
    right: 0;
    font-size: 12px;
    top: 10px;
}