.jobboard-modal {
	display: none;
	position: fixed;
	z-index: 100000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
.modal-content {
	background-color: #fefefe;
	margin: 15% auto;
	padding: 20px;
	border: 1px solid #888;
	width: 70%;
	max-width: 600px;
	border-radius: 4px;
}
.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
}
.jobboard-status { display:inline-block; padding:3px 8px; border-radius:6px; font-size:12px; font-weight:500; }
.status-pending { background: #fff3cd; color: #856404; }
.status-reviewed { background: #cce5ff; color: #004085; }
.status-shortlisted { background: #d4edda; color: #155724; }
.status-rejected { background: #f8d7da; color: #721c24; }
.status-hired { background: #d4edda; color: #155724; }


