.line {
  fill: none;
  stroke: #c4238f;
  stroke-width: 2px;
}

.pagetitle {
  font-size: 32px;
  /* font-weight: 700; */
  text-align: center;
  width: 100%;
  position: fixed;
  z-index: 999;
  /* font-family: Arial, Helvetica, sans-serif; */
  /* font-family: Merriweather; */
}

.katexeq {
  margin-top:15px;
  /* margin-bottom: 15px; */
}

.container {
  width: 890px;
}

#graphic {
  padding-top: 60px;
}

.x_axis path, .x_axis line{
  display: none;
}

.x_axis text {
  font-size: 16px;
}

.bar_text {
  font-size: 30px;
  text-anchor: middle;
}

.note {
  margin-top: 40px;
  font-size: 10px;
  font-style: italic;
  line-height: 12px;
}

#sections {
  position: relative;
  display: inline-block;
  text-align: end;
  width: 350px;
  top: 0px;
  z-index: 90;
  padding-bottom: 200px;
}

.step {
  margin-bottom: 200px;
  font-family: "TiemposTextWeb-Regular","Georgia";
  font-size: 16px;
  line-height: 23px;
  color: #767678;
}

#sections .title {
  font-family: Arial,Helvetica,"san-serif";
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 2px;
  color: #262626;
  line-height: 1.2em;
}

#extra-space {
  height: 200px;
}

#vis {
  display: inline-block;
  position: fixed;
  top: 60px;
  z-index: 1;
  margin-left: 0;
  /* height: 600px; */
  /* width: 600px; */
  /* background-color: #ddd; */
}

.highlight {
  fill: #008080;
  font-weight: bold;
}
