body {
    font-family: Arial;
    /*background: #111;*/
}

#map {
    float: left;
}

#text-legend {
    float: left;
}

#text-legend ul {
    cursor: pointer;
    list-style-type: none;
    padding: 0;
    margin-top: 0;
}

#select-multi-div,
#fixed-scale-div {
    clear: both;
    margin-left: 100px;
    padding-top: 10px;
}

#center {
    display: inline
    background: blue;
    margin-left: 170px;
}

#filter {
    float: left;
}

label, input {
    cursor: pointer;
    color: grey;
}

input:checked + label {
    color: black;
}

input.override,
input.override + label {
    color: black !important;
    background-color: rgba(200, 255, 200, 0.5);
}

path.domain {
    stroke: none;
}

g.tick line {
    stroke: none;
}

code.key {
    background-color: #eee;
    border-radius: 3px;
    padding: 3px;
}