#CourseGroups
{
	margin-top: 20px;
}
#CourseGroups h3
{
	font-size: 12px;
}
#CourseGroups table
{
	width: 100%;
	border-collapse: collapse;
}

#Content #CourseGroups table td, #Content #CourseGroups table th
{
	padding: 5px;
	background-color: transparent;
	border-bottom: 1px solid #ddd;
}

#Content #CourseGroups table td.month
{
	border-bottom: none;
	background-color: #fafafa;
	font-weight: bold;
	padding: 5px;
}

#Content #CourseGroups table td.days, #Content #CourseGroups table th.days
{
	width: 50px !important;
}
#Content #CourseGroups table td.date, #Content #CourseGroups table th.date
{
	width: 200px;
}
#Content #CourseGroups table td.location, #Content #CourseGroups table th.location
{
	width: 200px;
}
