body:not(.home) #top-wrapper{
min-height:160px !important;
}

body:not(.home) #main-menu {
background:none !important;
}

@media (max-width: 468px) {

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
                width:95% !important;
               font-size:13px !important;
	} 

table tr:first-child {
display:none !important;
}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 1px solid #ccc; }
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 20px; 
	}
	

	


}