/* Calendar Tweaks */
/* Adjust min-device-width and max-device-width to match customers own responsive elements)*/
@media all and (max-width: 768px)
{
	table, thead, tbody, th, td, tr { 
		display: block;
	}
	th
	{
		display: none;
	}
	DIV#modgov .mgTabs ul li a
	{
		border-radius: 10px;
	}
	.mgCalWeekendLink
	{
		/*float: none !important;*/
		display: none;
	}
	caption.mgSectionTitle
	{
		display: block;
	}
	
	.mgTableEvenRow, .mgTableOddRow
	{
		float: none !important;
	}
}
