#filters {
	margin-bottom: 1em;
	background: #f2f2f2; /* Fallback for IE8- */
	background: rgba(0, 0, 0, 0.05);
	padding-left: 1em;
	padding-top: 1em;
}

#filters div.filter {
	display: inline-block;
	padding-bottom: 1em;
	padding-right: 1em;
}

#filters label {
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 0.9em;
	margin-bottom: 0.3em;
}

#filters select {
	width: 12em;
	border: none;
}

#announcement {
	margin-top: 1em;
	padding: 1em;
	text-align: center;
	border: 1px solid #eee;
}

#job-offers table {
	width: 100%;
	border-collapse: collapse;
}

#job-offers table tr td {
	padding: .75em 0;
	vertical-align: top;
}

#job-offers table tr + tr td {
	border-top: 1px solid #eee;
}

#job-offers table tr td + td {
	padding-left: 1em;
}

#job-offers table td.date {
	text-align: right;
	white-space: nowrap;
}

#job-offers table span.separator {
	margin: 0 .6em;
}

#job-offers table span.intranet-job {
	color: #FF6600;
}

.back-to-list {
	color: #999;
}

.back-to-list:before {
	content: '←';
	display: inline-block;
	margin-right: 0.5em;
}

.command {
	margin-top: 2em;
}

.video-container {
	margin: 3em 0;
	position: relative;
	padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
	width: 100%;
	height: 0;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.form-actions {
	text-align: center;
}

.button {
	padding: 1em 2em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.button-primary {
	color: white;
	background: #0084BD;
}

.button-primary:hover {
	background: #00518A;
}
