.scholarship-table {
    width: 100%;
    border-spacing: 8px;
    border-collapse: unset;
    text-align: center;
    margin-bottom: 1em;
    padding: 0.5em;
    background-color: white;
}

.scholarship-table .spreads th {
    color: #4c2683;
}

.scholarship-table .spreads th .line-container {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.scholarship-table .spreads th .line-text {
	padding: 0 10px;
	z-index: 1;
}

.scholarship-table .spreads th .line-container::before,
.scholarship-table .spreads th .line-container::after {
	content: "";
	flex: 1;
	border-bottom: 2px solid #f68b1f;
}

.scholarship-table .spreads th .line-container::before {
	margin-right: 10px;
}

.scholarship-table .spreads th .line-container::after {
	margin-left: 10px;
}

.scholarship-table .spreads th .start-dot {
	display: block;
	position: absolute;
	left: 0;
	width: 8px;
	height: 8px;
	background-color: #f68b1f;
	border-radius: 50%;
	z-index: 100;
}

.scholarship-table .spreads th .end-dot {
	display: block;
	position: absolute;
	right: 0;
	width: 8px;
	height: 8px;
	background-color: #f68b1f;
	border-radius: 50%;
	z-index: 100;
}

.scholarship-table .headings th {
    background-color: #3B007F;
    color: white;
    padding: 10px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.scholarship-table tbody td {
	color: #4c2683;
    padding: 10px;
    text-align: center;
    font-weight: 400;
}

.scholarship-table .presidential td {
    background-color: #FF8B2B;
}

.scholarship-table .deans td {
    background-color: #FFB370;
}

.scholarship-table .faculty td {
    background-color: #FFC286;
}

.scholarship-table .academic td {
    background-color: #FFD9A3;
}

.scholarship-table .aces td {
    background-color: #FFE7BA;
}

.scholarship-table .purple td {
    background-color: #FDF1DF;
}

.scholarship-table-fine-print {
    padding: 0 1em;
}