.table-compare {
	margin-bottom: 20px;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 1em;
}
.table-compare thead tr th:first-child {
	background-color: transparent;
	border: 0;
}
.table-compare thead tr th {
	position: relative;
	min-height: 100px;
	height: 100px;
	padding: 10px;
	font-size: 1.4em;
	background-color: #eeeeee;
	border: 1px solid #dddddd;
	text-align: left;
}
.table-compare tbody tr td:first-child {
	font-weight: bold;
	white-space: nowrap;
	font-size: 1.4em;
}
.table-compare tbody tr td {
	border: 1px solid #dddddd;
	margin: 0;
	padding: .85em;
	font-size: 1.1em;
	width: 305px;
}
.close {
	float: right;
	position: absolute;
	top: 5px;
	right: 5px;
	color: inherit;
	font-size: 14px !important;
	line-height: 1.2;
	color: #000 !important;
}
.monkey {
	max-height: 200px;
	overflow: hidden;
}
.expand-button {
	position: relative;
	bottom: 0;
	display: block;
	background-color: #eeeeee;
	padding: 3px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
}
td.location,
td.applicationDeadline,
td.courseWork,
td.careerOptions {
	padding: 0 !important;
	vertical-align: top;
}
div.location,
div.applicationDeadline,
div.courseWork,
div.careerOptions {
	padding: .85em;
}
td.location-label,
td.applicationDeadline-label,
td.courseWork-label,
td.skillsEmployersWant-label,
td.careerOptions-label {
	vertical-align: top;
}
.compare-more-button {
	padding: 10px;
	padding-bottom: 20px;
}
.icon-laker-blue {
	color: #0263A7;
}

@media (max-width: 767px), (max-device-width: 767px) {
	.compare-more-button button{
		display: block;
		width: 100%;
	}
	.table-compare tbody tr td,
	.table-compare thead tr th {
		display: none;
	}
	.table-compare tbody tr td:nth-child(-n+3),
	.table-compare thead tr th:nth-child(-n+3) {
		display: table-cell;
		font-size: 10px
	}
	.table-compare tbody tr td:first-child {
		width: 118px;
		font-weight: bold;
	}
}
