#university-level {
	margin-bottom: 0.8em;
}

.i-check-label {
	margin-right: 0.9em;
}

.action-btn-container {
	margin-top: 1.438em;
}

#search-result {
	margin: 1.6em 0;
}

.calendar-wrapper {
	font-size: 0.8em;
}

.year-abbreviations {
	white-space: nowrap;
}

.year-abbreviations span {
	padding: 0.13em 0.19em;
	cursor: pointer;
}

.year-abbreviations span.silver {
	color: silver;
}

.year-abbreviations span.khaki {
	background-color: khaki;
}

.posting-detail {
	padding: 0.9em 0;
}

.posting-detail h4 {
	display: inline-block;
	position: relative;
	font-weight: bold;
	font-size: 1.3em;
}

.posting-detail h4::after {
	content: '';
	height: 0.19em;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -0.4em;
	pointer-events: none;
	display: block;
	background-color: #f2a900;
}

.posting-detail div {
	text-align: left;
}

.detail-field {
	margin-bottom: 0.9em;
}

.detail-field span.block.bold:not(.ahh) {
	margin-bottom: 0.3em;
}

.ahh {
	color: #6b7069;
}

.deadline-main,
.references-main {
	margin-right: 0.6em;
}