#map {
    width:960px;
    height:500px;
}

#legend {
    position: absolute;
    top: 3px;
    left: 780px;
    margin: 10px;
    padding: 5px;
    border-radius: 5px;
    z-index: 100;
    font-size: 1em;
    font-family: sans-serif;
    width: 165px;
    background: rgba(255,255,255,0.6);
}
.legendheading {
    position: relative;
    height: 25px;
    padding: 5px 2px 0px 2px;
    font-size: larger;
    font-weight: bold;
}
.legenditem {
    padding: 2px;
    margin-bottom: 2px;
}

/*Marker clusters*/
.marker-cluster-pie g.arc{
    fill-opacity: 0.5;
    color: white !important;
}

.marker-cluster-pie-label{
    font-size: 12px;
    font-weight: 600;
    font-family: sans-serif;
    color: white !important;
}


/*Markers*/
.marker {
    width: 18px;
    height: 18px;
    border-width: 2px;
    border-radius:10px;
    margin-top: -10px;
    margin-left: -10px;
    border-style: solid;
    fill: #CCC;
    stroke: #444;
    background: #CCC;
    border-color: #444;
    color: white !important;
}
.marker div{
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    font-family: sans-serif;
    color: white !important;
}

/*marker categories*/
.category-1{
    fill: #a94442;
    stroke: #800;
    background: #a94442;
    border-color: #800;
}
.category-2{
    fill: rgb(243, 125, 4);
    stroke: #B60;
    background: rgb(243, 125, 4);
    border-color: #B60;
}
.category-3{
    fill: rgb(243, 243, 1);
    stroke: #D80;
    background: rgb(243, 243, 1);
    border-color: #D80;
}
.category-4{
    fill: rgb(5, 179, 5);
    stroke: #070;
    background: rgb(5, 179, 5);
    border-color: #070;
}
.category-5{
    fill: #337ab7;
    stroke: #007;
    background: #337ab7;
    border-color: #007;
}
.category-6{
    fill: #CCC;
    stroke: #444;
    background: #CCC;
    border-color: #444;
}
.category-7{
    fill: #CCC;
    stroke: #444;
    background: #CCC;
    border-color: #444;
}
.category-8{
    fill: #CCC;
    stroke: #444;
    background: #CCC;
    border-color: #444;
}

/*marker icons*/
.icon-1{
    /* background-image: url('running-16.png'); */
    background-repeat: no-repeat;
    background-position: 0px 1px;
}
.icon-2{
    /* background-image: url('bicycle-16.png'); */
    background-repeat: no-repeat;
    background-position: 1px 0px;
}
.icon-3{
    /* background-image: url('motorcycle-16.png'); */
    background-repeat: no-repeat;
    background-position: 1px 0px;
}
.icon-4{
    /* background-image: url('car-16.png'); */
    background-repeat: no-repeat;
    background-position: 1px 0px;
}
.icon-5{
    /* background-image: url('car-16.png'); */
    background-repeat: no-repeat;
    background-position: 1px 0px;
}
.icon-6{
    /* background-image: url('car-16.png'); */
    background-repeat: no-repeat;
    background-position: 1px 0px;
}
.icon-7{
    /* background-image: url('car-16.png'); */
    background-repeat: no-repeat;
    background-position: 1px 0px;
}
.icon-8{
    background-image: url('car-16.png');
    background-repeat: no-repeat;
    background-position: 1px 0px;
}

/*Popup*/
.map-popup span.heading {
    display: block;
    font-size: 1.2em;
    font-weight: bold;
}
.map-popup span.attribute {
    display: block;
}
.map-popup span.my_label {
    font-weight: bold;
}