#freshmanScholarshipGrid {
    cursor: pointer;
    margin-bottom: 1em;
    margin-left: 0px;
    margin-right: 0px;
}

.table-scholarships-center {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.table-scholarships {
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}

.table-scholarships caption {
    display: none;
}

.table-scholarships .table-head-main {
	background-color: #4c2683;
	border: 1px solid #4c2683;
	color: #fff;
	font-size: 110%;
	font-weight: normal;
	text-align: center;
	padding: 15px 10px;
}

.table-scholarships .table-head-main a {
    color: #f68b1f;
}

.table-scholarships .table-head-main > div {
	display: block;
	text-align: center;
	font-weight: normal;
	font-size: 70%;
}

.table-scholarships .table-head-sub {
	background-color: #c9c0db;
	border: 1px solid #4c2683;
	color: #000;
	font-size: 80%;
	font-weight: normal;
	text-align: center;
	padding: 10px;
}

.table-scholarships .table-head-sub-dark {
    background-color: #8678a1;
	border: 1px solid #4c2683;
	color: #000;
	font-size: 80%;
	font-weight: normal;
	text-align: center;
	padding: 10px;
}

.table-scholarships tr.stripe td {
	background-color: #c9c0db;
}

.table-scholarships td {
	border: 1px solid #4c2683;
	font-size: 80%;
	padding: 4px 10px;
	text-align: center;
	max-width: 230px;
}

.table-scholarships .row-heading {
	background-color: #f68b1f;
	color: #4c2683;
	font-weight: bold;
}