.ga-tabs-menu {
    list-style: none;
    clear: both;
    width: 100%;
    border-bottom: 1px solid #ddd;
    display: inline-block;
    margin-bottom: 20px;
}

.ga-tabs-menu li {
    float: left;
    display: inline;
    line-height: 30px;
    border: none;
    font-weight: bold;
    margin: 0 1px 3px 0;
    font-size: 11px;
    list-style: none;
    cursor: pointer;
}

.ga-tabs-menu .current a {
    color: #2e7da3;
}

.ga-tab {
    clear: both;
    margin-bottom: 20px;
    width: 100%;
}

.ga-tab-content {
    width: 100%;
    display: none;
}

#ga-tab-1 {
 display: block;   
}

ul.list-inline {
    margin-bottom: 0 !important;
}

.list-inline li{
    display:inline-block; 
}