.uc_clean_tabs * {   
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.uc_clean_tabs {
    position: relative;
}
.uc_clean_tabs ul{
	padding:10px;
	margin:0px;
	list-style:none;
	display:block;
	overflow:hidden;
	bottom:-1px;
	width:100%;
  	text-align:center;
	border-bottom:none;
	}
.uc_clean_tabs ul li{	
  display:inline-block;
	}
.uc_clean_tabs ul li:first-child{ margin-left:0px;}
	
.uc_clean_tabs ul li a {			
	margin:0;
	display:block;
    outline:none;
	text-decoration:none !important;
    transition:all 0.25s ease-in-out;  	
	}

.uc_clean_tabs .tab-container {	
	clear:both;
	width:100%;
	overflow:hidden;
  text-align:center;
	}

.uc_clean_tabs .tab-container p{	
	padding:0px 0 10px 0; 
	margin:0px;  	
	}
.uc_clean_tabs .panes{ display:none;}

@media only screen and (max-width: 940px) 
{
  .uc_clean_tabs ul li a{ padding:12px 7px;  }
}

@media only screen and (max-width: 767px) 
{
  
	.uc_clean_tabs ul li{ 
	   width:100%;
	   margin-left:0px;
	   text-align:center;
	   }
  .uc_clean_tabs .r-tabs-accordion-title .r-tabs-anchor
  {
      text-decoration:none !important;
  }
  .uc_clean_tabs .tab-container
  {
    text-align:left;
 	}
	 .uc_clean_tabs ul li a{
		  text-decoration:none !important;
         
		 } 
	.uc_clean_tabs ul li:last-child a{
	   border-bottom:none;
	   }   	
	.uc_clean_tabs ul li.r-tabs-state-active a{		
        text-decoration:none;
	   }
}
