﻿ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {
	font-family: 'Droid Serif', serif;    
	font-size: 15px;
	color:#616161;
	font-weight:400;
	text-align:left;
    display: inline-block;
    padding: 13px 40px 5px 0px;
    margin: 0 20px 0 0;
    list-style: none;
    cursor: pointer;
    float: left;
	border-bottom:solid 3px #616161;
	
}

.resp-tabs-container {
    padding: 0px;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 15px;
}

.resp-tab-active {
    margin-bottom: -1px !important;
    padding: 13px 80px 10px 0px;
}

li.resp-tab-active {
	color:#fb5050 !important;	
	border-bottom:3px solid #ffc000;
}


.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border: 0px solid #c1c1c1;
	padding:40px 0 20px 0;
	text-align: left;
	font-family: 'Droid Serif', serif;
}
h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
}

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

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

