svg {
	background-color: #e6f2f7;
}

.thead {
	font-family: 'Cardo', 'Fanwood Text', serif;
	font-weight: bold;
	font-size: 18pt;
	fill: #1c355d;
	stroke: #1c355d;
}

.biging {
	font-size: 22pt !important;
	font-family: 'Cardo', 'Fanwood Text', serif;
	font-weight: normal;
	fill: #1c355d;
	stroke: #1c355d;
}

.headbox {
	fill: #e6f2f7;
	fill-opacity: 0.5;
	width: 100%;
	height: 40pt;
	stroke-width: 0;
}

.ttip {
	font-size: 15pt;
	font-family: 'Open Sans';
	font-weight: lighter;
	}


@media (min-width: 768px) {
.thead {
	font-size: 12pt;
}

.ttip {
	font-size: 9pt;
	}
	

}


.land {
	fill: #fffbf0;
	stroke: #e7c157;
	stroke-width: 0.4;
}

.mark {
	fill: #00a0e0;
	stroke: #1c355d;
	stroke-width: 0.4;
}

.mark:hover {
	fill: #F05F40;
	stroke: #333;
}

.info {
	opacity: 0;
	font-size: 8px;
	fill: white;
	background-color: red;
	pointer-events: none;
}

.headline {
	opacity: 1;
	font-size: 16px;
	fill: #3983ab;
}

