*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  padding: 0;
  margin: 0;
}
.chartholder {
  position: fixed;
  height: 100%;
  width: 100%;
  padding-right: 400px;
  z-index: 2;
}
.chartholder .chart {
  position: relative;
  height: 100%;
  width: 100%;
}
#spacer {
  display: none;
}
#text {
  width: 400px;
  position: absolute;
  right: 0;
  padding: 0 20px;
  z-index: 3;
}
h1 {
  font-family: "Superclarendon";
  font-size: 2.5em;
  line-height: 1.1em;
  margin-top: 20px;
  font-weight: normal;
}
h2 {
  font-family: "Superclarendon";
}
p {
  line-height: 1.6em;
}
#methchart,
#trendchart {
  width: 100%;
  height: 100%;
  position: absolute;
}
.nvtooltip tbody tr.nv-pointer-events-none {
  display: none;
}
.chart.trendchart {
  z-index: 10;
}
#methchart {
  z-index: 1;
}
#trendchart {
  background: transparent;
}
#trendchart .tick,
#trendchart .nv-axisMaxMin {
  display: none;
}
#trendchart path.nv-line {
  stroke-width: 4;
  stroke: #000;
  opacity: 0;
  transition: opacity 0.5s linear;
}
#trendchart.active path.nv-line {
  opacity: 1;
}
.link {
  border: solid 1px #aaa;
  padding: 3px 6px;
  border-radius: 3px;
  cursor: pointer;
  color: #666;
  transition: all 0.5s linear;
}
.link.activelink {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-decoration: none;
  border-color: rgba(0, 0, 0, 0);
}
#methfigures {
  width: 100%;
  border-collapse: collapse;
}
#methfigures tr {
  height: 20px;
  vertical-align: middle;
}
#methfigures td {
  border: solid 1px #ddd;
  border-width: 1px 0px;
  padding: 3px 0px;
  color: #666;
  cursor: pointer;
}
#methfigures td.legend {
  width: 23px;
}
#methfigures td.label {
  padding-left: 5px;
}
#methfigures td.figure {
  text-align: right;
}
#methfigures tr.activelink td.label,
#methfigures tr.activelink td.figure {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}
@media screen and (max-width: 500px) {
  .chartholder {
    padding: 0px;
    top: 0;
    z-index: 2;
    height: 50%;
    overflow: hidden;
    background: #fff;
    border-bottom: solid 1px #eee;
  }
  #methchart {
    height: 100%;
  }
  #text {
    position: absolute;
    height: 100%;
    z-index: 1;
    width: auto;
  }
  #spacer {
    height: 50%;
    position: relative;
    display: block;
  }
  h1 {
    font-size: 1.6em;
  }
}
.nvtooltip tbody tr.nv-pointer-events-none.highlight {
  display: table-row;
}
#tweet-button {
  text-align: left;
}
