/*
----------------------------------------------------------------

woocommerce.css

// controls everything to do with Reach Woocommerce

*/

	
	
@media (max-width: 800px) {	

/* remove icon images under certain width; make headers not min-width; */

.testHolder .rc_programs tr th:not(:first-child)
{
	min-width:80px;
	text-align:center;
	font-size:15px
	} 
}	
	