.site-cluster {
	display: block;
	width: 24px;
	height: 22px;
	background: url(../images/svg/icon-mottagningsplats.svg);
	background-size: 24px 22px;
	text-align: center;
}

.site-cluster div {
    width: 16px;
    height: 16px;
    margin-left: 4px;
    margin-top: 3px;
    text-align: center;
	font: 10px "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.site-cluster span {
	line-height: 16px;
	color: #FFF;
}

.site-cluster-large {
	display: block;
	width: 32px;
	height: 30px;
	background: url(../images/svg/icon-mottagningsplats.svg);
	background-size: 32px 30px;
	text-align: center;
}

.site-cluster-large div {
    width: 20px;
    height: 20px;
    margin-left: 6px;
    margin-top: 5px;
    text-align: center;
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.site-cluster-large span {
	line-height: 20px;
	color: #FFF;
}
.facit-cluster-large {
	display: block;
	width: 32px;
	height: 30px;
	background-size: 32px 30px;
	text-align: center;
}
.facit-cluster-large div {
    width: 20px;
    height: 20px;
    margin-left: 6px;
    margin-top: 5px;
	background-color: #ff00ff;
	border: 1px solid #FFF;
    text-align: center;
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.facit-cluster-large span {
	line-height: 20px;
	color: #FFF;
	font-weight: bold;
}