body {
    font-family: Arial;
    font-size: 12px;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

* {
    box-sizing: border-box;
}

h1 a {
    color: #000000;
}

#date {
    margin: 0 0 10px;
    font-weight: bold;
    font-size: 14px;
    gap: 5px;
    display: flex;
    align-items: center;
}

canvas {
    border: solid 1px black;
}

#container {
    position: relative;
}

.map_info_left #container {
    margin-bottom: -25px;
}

#vendors {
    border: solid 1px Black;
    width: 225px;
    height: 125px;
    overflow: auto;
    padding: 5px;
    /*position: absolute;
    top: 10px;
    left: 10px;*/
    background-color: White;
    margin-bottom: 7px;
}

    #vendors ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        #vendors ul li:hover {
            background-color: #abcdef;
            cursor: pointer;
        }

        #vendors ul li.selected {
            background-color: #abcdef;
        }

#vendor {
    width: 225px;
    height: 325px;
    overflow: auto;
    border: solid 1px black;
    padding: 5px;
    /* position: absolute;
    top: 230px;
    left: 10px;*/
    text-align: center;
    background-color: white;
    margin-bottom: 7px;
}

#legend {
    font-weight: bold;
    margin: 3px 0;
}

#vendor p {
    text-align: left;
}

svg {
    -moz-box-shadow: 3px 3px 4px #000;
    -webkit-box-shadow: 3px 3px 4px #000;
    box-shadow: 3px 3px 4px #000; /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')"; /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
    border: solid 1px #cccccc;
}

.organic {
    color: Green;
}

.organic-products {
    color: blue;
    padding-left: 6px;
}

.cng {
    color: orangered;
    padding-left: 6px;
}

#contacticons a {
    margin: 5px 3px 0 3px;
    font-size: 22px;
}

#contacticons img {
    width: 24px;
    height: 24px;
}

.poweredby {
    font-style: italic;
    color: #454545;
    background: #fff;
}

    .poweredby a {
        color: inherit;
    }

.p-b {
    padding-bottom: 10px;
}

.p-t {
    padding-top: 10px;
}

.map_info_left {
    padding: 5px 10px 10px;
    max-width: 245px;
    min-width: 245px;
    position: sticky;
    top: 0px;
}

.map_view_body {
    display: flex;
    align-items: flex-start;
    position: relative;
    padding-top: 92px;
}

    .map_view_body .w-100 {
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        min-width: 650px;
        padding: 8px 10px 15px;
        white-space: nowrap;
    }

    .map_view_body > svg {
        position: static !important;
        min-width: 400px;
    }

h1.market-header {
    margin: 0 0 2px;
}

img#imgAjax {
    max-height: 9px;
}

#raphael-container {
    height: calc(100vh - 92px);
    overflow: auto;
    width: 100%;
}

.organization_logo {
    margin-top: 80px;
}

#legend, .map_view_body .w-100 > div {
    font-size: 11.5px;
}

.poweredby {
    position: static;
    padding: 4px 5px;
    white-space: nowrap;
    font-weight: 600;
    font-size: 12px;
    margin-top: -5px;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .poweredby img {
        max-height: 45px;
        margin-bottom: 4px;
        width: auto;
    }

    .poweredby span {
        display: flex;
        flex-flow: column;
        text-align: left;
    }

@media (min-width:1600px) {
    #vendor {
        height: 390px;
    }

    #vendors {
        height: 150px;
    }
}

@media (max-width:1299px) {
    #vendor {
        height: 275px;
    }

    .organization_logo {
        margin-top: 70px;
    }
}

@media (max-width:991px) {
    #raphael-container {
        height: calc(100vh - 98px);
    }

    #vendor {
        height: 265px;
    }
}

@media (max-width:767px) {
    .map_view_body {
        padding-top: 95px;
    }

    .map_info_left {
        padding: 5px 5px 10px 2px;
        max-width: 225px;
        min-width: 225px;
    }

    #vendors, #vendor {
        width: 218px;
    }

    .map_view_body .w-100 {
        padding: 8px 10px 10px 2px;
    }

    #date {
        font-size: 12.5px;
        white-space: nowrap;
        margin-bottom: 7px;
    }

    img#imgAjax {
        max-height: 8px;
    }
}

@media (max-width:480px) {
    .map_info_left {
        padding: 5px 5px 10px 1px;
        max-width: 210px;
        min-width: 210px;
    }

    #vendors, #vendor {
        width: 205px;
    }

    .map_view_body .w-100 {
        padding: 5px 10px 6px 1px;
        min-width: 670px;
        font-size: 12px;
        font-size: 11.8px;
        white-space: nowrap;
    }

    .map_view_body {
        padding-top: 80px;
    }

    #raphael-container {
        width: auto;
        min-width: 680px;
    }

    #raphael-container {
        height: calc(100vh - 100px);
    }
}
