/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 17, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/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, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 9, scss/dr.d3.scss */
.i-events {
  pointer-events: none;
}

/* line 13, scss/dr.d3.scss */
.axis {
  pointer-events: none;
  display: none;
}
/* line 16, scss/dr.d3.scss */
.axis.visible {
  display: inline;
}
/* line 19, scss/dr.d3.scss */
.axis path {
  fill: none;
  stroke: #000;
  stroke-opacity: .75;
  shape-rendering: crispEdges;
}
/* line 26, scss/dr.d3.scss */
.axis .tick line {
  fill: none;
  stroke: #e5e5e5;
  shape-rendering: crispEdges;
}
/* line 31, scss/dr.d3.scss */
.axis .tick text {
  font-size: smaller;
}

/* line 39, scss/dr.d3.scss */
.voronoi polygon {
  fill: none;
  stroke: none;
  pointer-events: all;
}
/* line 43, scss/dr.d3.scss */
.voronoi polygon.show {
  fill: steelblue;
  stroke: darkblue;
  fill-opacity: 0.3;
}
/* line 50, scss/dr.d3.scss */
.voronoi .labels {
  font-size: smaller;
}
/* line 53, scss/dr.d3.scss */
.voronoi .labels .top {
  text-anchor: middle;
}
/* line 56, scss/dr.d3.scss */
.voronoi .labels .right {
  text-anchor: start;
}
/* line 59, scss/dr.d3.scss */
.voronoi .labels .bottom {
  text-anchor: middle;
}
/* line 62, scss/dr.d3.scss */
.voronoi .labels .left {
  text-anchor: end;
}

/* line 69, scss/dr.d3.scss */
.marks * {
  fill: black;
  stroke: black;
  fill-opacity: .1;
  /* Volcano Plot */
  /* Box Plot */
}
/* line 74, scss/dr.d3.scss */
.marks *.significant {
  fill: red;
  stroke: red;
}
/* line 79, scss/dr.d3.scss */
.marks *.outlier {
  fill: red;
  stroke: red;
}
/* line 83, scss/dr.d3.scss */
.marks *:hover, .marks *.hover {
  fill-opacity: 1;
  stroke: white;
}

/* line 91, scss/dr.d3.scss */
.boxplot line, .boxplot rect, .boxplot circle {
  fill: #fff;
  fill-opacity: .8;
  stroke: #000;
  stroke-width: 1.5px;
}
/* line 97, scss/dr.d3.scss */
.boxplot rect {
  pointer-events: none;
}
/* line 100, scss/dr.d3.scss */
.boxplot .center {
  stroke-dasharray: 3,3;
}

/* line 106, scss/dr.d3.scss */
.brush .extent {
  stroke: #fff;
  fill-opacity: .125;
  shape-rendering: crispEdges;
}

/* line 119, scss/dr.d3.scss */
.tooltip {
  line-height: 1;
  background: #f0f0f0;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.5);
  border: 2px solid #646464;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  padding: 5px 5px;
  /*@include transition(opacity 0.5s);*/
}
/* line 131, scss/dr.d3.scss */
.tooltip:before, .tooltip:after {
  content: "";
  position: absolute;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -4px;
}
/* line 141, scss/dr.d3.scss */
.tooltip:before {
  border-top: 4px solid #646464;
  margin-top: 2px;
}
/* line 146, scss/dr.d3.scss */
.tooltip:after {
  border-top: 4px solid #f0f0f0;
  margin-top: -2px;
  z-index: 1;
}
