@import url(http://fonts.googleapis.com/css?family=Source+Code+Pro:400,600);

html, body {
}
body {
  font-family: "Source Code Pro", Consolas, monaco, monospace;
  line-height: 1.5;
  font-weight: 400;
  background-color: #130C0E;
  padding: 10px;
}
#vis {
  height: 512px;
  padding-top: 50px;
  padding-left: 18px;
  width: 1020px;
  position: relative;
}
svg {
  width: 100%;
  height: 100%;
}
aside {
  position: absolute; 
  top: 4px;
  right: 10px;
  height: 50px;
  width: 350px;
}
/*svg line{
  stroke: red;
  stroke-width: 2;
}*/
#info {
  position: absolute;
  height: 50px;
  top: 20px;
  left: 20px;
}
h1 {
  font-size: 18px;
  color: #7AC143;
  font-weight: 400;
  margin: 0;
  line-height: 100%;
  letter-spacing: 2px;
}
text {
  font-size: 14px;
  fill: #7AC143;
}

button {
  font-family: "Source Code Pro", Consolas, monaco, monospace;
  font-size: 14px;
  background: #130C0E;
  color: #7AC143;
  border: none;
  outline:none;
  padding: 4px 8px;
  letter-spacing: 1px;
}
button:hover {
  background: #7AC143;
  color: #130C0E;
}
