html { overflow: hidden;}

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300&subset=latin,greek,cyrillic,vietnamese);

a, a:visited, a:active {
  color: #444;
}
#container { width: 1300px; }

#vis {
  width: 1300px;
  height: 250px;
  clear: both;
  margin-bottom: 10px;
}


header {display: none;}

footer {
  text-align: right;
  font-size: 8px;
}

#view_selection {
    margin-top: 30px;
    margin-left: 30px;
    margin-bottom: 30px;
}

.years {
  font-size: 16px;
  fill: #666;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
}

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

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

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