﻿#map_canvas_wrap ul {
    position: absolute;
    bottom: 30px;
    left: 10px;
    background-color: rgba(255,255,255,0.8);
    list-style: none;
    margin: 0;
    padding: 5px;
    z-index: 99999;
    display: grid;
    grid-template-rows: repeat(4, 40px);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
}

    #map_canvas_wrap ul li span {
        background-image: url("/Images/Common/markers.png");
        width: 31px;
        height: 38px;
        display: inline-block;
    }

    #map_canvas_wrap ul li:nth-of-type(2) span {
        background-position: -31px 0;
    }

    #map_canvas_wrap ul li:nth-of-type(3) span {
        background-position: -62px 0;
    }

    #map_canvas_wrap ul li:nth-of-type(4) span {
        background-position: -93px 0;
    }

    #map_canvas_wrap ul li strong {
        line-height: 38px;
        height: 38px;
        width: 3.2em;
        display: block;
        float: right;
        font-size: 13px;
        padding: 0 0 0 3px;
        color: #333;
        text-align: center;
    }
