body {
}

h1 {
  /* position:absolute; */
  font-size: 44px;
  float:left;
  clear:none;
  display:inline;
  width: 40%;
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform:uppercase;
}

#vis {
  min-height: 800px;
}

.active {
  stroke: orange;
}

#text_select {
  float:right;
  margin-top: 10px;
}

.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: 18px;
}

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

#footer p {
  text-align: center;
}