
#filter-english-courses label {
	width: 100%;
	float: left;
}

#filter-english-courses select,
#filter-english-courses input {
	width: 100%;
	float: left;
}

table.faculty_table {
	width: 100%;
	border-collapse: collapse;
}
table.faculty_table th {
	color: white;
	background: #193058;
	font-size: 100%;
}
table.faculty_table td,
table.faculty_table th {
	border: 1px solid #c4c4c4;
	padding: 0.5rem;
}


table.faculty_table tr.faculty_spacer td {
	padding: 0;
}

.campus_title.disable,
table.faculty_table.disable,
table.faculty_table .faculty_head.disable,
table.faculty_table .faculty_body.disable,
table.faculty_table .campus_title.disable,
table.faculty_table .module_data.disable {
	display: none;
}

table.faculty_table th h3 {
	margin: 0.5rem 0;
}

table.faculty_table td:nth-child(1) {
	width: 30%;
}
table.faculty_table td:nth-child(2) {
	width: 30%;
}
table.faculty_table td:nth-child(3) {
	width: 20%;
}
table.faculty_table td:nth-child(4) {
	width: 5%;
	text-align: center;
}
table.faculty_table td:nth-child(5) {
	width: 5%;
	text-align: center;
}
table.faculty_table td:nth-child(6) {
	width: 5%;
	text-align: center;
}
table.faculty_table td:nth-child(7) {
	width: 5%;
	text-align: center;
}
