html {
	text-align: center;
	font-family: "Times New Roman", sans-serif;
	background-color:white;
}


div {
	margin: 0 auto;
	display: block;
}

path {
	stroke: rgb(144, 180, 210);
	stroke-width: 1;
	fill: none;
}
circle {
	fill: rgb(144, 180, 210);

}

rect {
	fill: rgb(144, 180, 210);

}

div.tooltip {
	position: absolute;
  	text-align: center;
  	width: 100px;
  	padding: 2px;
  	font-size: 10px;
  	background: #FFFFE0;
  	border: 1px;
  	border-radius: 2px;
  	pointer-events: none;
	font-size: 15px;
}

.button {
	cursor: pointer;
}

svg {
	margin: 15px auto;
}

.mapbox {
	border: 1px solid black;
}

#map {
	display:block;
	position: relative;
}

#map:before {
  content: "";
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%; 
  height: 100%;  
  opacity: .2; 
  z-index: -1;
  background-image: url('../img/marble.jpg');
	background-size: 100%;
	background-repeat: repeat-y;
	border: 1px solid black;
}
