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

body {
  position: relative;
  color: #130C0E;
  background-color: #eee;
  padding: 20px;
  font-family: "Source Code Pro", Consolas, monaco, monospace;
  line-height: 1.5;
  font-weight: 400;
  width: 600px;
  margin: 0 auto;
}
p {
  padding-top: 0;
  margin-top: 0;
  font-size: 13px;
  max-width: 400px;
}
h1 {
  font-size: 18px;
  font-weight: 400;
}
#slopegraph {
  min-height: 400px;
  padding: 20px 0;
}
footer {
  position: relative;
}
.l-labels, .r-labels {
  font-size: 11px;
}
#reset {
  font-size: 11px;
  background: #130C0E;
  color: #7AC143;
  position: absolute;
  border: none;
  outline:none;
  padding: 5px 8px;
  letter-spacing: 1px;
  left: 0;
  top: 2px;
}
#reset:hover {
  background: #7AC143;
  color: #130C0E;
}
#nav-alt ul {
  list-style: none;
  margin-left: 15px;
}
#nav-alt ul li {
  display: inline-block;
  padding: 4px 8px;
  background: #FDBB30;
  cursor: pointer;
  font-size: 11px;
  margin-right: 1px;
}
#nav-alt ul li:hover {
  background: #7AC143;
}
text.s-title {
  fill: #130C0E;
  letter-spacing: 2px;
}