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

.container {
  max-width: 980px;
  max-height: 750;
  margin: auto;
}

.button {
  min-width: 130px;
  padding: 5px 6px;
  cursor: pointer;
  text-align: center;
  font-size: 13px;
  border: 1px solid #e0e0e0;
  text-decoration: none;
}

.button.active {
  background: rgb(1, 173, 1);
  color: #fff;
}


#vis {
  width: 980px;
  height: 700px;
  clear: both;
  margin-bottom: 250px;
  margin-top: 10px;
  margin-left: -60px;
}

#toolbar {
  margin-top: 30px;
}

.year {
  font-size: 18px;
  fill: rgb(104, 97, 97);
  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;
	z-index: 10;
}

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

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

.footer {
  text-align: center;
}
