@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,400italic,100italic,700,700italic&subset=latin,greek);
/* 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 11, ../../scss/_base.scss */
body {
  font-family: "Roboto", sans-serif;
}
/* line 13, ../../scss/_base.scss */
body a {
  color: inherit;
  text-decoration: none;
}

/* line 19, ../../scss/_base.scss */
h1.title {
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-size: xx-large;
  font-weight: bolder;
  padding-bottom: 50px;
  padding-top: 20px;
}

/* line 28, ../../scss/_base.scss */
div h1 {
  font-size: x-large;
  padding-bottom: 8px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

/* line 37, ../../scss/_base.scss */
.lightbox {
  font-family: "Roboto", sans-serif;
  padding: 16px;
  background: #fefefe;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 1px 5px rgba(0, 0, 0, 0.2), 0 0 0 12px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 1px 5px rgba(0, 0, 0, 0.2), 0 0 0 12px rgba(255, 255, 255, 0.4);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 1px 5px rgba(0, 0, 0, 0.2), 0 0 0 12px rgba(255, 255, 255, 0.4);
}

/* line 69, ../../scss/_base.scss */
g.boxplot .marks {
  fill-opacity: .2;
}
/* line 73, ../../scss/_base.scss */
g.boxplot.resistant line, g.boxplot.resistant rect {
  stroke: red;
}
/* line 78, ../../scss/_base.scss */
g.boxplot.sensitive line, g.boxplot.sensitive rect {
  stroke: green;
}
/* line 83, ../../scss/_base.scss */
g.boxplot.vehicle line, g.boxplot.vehicle rect {
  stroke: blue;
}

/* line 89, ../../scss/_base.scss */
.tooltip {
  font-family: "Roboto", sans-serif;
  font-size: smaller;
}

/* line 3, ../../scss/screen.scss */
a#to-data {
  border: none;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 4px;
  -moz-box-shadow: 2px 2px 4px;
  box-shadow: 2px 2px 4px;
  padding: 5px;
  color: #cc0000;
  background-color: #ffcccc;
  -webkit-box-shadow: 2px 2px 4px maroon;
  -moz-box-shadow: 2px 2px 4px maroon;
  box-shadow: 2px 2px 4px maroon;
  font-size: small;
}
/* line 61, ../../scss/_base.scss */
a#to-data:hover {
  color: red;
  background-color: #fff2f2;
  cursor: pointer;
}

/* line 8, ../../scss/screen.scss */
div#links {
  text-align: left;
  padding-bottom: 40px;
}

/* line 13, ../../scss/screen.scss */
div#container {
  text-align: center;
}

/* line 17, ../../scss/screen.scss */
div#model {
  font-family: "Roboto", sans-serif;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
/* line 20, ../../scss/screen.scss */
div#model > div {
  padding-right: 30px;
  padding-left: 30px;
}

/* line 26, ../../scss/screen.scss */
div#data {
  font-family: "Roboto", sans-serif;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin-right: 50px;
}

/* line 32, ../../scss/screen.scss */
div#network {
  font-family: "Roboto", sans-serif;
  padding-bottom: 30px;
}
/* line 35, ../../scss/screen.scss */
div#network svg {
  stroke-width: 2px;
}
/* line 37, ../../scss/screen.scss */
div#network svg .gene, div#network svg .link {
  pointer-events: all;
}
/* line 40, ../../scss/screen.scss */
div#network svg .gene[data-rnaseq]:hover, div#network svg .gene[data-rppa]:hover, div#network svg .gene.highlight {
  fill: red;
  cursor: pointer;
}
/* line 44, ../../scss/screen.scss */
div#network svg .link[data-pub-ref]:hover, div#network svg .link.highlight {
  cursor: pointer;
  stroke: red;
  stroke-width: 3px;
}
/* line 48, ../../scss/screen.scss */
div#network svg .link[data-pub-ref]:hover polyline, div#network svg .link[data-pub-ref]:hover line, div#network svg .link[data-pub-ref]:hover rect, div#network svg .link.highlight polyline, div#network svg .link.highlight line, div#network svg .link.highlight rect {
  stroke: red;
  stroke-width: 3px;
}

/* line 56, ../../scss/screen.scss */
div#publications {
  font-family: "Roboto", sans-serif;
  max-width: 800px;
  text-align: left;
  font-size: small;
}
/* line 61, ../../scss/screen.scss */
div#publications .title {
  font-style: italic;
}
/* line 64, ../../scss/screen.scss */
div#publications .article {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 67, ../../scss/screen.scss */
div#publications .article[data-pub-ref]:hover, div#publications .article.highlight {
  color: red;
}
