@font-face {
  font-family: "seravekbold";
  src: url(../fonts/seravek-medium-webfont.eot);
  src: url(../fonts/seravek-medium-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/seravek-medium-webfont.woff) format("woff"), url(../fonts/seravek-medium-webfont.ttf) format("truetype"), url(../fonts/seravek-medium-webfont.svg#seravekbold) format("svg");
  font-weight: 400;
  font-style: normal
}

svg{
	overflow: visible;
}

body{
  font-family: monospace;
  margin: 0px;
  overflow: hidden;
}

h1, h2 {
  color: #444;
  font-family: "seravekbold", helvetica, sans-serif;
  font-weight: normal;
}

h1 {
  font-size: 1.2rem;
  line-height: 1;
  margin: 10px 50px;
}

.chart-wrapper {
  position: relative;
}

.message {
  background-color: #1fc0da;
  background-color: rgba(31,192,218,.75);
  color: white;
  display: none;
  font-size: 1rem;
  left: 4.5rem;
  position: absolute;
  right: 4.5rem;
  text-align: center;
  top: 0;
}

.axis{
  opacity: .5;
}

.line{
  fill: none;
  stroke: black;
  stroke-width: 2;
}

.area{
  fill: rgba(255,255,255,.5);
}

.prenafta {
  fill: #efefef;
}

.annotation {
  position: relative;
}

.annotation text {
  fill: #1fc0da;
  font-family: helvetica, arial, sans-serif;
  font-size: .625rem;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
}

.flag {
  fill: #1fc0da;
}

.annotation line {
  stroke: #1fc0da;
}

.your-line{
  stroke: #1fc0da;
  stroke-width: 2;
  stroke-dasharray: 5 5;
}

.show-message .message {
  display: block;
}

.chart-source {
  font-family: helvetica, arial, sans-serif;
  font-size: .55rem;
  float: right;
  margin-right: 10px;
}

@media screen and ( min-width: 40rem ) {
  h1 {
    font-size: 2rem;
  }

  .message {
    font-size: 1.25rem;
  }
}