#container {
    max-width: 1200px;
    margin: 0 auto;
    font: 12px Arial;
    color: #757575;
}
#legend {
    float: left;
    width: 14%;
}
#legend ul {
    list-style-type: none;
    margin-left: -3em;
}
#mapPanel {
    position: relative;
    float: left; 
    width: 68%; 
    min-width: 310px;
    height: 600px; 
    background-color: #f1eee8;
}
#map {
    width: 100%;
    height: 100%;
}
#navigationControl {
    position: absolute;
    left: 30px;
    top: 15px;
    width: 0;
}
#navigationControl button {
    display: block;
    width: 30px;
    height: 30px;
}
#navigationControl .westEastButtons {
    position: relative;
    left: -15px;
    width: 65px;
}
#navigationControl .westEastButtons button {
    float: left;
}
#infoPanel {
    float: left;
    width: 16%; 
    padding: 1%;
}
#infoPanel .heading {
    font-weight: bold;
    color: #222222;
}
.centerimage {
    position: relative;
    left: -9px;
    top: -9px;
}
.bigimage {
    width: 26px;
    margin: -4px 0 0 -4px;
    opacity: 0.4;
}
.redline {
    fill: none;
    stroke: #FF0000;
    stroke-width: 5;
}
.blueline {
    fill: none;
    stroke: #0000FF;
    stroke-width: 5;
}
.thickline {
    stroke-width: 7;
}
@media only screen and (max-width : 700px) {
    #legend, #infoPanel {
        width: 180px;
    }
}
@media only screen and (max-width : 320px) {
    #legend, #infoPanel {
        width: 310px;
    }
}

