
.uc_starter_tabs *{
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.uc_starter_tabs .uc_starter_tabs_inner{ min-height:305px; ;}
.uc_starter_tabs .uc_starter_tabs_inner .tabber { width:100%; margin:0 auto; overflow:hidden;}
.uc_starter_tabs .uc_starter_tabs_inner .tabber .tabHeades{overflow:hidden; border-bottom:1px solid #e4e7f0;}
.uc_starter_tabs .uc_starter_tabs_inner .tabber .tabHeades .tab_hd {float:left; cursor:pointer;  font-size:16px;color: #959595; padding:15px 40px; border-right:1px solid #e4e7f0;line-height: 18px;}
.uc_starter_tabs .uc_starter_tabs_inner .tabber .tab_cont {float:left; padding: 22px 28px; color:#959595; font-size:16px; line-height:34px;}

.uc_starter_tabs .uc_starter_tabs_inner .tabber .tab_cont .head{margin:0px; padding:0px;}
.clear{ clear:both;}


@media only screen and (max-width: 768px) {
	
.uc_starter_tabs .uc_starter_tabs_inner .tabber .tabHeades .tab_hd{ text-align:center; width:100%; padding:15px 0px; border-bottom:1px solid #e4e7f0;}		
.uc_starter_tabs .uc_starter_tabs_inner .tabber .tabHeades .tab_hd:last-child{ border-bottom:none;}
}


