.resp-tabs-list{
display:table;
display: table;
height: 80px;
margin-bottom: 0;
table-layout: fixed;
width:100%;
padding-left:0px;
}

.resp-tabs-container{
background-color: #ffffff;
border-radius:0px 0px 3px 3px;
}

h2.resp-accordion {
cursor: pointer;
padding: 5px;
display: none;
font-size: 13px;
border-bottom:1px solid #ffffff;
margin: 0px;
padding:20px 15px;
background-color:#f1f1f1 !important;
}

.resp-tab-content {
display: none;
height:100%;
padding:40px;
height:auto;
overflow:hidden;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 20px 15px !important;
	background-color:#FFA500;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {background: #DBDBDB;/* !important;*/}

.resp-easy-accordion h2.resp-accordion {display: block;}
.resp-easy-accordion .resp-tab-content {border: 1px solid #c1c1c1;}
.resp-easy-accordion .resp-tab-content:last-child {border-bottom: 1px solid #c1c1c1;/* !important;*/}

.resp-jfit {width:100%;margin:0px;}
.resp-tab-content-active {display:block;}