/**
 * TABS
 *
 * -------------------------------------------------------------------------------------------------
 */
.tabs > DIV {
    border-top: 1px solid #c7c7c7
    margin-top: 10px;
    background: white !important;
    text-align: justify-all;
    padding: 0 5% 0 3%;
}

.tabs > DIV {
    color: #000 !important;
    font-weight: normal;
    display: block;
}

.tabs UL.horizontal {
    list-style: none outside none;
    margin: 0;
}

.tabs UL.horizontal LI {
    background: orange;
    border-bottom: 4px solid #E5E5E5;
    margin: 0 0 0 0;
    display: inline-block;
}

.tabs A {
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: 300;
    padding: 14px 24px;
    text-decoration: none;
}

.tabs UL.horizontal LI:hover {
    background: #4e69be;
    border-bottom: 4px solid orange;
}

.tabs UL.horizontal LI:hover A {
    color: white;
}

.tabs ol{
 padding-left: 40px;
}