.teamtailor-jobs__job {
	-webkit-transition: all .15s ease-out;
	transition: all .15s ease-out;
	background: #F4F4F4;
    border-left: 3px solid #0088cc;
    border-right-color: #0088cc;
	border-radius: 5px;
    color: #0088cc;
	display: block;
	font-size: 1.1em;
	min-height: 20px;
	padding: 12px 20px 12px 10px;
	position: relative;
	cursor: pointer;
	font-weight: 400;
}

.teamtailor-jobs__job-info {
    font-size: 0.9em;
    color: #777;
}
