#content .vc_tta.vc_general .vc_tta-tabs-list {
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: solid 1px #e4e4e4;
    border-left: solid 1px #e4e4e4;
    width: 100%;
    float: none;
    height: 45px;
    border-radius: 2px;
}

#content .vc_tta.vc_general .vc_tta-tab {
    display: block;
    width: auto;
    padding: 0 !important;
    float: left !important;
    margin: 0 !important;
    outline: none;
    border-radius: 3px;
}

#content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    background: #fff;
    height: 45px;
    margin-bottom: -1px;
    color: #000 !important;
    border-bottom: none;
    font-weight: 600;
}

#content .vc_tta.vc_general .vc_tta-tab>a {
    display: block;
    text-decoration: none;
    width: auto;
    height: 44px;
    line-height: 45px;
    padding: 0px 20px;
    border: solid 1px #cccccc;
    border-left: 0;
    border-bottom: none!important;
    margin: 0;
    color: #333;
    outline: none;
    background: #ebebeb;
    font-weight: 600;
    font-size: 16px;
}

#content .vc_tta.vc_general .vc_tta-panels-container {
    background: #fff !important;
    padding: 20px;
    border-left: solid 1px #e4e4e4;
    border-right: solid 1px #e4e4e4;
    border-bottom: solid 1px #e4e4e4;
}

.buttonleft {
    text-align:left;
}