
article {
	background-color: #789;
	}
h1 {
	color: #456;
	font-size: 3.2vh;
	text-shadow: 0px 0px 0.6em #ABC, 0.02em 0.02em 0.15em #FFF;
	}
.sideblauw {
	top: 25vh;
	background-color: #66A;
	}
.vakblauw {
	width: 50vmin;
	float: left;
	margin: 1em;
	padding: 1em;
	background-color: #337;
	border: solid 0.2em #AAC;
	color: #AAC;
	}
	
#datavak {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 16px;
	}
#container {
	width: 100vmin;
	height: 100vmin;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #89A;
	}
#gemname {
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 12px;
	padding: 3px;
	background-color: rgba(255, 255, 255, 0.7);
	border: 1px solid #888;
	border-radius: 5px;
	}
#gemmap path {
	fill: #9B9;
	fill-rule: evenodd;
	stroke-width: 0.5px;
	stroke: #777;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
	}
#gemmap path:hover {
	fill: #BEB;
	}
