.d3-slider {
    position: relative;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 1.1em;
    border: 1px solid #aaaaaa;
    z-index: 2;
    width: 950px;
}

.d3-slider-horizontal {
    height: .8em;
    margin-left: 25px;
}


.d3-slider-handle {
    position: absolute;
    width: 1.2em;
    height: 1.2em;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    background: #eee;
    background: linear-gradient(to bottom, #eee 0%, #ddd 100%);
    z-index: 3;
}

.d3-slider-handle:hover {
    border: 1px solid #999999;
}

.d3-slider-horizontal .d3-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}

.d3-slider-axis {
    position: absolute;
    z-index: 1;    
}

.d3-slider-axis-bottom {
    top: .8em;
    left: -25px;
}

.d3-slider-axis-right {
    left: 0;
}

.d3-slider-axis path {
    stroke-width: 0;
    fill: none;
}

.d3-slider-axis line {
    fill: none;
    stroke: #aaa;
    shape-rendering: crispEdges;
}

.d3-slider-axis text {
    font-size: 11px;
}


.icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    pointer-events: all;
}

.background {
  fill: #DEEBF7;
  pointer-events: none;
}

.land { 
  fill: #aaa;
  pointer-events: all;
}

.comm { 
  fill: #7FABBA;
  pointer-events: all;
}

.parks { 
  fill: #76AD8A;
  pointer-events: all;
}


.point {
    fill: none;
    pointer-events: all;
}

.highlight {
  fill: #111;
  stroke: white;
  stroke-width: .5;
}

.hidden {
  fill: none;
  stroke: #666666;
}

.flat {
  fill: none;
  stroke: #0B7506;
}

.slight {
  fill: none;
  stroke: #99FF00;
}

.easy {
  fill: none;
  stroke: #ffff99;
}

.medium {
  fill: none;
  stroke: #fd8d3c;
}

.steep {
  fill: none;
  stroke: #FF0000;
}

.severe {
  fill: none;
  stroke: #a50f15;
}

.stairs {
  fill: none;
  stroke: #470303;
}

.one {
  fill: none;
  stroke: #0066FF;
  stroke-width: 1;
}

.two {
  fill: none;
  stroke: #00FF00;
  stroke-width: 1;
}

.three {
    fill: none;
    stroke: #FFFF00;
    stroke-width: 1;
}

.four {
    fill: none;
    stroke: #FF6600;
    stroke-width: 1;
}

.five {
    fill: none;
    stroke: #FF0000;
    stroke-width: 1;
}

.six {
    fill: none;
    stroke: #FF0000;
    stroke-width: 1;
}

.seven {
    fill: none;
    stroke: #FF0000;
    stroke-width: 1;
}

.eight {
    fill: none;
    stroke: #FF0000;
    stroke-width: 1;
}

.label {
  color: #111;
  font-size: 10px;
  font-family: Helvetica, Arial, sans-serif;
   text-anchor: middle;
}

.labelhead {
  color: #111;
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;
   text-anchor: middle;
}

h1 {
  color: #222;
  font-size:30px;
  font-family: Helvetica, Arial, sans-serif;
  pointer-events: none;
  line-height: .1;
}

h2 {
  color: #444;
  font-size: 18px;
  font-family: Helvetica, Arial, sans-serif;
  pointer-events: none;
  line-height: .1;
}

text {
  color: #777;
  font-family: Helvetica, Arial, sans-serif;
  pointer-events: none;
  line-height: .1;
}

.ltitle {
  color: #111;
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
  pointer-events: none;
}

.settingstext {
    color: #111;
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
    pointer-events: none;
}

#todtext {
    color: #111;
    top: 128px;
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
    text-align: center;
    position: absolute;
}

#debugtext {
    color: black;
    top: 128px;
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
    text-align: center;
    position: absolute;
}

.todrocker {
    fill: yellow;

}

.llbl {
  color: #333;
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;
  pointer-events: none;

}

.legend {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 150px;
  height: 200px;
}

.legendbox {
  position: absolute;
  left: 50px;
  top: 110px;
  width: 150px;
  height: 200px;
}

#welcome {
  position: absolute;
  left: 1px;
  top: 100px;
}

#zoombuttons {
  position: absolute;
  left: 20px;
  top: 85px;
  width: 20px;
  height: 100px;
}

#optionbuttons {
    position: absolute;
    left: 20px;
    top: 405px;
    width: 20px;
    height: 100px;
}

#vslider {
  position: absolute;
  left: 1040px;
  top: 200px;
  width: 20px;
  height: 150px;
}

#todslider {
  position: absolute;
  left: 1100px;
  top: 200px;
  width: 20px;
  height: 150px;
}

#zslider {
  position: absolute;
  left: 960px;
  top: 100px;
  width: 10px;
  height: 100px;
}

.vkey {
  position: absolute;
  left: 500px;
  width: 40px;
  height: 40px;
}
.tooltips {
    position: absolute;
    left: 650px;
    top: 140px;
    width: 300px;
    height: 30px;
}

.tiptext {
    position: absolute;
    color: #111;
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;

}

.todkey {
  position: absolute;
  left: 1075px;
  top: 200px;
  width: 30px;
  height: 30px;
}

#todselector {
    pointer-events:all;
}

#vkeytitle {
  color: #777;
  font-size: 15px;
  font-family: Helvetica, Arial, sans-serif;
  pointer-events: none;
  line-height: .1;
  position: absolute;
  left: 550px;
  top: 110px;
  width: 20px;
  height: 15px;
}

