  /* horizontal tabs */
#tabs h2 {
    margin-top: 0;
}
#tabs ul {
    padding: 0;
    margin: 0;
    position: relative;
}
#tabs ul li {
    background-image: none;
    display: block;
    border: 1px solid #CCC;
    border-bottom: none;
    background-color: #E1E1E1;
    padding: 0;
    margin-right: 5px;
    float: left;
    position: relative;
    bottom: 0;
}
#tabs ul li, #tabs ul li a {
    outline: none;
}
.tab-content-container {
    border: 1px solid #CCC;
    padding: 30px 24px;
    clear: both;
}
.tab-content-container p {
    font-size: 14px;
    line-height: 22px;
}
#tabs li a {
    padding: 11px 23px;
    display: block;
    color: #666;
    font-family: Gibson, Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    white-space: pre;
}
#tabs li.ui-state-active {
    border-bottom: 1px solid #FFF;
    margin-bottom: -1px;
    background-color: #FFF;
}
#tabs .tab-content table, table.full-width {
    border-spacing: 0;
    width: 100% !important;
}
#tabs .tab-content table td, #tabs .tab-content table td p {
    margin: 0;
    padding: 0;
}

#tabs .tab-content table td {
    padding: 2px 5px;
    font-size: 14px;
}
#tabs .tab-content table tr:nth-child(odd) {
    background: #EBEBEB;
}
/* end of horizontal tabs */



 @media (min-width:713px) and (max-width:981px), (max-width:490px) {
.horizontal-tabs .mobile-nav-wrap {
    background-color: #EBEBEB;
    padding: 10px;
    display: block;
    margin-bottom: 0;
    clear: both;
    border: 1px solid #CCC;
    border-bottom: none;
}
.horizontal-tabs .mobile-nav-wrap {
    padding: 10px;
    margin-top: 20px;
}
.horizontal-tabs ul.ui-tabs-nav {
    display: none;
}
.horizontal-tabs select.mobile-navigation {
    width: 100%;
}
}