/*	
	student: Belle Bruinsma
	student number: 10676759
	datum: 29 juni 2017
	vak: eindproject programmeren 
*/

/* this is for the html */
body {
	font-family: "Times New Roman", Georgia, Serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Times New Roman";
    letter-spacing: 5px;
}

/* this is for the tooltip in map */
div.tooltip {
  	position: absolute;
  	left: 75px;
  	text-align: center;
  	height: auto;
  	padding: 7px;
  	font-size: 13px;
  	font-family: 'Proxima-Nova', sans-serif;
  	background: white;
  	border: 1px solid #989898;
  	pointer-events: none;
}

