/*
Applicant Dashboard
*/
h1, h2, h3, h4, h5, h6 {
	margin-top: 5px;
	font-weight: 600;
}
.table-sections {
	font-size: 16px;
}
.table-sections a {
	text-decoration: none;
}
.btn-table {
	padding: 2px 7px;
}
.btn-footer {
	font-size: 14px;
	padding: 3px 15px;
}
.table > tbody > tr.success > td {
	background-color: #FFD8A0;
}
.table > tbody > tr.warning > td {
	//background-color: #CBDDEC;
}

