

/* REQUIRED for core functionality */



.responsive-tabs__heading { display: none;}

.responsive-tabs__list__item { display: inline; cursor:pointer;}





@media (max-width: 767px) {

	.responsive-tabs__list { display: none;}

	.responsive-tabs__heading { display: block; cursor: pointer; }

	.responsive-tabs__panel--closed-accordion-only { display: none;}

}



@media (min-width: 768px) {

	.responsive-tabs__panel--closed-accordion-only { display: block !important;}

}



/* END - Required for core functionality */





/* OPTIONAL - Basic Skin */



.responsive-tabs-wrapper { 

	clear: both;

	zoom: 1; 

	padding:0;

}

.responsive-tabs-wrapper:before,

.responsive-tabs-wrapper:after {

    content: "";

    display: table;

} 

.responsive-tabs-wrapper:after {

    clear: both;

}





.responsive-tabs__heading:focus,

.responsive-tabs__list__item:focus { outline: 1px solid #ccc;  }



.responsive-tabs__heading--active:focus,

.responsive-tabs__list__item--active:focus { outline: none !important;}



.responsive-tabs__list { font-size: 12px; color:#c60404;font-weight: bold; margin: 2em 0 0 0; padding: 0;border-bottom: 1px solid #ddd; padding-bottom:10px; line-height: 1em;}

.responsive-tabs__list__item {padding:10px 5px;  margin-right: 1px;}

.responsive-tabs__list__item:hover {background: #c60404; color: #fff; }

.responsive-tabs__list__item--active, 

.responsive-tabs__list__item--active:hover {  background: #b50102; color: #fff;}



.responsive-tabs__panel { margin-bottom: 50px;}

table{margin;0;width: 100%;}

table th{padding:10px; margin: 0; border:1px solid #f1f1f1; font-size: 12px !important; font-family: arial, helvetica; font-weight: bold;}

table td{padding:10px; margin: 0; border:1px solid #f1f1f1; font-size: 12px !important; font-family: arial, helvetica;}





@media (max-width: 767px) {

	.responsive-tabs__heading { 

		padding: 0.5em;

		background: #ddd;

		position: relative;

		font-size: 20px;

	}

	.responsive-tabs__heading:after {

		content:"";

		display: block;

		position: absolute;

		right: 20px;

		top: 40%;

		width: 0; 

		height: 0; 

		border-left: 10px solid transparent;

		border-right: 10px solid transparent;

		border-top: 10px solid #000;

	}

	.responsive-tabs__heading:hover,

	.responsive-tabs__heading--active:hover { background-color: #efefef;color: #666;}

	.responsive-tabs__heading--active { background: #b50102; color: #fff;}

	.responsive-tabs__heading--active:after {

		border-bottom: 10px solid #000;

		border-top:0;

	 }

}



/* END - Optional - Basic Skin */

