/* Calendar Tweaks */
/* Adjust min-device-width and max-device-width to match customers own responsive elements)*/
@media all and (max-width: 752px)
{
	table, thead, tbody, th, td, tr { 
		display: block;
	}
	th
	{
		display: none;
	}

	.mgCalWeekendLnk
	{
		display: none;
	}
	caption.mgSectionTitle
	{
		display: block;
	}
	
	.mgTableEvenRow, .mgTableOddRow
	{
		float: none !important;
	}
}
