/* line 5, ../../../../../.rvm/gems/ruby-2.0.0-p0@global/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../.rvm/gems/ruby-2.0.0-p0@global/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../.rvm/gems/ruby-2.0.0-p0@global/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../.rvm/gems/ruby-2.0.0-p0@global/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../.rvm/gems/ruby-2.0.0-p0@global/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../.rvm/gems/ruby-2.0.0-p0@global/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../.rvm/gems/ruby-2.0.0-p0@global/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../.rvm/gems/ruby-2.0.0-p0@global/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../.rvm/gems/ruby-2.0.0-p0@global/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 4, ../sass/style.scss */
html {
  height: 100%;
}

/* line 7, ../sass/style.scss */
body {
  height: 100%;
  font-family: sans-serif;
  text-align: center;
  font-weight: 100;
  overflow: hidden;
}

/* line 14, ../sass/style.scss */
a {
  text-decoration: none;
  color: black;
}

/* line 18, ../sass/style.scss */
a:hover {
  text-decoration: underline;
}

/* line 21, ../sass/style.scss */
.hidden {
  display: none;
}

/* line 27, ../sass/style.scss */
.header {
  background: green;
  color: white;
  height: 60px;
  line-height: 15px;
  clear: both;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  overflow: visible;
}

/* line 40, ../sass/style.scss */
.titles {
  float: left;
  width: 50%;
  text-align: left;
}

/* line 45, ../sass/style.scss */
h1 {
  margin: 15px 10px 0;
}

/* line 48, ../sass/style.scss */
h2 {
  margin: 0 10px 15px;
  font-size: 0.8em;
}
/* line 51, ../sass/style.scss */
h2 a {
  color: white;
}

/* line 55, ../sass/style.scss */
.selector {
  float: right;
  width: 50%;
  box-sizing: border-box;
  padding-right: 20px;
  text-align: right;
  height: 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
/* line 65, ../sass/style.scss */
.selector.open {
  height: auto;
}
/* line 67, ../sass/style.scss */
.selector.open .option {
  display: block;
}
/* line 69, ../sass/style.scss */
.selector.open .option:hover {
  background: rgba(0, 0, 0, 0.75);
}
/* line 74, ../sass/style.scss */
.selector .option {
  cursor: pointer;
  flex-grow: 1;
  width: 200px;
  padding: 0 20px;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  order: 1;
  height: 30px;
  line-height: 30px;
}
/* line 84, ../sass/style.scss */
.selector .option.selected {
  flex-grow: 0;
  display: block;
  height: 60px;
  line-height: 60px;
  order: 0;
}
/* line 90, ../sass/style.scss */
.selector .option.selected:after {
  display: inline-block;
  content: " ";
  border-top: 8px solid white;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  width: 0;
  height: 0;
  margin-left: 10px;
}

/* line 104, ../sass/style.scss */
.content {
  position: absolute;
  z-index: 0;
  top: 60px;
  bottom: 0;
  right: 0;
  left: 0;
}
/* line 112, ../sass/style.scss */
.content svg text {
  fill: rgba(0, 0, 0, 0.5);
  cursor: default;
}
/* line 117, ../sass/style.scss */
.content svg .axis .day text {
  text-anchor: middle;
}
/* line 120, ../sass/style.scss */
.content svg .axis .hour text {
  text-anchor: left;
}
/* line 124, ../sass/style.scss */
.content svg .legend rect {
  fill: url(#legendGradient);
}
/* line 127, ../sass/style.scss */
.content svg .stop1 {
  stop-color: green;
}
/* line 130, ../sass/style.scss */
.content svg .stop2 {
  stop-color: white;
}

/* line 137, ../sass/style.scss */
.loading {
  position: absolute;
  top: 200px;
  left: 0;
  right: 0;
}

/* line 145, ../sass/style.scss */
.attr {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.5em;
}

/* line 153, ../sass/style.scss */
.tooltip {
  position: absolute;
  padding: 10px;
  background: rgba(255, 255, 255, 0.9);
  color: black;
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  cursor: default;
  pointer-events: none;
}
