body{
	background: #fff;
	
}



button:focus,.f-dropdown.content,select:focus {outline:0;}


img{
	width:100%;
}




	section.header a.logo {
		display: block;
		
	}






section.header a.logo img{
	margin-top: 25px;
	width: 40%;
}



section.header a.logo-right img{
	margin-top: 30px;
	width: 120px;
	  float: right;
}



section.intro {
	padding-top: 40px;
    text-align: center;

}


section.intro p{
	font-size: 15px;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 10px;
}

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


td, th{
    font-size: 15px;
	text-align: center !important;
}

th{
	background: #feca30;
	color: #2d2d2d;
	font-size: 16px !important;
}


td{
	font-size: 15px !important;
}






#tc li{
	font-size: 14px;
}





@media only screen and (max-width: 40em) {



section.header a.logo img{
	margin-top: 25px;
	width: 80%;
}



section.header a.logo-right img{
	margin-top: 30px;
	width: 80%;
	  float: right;
}




}