#numberstitle {
    color: #777;
    font-size: 20px;
    font-family: Helvetica, Arial, sans-serif;
    pointer-events: none;
    line-height: .1;
    position: absolute;
    left: 250px;
    top: 120px;
    width: 20px;
    height: 15px;
}

#numbers {
    color: #777;
    font-size: 26px;
    font-family: Helvetica, Arial, sans-serif;
    pointer-events: none;
    line-height: .1;
    position: absolute;
    left: 300px;
    top: 120px;
    width: 40px;
    height: 15px;
}

#todkeytitle {
  color: #777;
  font-size: 15px;
  font-family: Helvetica, Arial, sans-serif;
  pointer-events: none;
  line-height: .1;
  position: absolute;
  left: 1100px;
  top: 155px;
  width: 20px;
  height: 15px;
}

.key {
  position: absolute;
  left: 1015px;
  top: 450px;
  width: 250px;
  height: 400px;
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
}

.keytext {
    font-size: 14px;
    font-family: Helvetica, Arial, sans-serif;
}


.TEPbutton {
  position: absolute;
  left: 1015px;
  top: 190px;
  width: 100px;
  height: 64px;
}

.accesslinks {
  position: absolute;
  left: 1015px;
  top: 310px;
  width: 100px;
  height: 64px;
}
.contactlinks {
  position: absolute;
  left: 1015px;
  top: 380px;
  width: 100px;
  height: 64px;
}

#baseline {

    top: 100px;
}


#FWD1 {

    top: 170px;
}

#compare {

    top: 240px;
}

#keyback {
  fill: white;
  stroke: none;
  shape-rendering: crispEdges;
  stroke-width: 0.5;

}

.key {
  color: #777;
  font-size: 10px;
  font-family: Helvetica, Arial, sans-serif;
  pointer-events: none;
  line-height: .1;
}

.intersection {
  color: #777;
  font-size:20px;
  font-family: Helvetica, Arial, sans-serif;
  pointer-events: none;
  text-align: right;
}

#intro {
  width: 1000px;
  height: 100px;
  position:relative;
}

#statusbar {
  width: 1000px;
  height: 35px;
  position:relative;
}

.muniline {
  fill: none;
  stroke: #111;
  stroke-width: 1;
  pointer-events: stroke;
  opacity: 0;
  z-index: 1;
}

.muniselect {
  fill: none;
  stroke: gold;
  stroke-width: 1;
  pointer-events: stroke;
  opacity: 1;
  z-index: 20;
}

#map {
  cursor: pointer;
}

text.maplabel0 {
  fill: #5C8AE6;
  font-style: italic;
}

text.labelback0 {
  fill: none;
}

text.labelback1 {
  fill: none;
  color: #76AD8A;
  stroke: #76AD8A;
  stroke-width: 1.5px;
  font-style: italic;
  font-size: 16px;
}

text.maplabel1 {
  fill: black;
  font-size: 16px;
  font-style: italic;
}

text.labelback2 {
  fill: none;
  color: #aaa;
  stroke: #aaa;
  stroke-width: 1.5px;
  font-style: italic;
  font-size: 10px;
}

text.maplabel2 {
font-size: 10px;
}

text.labelback3 {
  fill: none;
  color: #aaa;
  stroke: #aaa;
  stroke-width: 1px;
  font-style: italic;
  font-size: 6px;
}

text.maplabel3 {
font-size: 6px;
}

.F {
  fill: none;
  stroke: #E88281;
  stroke-width: 1;
  pointer-events: stroke;
  opacity: 1;
}

.J {
  fill: none;
  stroke: #FAA633;
  stroke-width: 1;
  pointer-events: stroke;
  opacity: 1;
  z-index: 15;
}

.KT {
  fill: none;
  stroke: #569BBD;
  stroke-width: 1;
  pointer-events: stroke;
  opacity: 1;
  z-index: 15;
}

.L {
  fill: none;
  stroke: #91268F;
  stroke-width: 1;
  pointer-events: stroke;
  opacity: 1;
  z-index: 15;
}

.M {
  fill: none;
  stroke: #008751;
  stroke-width: 1;
  pointer-events: stroke;
  opacity: 1;
  z-index: 15;
}

.N {
  fill: none;
  stroke: #00529B;
  stroke-width: 1;
  pointer-events: stroke;
  opacity: 1;
  z-index: 15;
}

.CC {
  fill: none;
  stroke: #603311;
  stroke-width: 1;
  pointer-events: stroke;
  opacity: 1;
  z-index: 12;
}

.Owl {
  fill: none;
  stroke: #777;
  stroke-width: 1;
  pointer-events: stroke;
  opacity: 1;
  z-index: 2;
}

.Express {
  fill: none;
  stroke: #F386A7;
  stroke-width: 1;
  pointer-events: stroke;
  opacity: 1;
  z-index: 10;
}

.Limited {
  fill: none;
  stroke: #0DB14B;
  stroke-width: 1;
  pointer-events: stroke;
  opacity: 1;
  z-index: 9;
}

.Rapid {
  fill: none;
  stroke: #E31837;
  stroke-width: 1;
  pointer-events: stroke;
  opacity: 1;
  z-index: 8;
}

.Now {
  fill: none;
  stroke: #EE8F31;
  stroke-width: 1;
  pointer-events: stroke;
  opacity: 1;
  z-index: 7;
}

.Grid {
  fill: none;
  stroke: #7D80BD;
  stroke-width: 1;
  pointer-events: stroke;
  opacity: 1;
  z-index: 6;
}

.Circulator {
  fill: none;
  stroke: #00AEE6;
  stroke-width: 1;
  pointer-events: stroke;
  opacity: 1;
  z-index: 5;
}
