.ol-tooltip *{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 300
}
.ol-tooltip {
	display: flex; overflow: hidden;
	padding: 1px;
	border-radius: 6px;
}
.ol-tooltip img {
	width: 100%; max-height: 500px;
}
.ol-tooltip-job a{
	font-size: 15px; padding: 2px;
	text-decoration: none;
	color: #0050b8;
	font-weight: bold;
}
.ol-tooltip-salary{
	font-size: 14px; padding: 2px;
	white-space: nowrap;
}
.ol-tooltip-company{
	font-size: 13px; padding: 2px;
}
.ol-popup {
	position: absolute;
	background-color: white;
	padding: 0px;
	bottom: 12px;
	width: 300px;
	height: auto;
	transform: translate(-50%, 0%);
	margin-bottom: 10px;
	margin-left: 37px;
}
.ol-popup:after, .ol-popup:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.ol-popup:after {
	border-top-color: white;
	border-width: 10px;
	left: 120px;
	margin-left: -16px;
}

.ol-popup:before {
	border-top-color: #cccccc2a;
	border-width: 11px;
	left: 120px;
	margin-left: -16px;
}
.marker{
	background: #222 !important;
}
.animated {
	position: relative;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@keyframes hop {
	0% {margin-bottom: 0px;}
	50% {margin-bottom: 30px;}
	100% {margin-bottom: 0px;}
}
.hop {
	-webkit-animation-name: hop;
	animation-name: hop;
	animation-iteration-count: infinite;
	animation-duration: 2s;
}
.infowindow {
	min-height: initial;
}
section#content .ol-viewport ul {
    margin: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
}