@font-face {
  font-family: myFirstFont;
  src: url(Geograph/Geograph-Thin.otf);
}
@font-face {
  font-family: mySecondFont;
  src: url(Geograph/Geograph-Medium.otf);
}
@font-face {
  font-family: myThirdFont;
  src: url(Geograph/Geograph-Regular.otf);
}
body{
  font-family:myThirdFont;
  background-color: #f7f7f7;
  width: 710px;
  text-align:center;
}

h1 {
  font-family:mySecondFont;
  font-size: 22px;
  text-align: center;
  padding-top: 10px;
}

a, a:visited, a:active {
  color: #444;
}

.container {
  max-width: 900px;
  margin: auto;
}

#toolbar {
  text-align: center;
}

.button {
  min-width: 110px;
  padding: 4px 4px;
  cursor: pointer;
  font-family:myThirdFont;
  text-align: center;
  font-size: 13px;
  text-decoration: none;
  background: #d4d4d4
  border: 2px solid #343a40; 
  font-weight:700; 
  stroke: #343a40;
  margin: 5px;
  border-radius: 8px;
}

.button.active {
  background: #333333;
  color: #fff;
  outline:none
}

.button:focus {
  outline:none;
}

#vis {
  width: 710px;
  height: 580px;
  clear: both;
  margin-bottom: 10px;
  margin-top:20px;
  text-align:center;
}

#toolbar {
  margin-top: 10px;
}

.year {
  font-size: 21px;
  fill: #aaa;
  cursor: default;
}

.tooltip {
	position: absolute;
	top: 100px;
	left: 100px;
  -moz-border-radius:5px;
	border-radius: 5px;
  border: 2px solid #000;
  background: #fff;
	opacity: .9;
  color: black;
	padding: 10px;
	width: 300px;
	font-size: 12px;
  font-family: myThirdFont;
  text-align: left;
	z-index: 10;
}

.tooltip .title {
	font-size: 13px;
}

.tooltip .name {
  font-weight:bold;
}

.legend {
  font-family: myFirstFont;
  letter-spacing: 0.2px;
}

.thin {
  font-family: myFirstFont;
  stroke-width: .75;
  letter-spacing: 0.3px
}