.job-template {
  padding: 1rem;
}

.section-joblist.module-id-nb1 select {
	font-size: 2rem;
	color: #fff;
	display: inline-block;
	width: 80%;
	border: none;
	background: transparent;
}

.section-joblist.module-id-nb1 {
	background: #000035;
	color: #fff;
}

.joblist-filters {
	position: relative;
	z-index: 1000;
	padding: 1rem;
	background: #506bfb;
	border-radius: 5rem;
	margin-bottom: 2rem;
}

.job-template strong {
   font-size: 2rem;
}

.job-template:hover {
   background: #3a2e9187;
}

.job-template a {
	color: #fff;
}

