    html, body, #map_canvas {
        margin: 0;
        padding: 0;
        height: 100%;
    }

    .gm-style-iw {
        overflow:hidden !important;
    }

    .myDivText {
        font-family: Arial,sans-serif;
        font-size: 12px;
        padding-left: 4px;
        padding-right: 4px;
    }

    .myDiv1 {
        font-family: Arial,sans-serif;
        font-size: 12px;
    }

    .myDivBorder {
        background-color: white;
        border-width: 2px;
        box-shadow: 5px 5px 5px black;
        cursor: pointer;
        text-align: left;
    }

    /*Set CSS styles for the DIV containing the control
    Setting padding to 5 px will offset the control
    from the edge of the map*/
    .myDivMenu {
        padding-right: 6px;
        width: 170px;
    }

    h2 {
        white-space: nowrap;
    }