.clearfotobase {
	clear:both;
}

@media only screen and (min-width: 280px) and (max-width: 320px) {
	table{ 
            display: block;
            align-content: center;                      
        } 
        
        thead, tbody, th, td, tr { 
				display: block; 
                               
			}

}
@media only screen and (min-width: 321px) and (max-width: 480px) {
	table{ 
            display: block;
            align-content: center;                      
        } 
        thead, tbody, th, td, tr { 
				display: block; 
			}
	
}
@media only screen and (min-width: 481px) and (max-width: 600px) {
	table{ 
            display: block;
            align-content: center;                      
        }
        thead, tbody, th, td, tr { 
				display: block; 
			}

}
@media only screen and (min-width: 601px) and (max-width: 768px) {
	td { 
				display: block; 
			}
    
}
@media only screen and (min-width: 769px) and (max-width: 960px) {

}
@media only screen and (min-width: 961px) and (max-width: 1024px) {

    
}
@media only screen and (min-width: 1025px) {

    
}
