html {
    height: 100%;
}
body {
    height: 100%;
    width: 100%;
    background: #eeeeee;
    margin: 0;
    padding: 0;
}
/*
Selection of a bus stop in Firefox won't
because the default style for an svg image has
overflow: hidden;
Setting this to overflow: visible;
fixes the problem, but I don't know why.
Once I do this, the cursor css property
and the onclick for the images starts to work.
*/
image {
    overflow:visible;
}
#header {
    text-align:center;
    width:100%;
}
#title {
    font-size:135%;
}
#subtitle {
    font-size:100%;
}
#main {
    width:100%;
    height:90%;
}
#mapContainer {
    width: 75%;
    height: 100%;
    float: left;
    margin-right: 0;
    border-right: 0;
}
#mapPositionHolder {
    position: relative;
    width: 100%;
    height: 90%;
}
#map_canvas {
    width: 100%;
    height: 100%;

}
#map_overlay {
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 5px;
    border-color: black;
}
.dialog {
    display:none;
}
#legend {
    display:none;
    width:24%;
    text-align:center;
    float:left;
    margin-left: 0;
    border-left: 0;
}
#spectrum {
    margin-left: auto;
    margin-right: auto;
    text-align:center;
    padding: 1px;
    width: 100%;
    height: 10%;
}
.spectrumPart {
  display:inline;
  float:left;
  font-size: 75%;
  max-width: 7%;
  padding: 0.5em;
}
#status {
    display:none;
}
.disclaimer {
    font-size:50%;
    margin: 10px 10px 10px 10px;
    clear: left;
    text-align: center;
}
#main_dialog_message {
    font-size:75%;
}
#strideNotice {
    font-size: 75%
}
#spinner {
    visibility: hidden;
    margin-left: 10px;
}
.feedInfo {
    font-size: 50%;
    text-align: left;
    word-wrap: break-word;
}
#licenseNotice {
    font-size: 75%;
    margin: 10px 10px 10px 10px;
    clear: left;
}
#contact {
    font-size: 75%;
    margin: 10px 10px 10px 10px;
    clear:left;
}
#haltReason {
    font-size: 75%;
}
#explainTitle {
    font-size: 125%;
    font-style: italic;
}
#example {
    margin: 10px 0px 10px 0px;
}
#exampleTitle {
    font-size: 75%;
}
#exampleSubTitle {
    font-size: 75%;
}
#explain {
    text-align: left;
}
#selectmsg {
    margin-bottom: 10px;
}
#locations {
    font-size: 80%;
}
.stopName {
    font-size: 80%;
}
#locationsSection {
    padding-left:20px;
}
#leftCol {
    float:left;
    width:33%;
}
#middleCol {
    float:left;
    width:33%;
}
#rightCol {
    float:left;
    width:33%;
}
.reducedExp {
    font-size: 75%;
}
#stopSelect {
    height:40px;
    position: relative;
    top: 2px;
}
#stopSelectContainer {
    position:relative;
}
#stopPrefix {
    position:relative;
    top: -10px;
}
#stop {
    position:relative;
    top: -10px;
    padding-right: 5px;
}
#browserDetails {
    font-size:50%;
}
#falseInput {
    position:absolute;
    left: 0px;
    opacity:0;
    height:36px;
    width:28px;
}
