/* line 1, ../../sass/sv-rent-2013/style.scss */
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

/* line 8, ../../sass/sv-rent-2013/style.scss */
#map {
  width: 850px;
  height: 700px;
}

/* line 13, ../../sass/sv-rent-2013/style.scss */
.stations, .stations svg {
  position: absolute;
}

/* line 17, ../../sass/sv-rent-2013/style.scss */
.stations svg {
  width: 60px;
  height: 20px;
  padding-right: 100px;
  font: 10px sans-serif;
}

/* line 24, ../../sass/sv-rent-2013/style.scss */
.stations circle {
  fill: green;
  stroke: black;
  stroke-width: 1.5px;
}

/* line 30, ../../sass/sv-rent-2013/style.scss */
.SvgOverlay {
  position: relative;
  width: 500px;
  height: 500px;
  z-index: 9999999;
}

/* line 37, ../../sass/sv-rent-2013/style.scss */
.SvgOverlay svg {
  position: absolute;
  z-index: 999;
  top: -4000px;
  left: -4000px;
  width: 8000px;
  height: 8000px;
  z-index: 9999999;
}

/* line 47, ../../sass/sv-rent-2013/style.scss */
.city > path {
  opacity: .65 !important;
  stroke: #777;
  stroke-linejoin: round;
  stroke-width: 1px;
}
/* line 53, ../../sass/sv-rent-2013/style.scss */
.city > path:hover, .city > path.hover {
  opacity: .9 !important;
  stroke: #999;
}

/* line 59, ../../sass/sv-rent-2013/style.scss */
.tooltip {
  font-size: 10pt;
}

/* line 65, ../../sass/sv-rent-2013/style.scss */
.q0-9 {
  fill: #1a9850;
  background-color: #1a9850;
}

/* line 67, ../../sass/sv-rent-2013/style.scss */
.less-exp {
  color: #1a9850;
}

/* line 69, ../../sass/sv-rent-2013/style.scss */
.q1-9 {
  fill: #66bd63;
  background-color: #66bd63;
}

/* line 70, ../../sass/sv-rent-2013/style.scss */
.q2-9 {
  fill: #a6d96a;
  background-color: #a6d96a;
}

/* line 71, ../../sass/sv-rent-2013/style.scss */
.q3-9 {
  fill: #d9ef8b;
  background-color: #d9ef8b;
}

/* line 72, ../../sass/sv-rent-2013/style.scss */
.q4-9 {
  fill: #ffffbf;
  background-color: #ffffbf;
}

/* line 73, ../../sass/sv-rent-2013/style.scss */
.q5-9 {
  fill: #fee08b;
  background-color: #fee08b;
}

/* line 74, ../../sass/sv-rent-2013/style.scss */
.q6-9 {
  fill: #fdae61;
  background-color: #fdae61;
}

/* line 75, ../../sass/sv-rent-2013/style.scss */
.q7-9 {
  fill: #f46d43;
  background-color: #f46d43;
}

/* line 76, ../../sass/sv-rent-2013/style.scss */
.q8-9 {
  fill: #d73027;
  background-color: #d73027;
}

/* line 77, ../../sass/sv-rent-2013/style.scss */
.more-exp {
  color: #d73027;
}

/* line 79, ../../sass/sv-rent-2013/style.scss */
.block {
  width: 25px;
  height: 25px;
  display: inline-block;
  margin: auto;
  margin-right: 10px;
  border: 1px solid #ccc;
}

/* line 89, ../../sass/sv-rent-2013/style.scss */
p {
  color: #444 !important;
}

/* line 93, ../../sass/sv-rent-2013/style.scss */
div.wrapped {
  padding: 10px 90px;
}

/* line 97, ../../sass/sv-rent-2013/style.scss */
h3 {
  color: #222 !important;
}
/* line 99, ../../sass/sv-rent-2013/style.scss */
h3.left {
  text-align: left;
}

/* line 104, ../../sass/sv-rent-2013/style.scss */
table.table {
  margin: auto;
  display: inline-block;
}
