div#tabs{
	width:100%;
	margin:0px;
	font-size:13px;
	vertical-align: top;
}	

/* DIV that holds each tab*/
div.my_tab{
	width:98%;
	border: 0px dotted #f2f2f2;
	padding-top: 0px;
	vertical-align: top;
}
	
/* Tab Bar, created via JS*/
div#tab-bar{height:29px; border-bottom:0px solid #dfdfdf; margin-bottom:20px;}
	
/* Single Tab */
div#tab-bar div.mt-tab{
	display:inline;
	position:relative;
	text-align:center;
	cursor:pointer;
font-family: 'Montserrat';
font-weight: 600;
color: #000;
font-size: 14px;
	padding: 6px 15px;
	float:left; 
	margin-right:2px;
	text-decoration: none;
border: 1px solid #ddd;
border-radius: 2px;
}

div#tab-bar div.mt-tab:hover {
	display:inline;
	text-align:center;
	position:relative;
	cursor:pointer;
font-family: 'Montserrat';
font-weight: 600;
color: #fff;
font-size: 14px;
	padding:6px 15px;
	float:left; 
	margin-right:2px;
border: 1px solid #e22c3b;
border-radius: 2px;
background-color: #e22c3b!important;
}
	
/* Single Tab, when active */
div#tab-bar div.mt-tab-active {
	display:inline;
	text-align:center;
	position:relative;
	cursor:pointer;
font-family: 'Montserrat';
font-weight: 600;
color: #fff;
font-size: 14px;
	padding:6px 15px;
	float:left; 
	margin-right:2px;
border: 1px solid #e22c3b;
border-radius: 2px;
background-color: #e22c3b!important;
}

div#tab-bar div.mt-tab div.mt-row {display:none;}
div#tab-bar div.mt-tab-active div.mt-row {
display:block;
position:absolute;
left:45%; 
top:28px;
width:17px; 
height: 10px; 
}
