/* tab content */
#wrap .deep-tab-content .tab-menu li {
    list-style: none;
    display: inline;
    padding-right: 30px;
    cursor: pointer;
}

#wrap .deep-tab-content .tab-content {
    display: none;
}

#wrap .deep-tab-content .tab-content:first-of-type {
    display: block;
}

.deep-tab-content .tab-menu i {
    margin-right: 10px;
}