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

body {
  position: relative;
  color: #130C0E;
  background-color: #fefefe;
  padding: 5px 20px;
  
  line-height: 1.5;
  font-weight: 400;
}*/

body {
  margin: 0;
  font-family: "roboto condensed",sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  padding-top: 0;
  margin-top: 0;
  font-size: 1em;
  max-width: 600px;
}
h1 {
  font-size: 2em;
  font-weight: 400;
}
#slopegraph {
  min-height: 400px;
  /*padding: 20px 0;*/
}
.slope {
    display: inline-block;;
    width: 400px;
}
.labels {
    font-size: 11px;
}
/*#nav-alt ul, #filter ul {
    color: #130C0E;
    font-size: 11px;
    letter-spacing: 1px;
    list-style: none;
    padding: 0;
    margin: 10px 0 10px 0;
}
#nav-alt ul li, #filter ul li {
    display: inline-block;
    padding: 2px 8px;
    margin-right: 1px;
    background: #A4CD39;
    cursor: pointer;
}
#nav-alt ul li:hover, #filter ul li:hover {
    background: #7AC143;
}*/
text.s-title {
    fill: #000;
    /*letter-spacing: 2px;*/
    font-size: 18px;
}

#columnHeading {
  display: flex;
  width: 900px;
}

#columnHeading h3 {
  flex-grow: 1;
  text-align: center;
}

#columnHeading h3:first-child {
  text-align:left;
}

#columnHeading h3:last-child {
  text-align:right;
}