    #mapBox{
    width: 100%;
    height: 500px;
    max-width: 900px!important;
    margin: 0 auto;
    }
    
    #mapinfobox{
    position: absolute;
    left: 0px;
    top: 0px;
    margin: 10px;
    z-index: 999999;
    }

    /* #fecEventDetailMapCanvas{
    display: none!important;
    } */

    .mapclose{
    display: block;
    float: right;
    margin: 5px;
    }

    #fecEvents{
    margin-top: 40px;
    }

    .cotPin{
        background: url(https://www.toronto.ca/resources/quick-map/styles/images/markers-soft.png) no-repeat 0 0;
        width: 35px;
        height: 46px;
        position: absolute;
        left: -12px;
        top: -35px;
        display: block;
        text-align: center;
    }
    .cotPin.blue{
        background-position: -216px 0;
    }