.major li {
	    font-size: 125%;
  line-height: 2.0;
}

 .tiles article {padding:25px;  height:auto}
 .major	table  { 
transform: scale(0.90);
	 
	}
@media screen and (max-width: 800px)   {

	/* Force table to not be like tables anymore */
.major	table, thead, tbody, th, td, tr { 

		display: inline-block; 
	}
	
	 .major	table  { 
transform: scale(0.80);
	 
	}
 