
#tab-box .three-box .btn-group a.active {
    border-bottom: 1px solid #f08519;
}
#tab-box .three-box .btn-group a.active, #tab-box .four-box .btn-group a.active{
    border-bottom: 1px solid #f08519;
}
#tab-box .three-box .btn-group a, #tab-box .four-box .btn-group a{
    margin-right: 20px;
}

#tab-box .three-box .btn-group a, #tab-box .four-box .btn-group a {
    color: #000000;
    font-size: 18px;
    text-decoration: none;
    padding-bottom: 4px;
    display: inline-block;
}

#tab-box .three-box table {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.tab-style table thead th{
    background: #56a2cf;
    color: #ffffff;
    text-transform: uppercase;
}

.tab-style table th{
    background: #56a2cf;
    color: #ffffff;
    text-transform: uppercase;
    padding: 10px 12px;
    text-align: center;
}

#tab-box table tr {
    height: 36px;
}

#tab-box table tbody {
    color: #666;
}
#tab-box .four-box p {
    margin: 12px 0 4px;
}

.tab-style table tr{
    text-align: center;
}

.tab-list {
    display: none;
}
.tab-list-box .tab-list:first-child {
    display: block;
}

.tab-style .tab-border td,.tab-style .tab-border th{
    border: 1px solid #ccc;
}