  /*		DEPARTMENT COURSES		*/
.ecc-course-table {
	width: 100%;
	font-size: 14px;
}
.ecc-course-table th {
	background-color: #f6f6f6;
	border: 1px solid #ffffff;
	padding: 5px 10px;
}
.ecc-course-table td {
	background-color: #f6f6f6;
	border: 1px solid #ffffff;
	padding: 5px 10px;
}
.ecc-course-table th:nth-child(2),.ecc-course-table td:nth-child(2) {
	text-align: right;
}
