﻿body 
{
	font-size: 0.75em; /* 12 px - calculated by default of 16px */
}
@media (max-width: 825px) /* width changed from 767 to 825 because mainPanel is 790px  + 35px margin*/
{
	body 
	{
		font-size: 0.9em; 
	}
}


