
@media only screen and (max-width:600px) {
		
		table {
    height: 88% !important;
    border: 1px solid gray;
    width: 90% !important;
}
	
	
		
    
    }

@media only screen and (max-width:321px) {
		
	h1{font-size: 27px !important;}
	
	
		
    
    }


