﻿
#horizontalTab {
    border-top:none;
}

.resp-tabs-list {
    background:#26c3d1;
    height:60px;
}

.resp-tabs-list li {
    font-size: 14px;
    display: table;
    padding: 9px 15px 8px 15px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
    font-family: Arial;
    color: #fff;
    width: 20%;
    text-align: center;
    height: 60px;
    background:#26c3d1;
    border:none;
}
    .resp-tabs-list li span {
        display: table-cell;
        vertical-align: middle;
    }
    .resp-tabs-list li:active {
        background:#1869a2 !important;
    }
.resp-tab-active {
    background:#1869a2 !important;
    padding: 9px 15px 8px 15px !important;
}
.resp-tab-content {
    width:99.6%;
    border-top:none;
    border:none;
}

/*-----------Accordion styles-----------*/
h2.resp-accordion {
    background:#26c3d1;
    border:none;
    border-top:none;
    border-bottom:1px solid #1869a2;
    color:#fff;
}
h2.resp-tab-active {
    background:#1869a2 !important;
}
.resp-easy-accordion  h2.resp-accordion {
    display: block;
}
.resp-easy-accordion .resp-tab-content {
    border:none !important;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 3px solid #5c5f63 !important;
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
    min-height:200px;
    height:auto !important;
    padding:10px;
}

h2.resp-accordion:first-child {
    border-bottom:none !important;
}