    /*This is our main wrapping element, it's made var(--app-height) high to ensure it is always the correct size and then moved into place and padded with negative margin and padding*/


    .search_result_item {
        font-size: 10pt;
        color: #2a70b9;
        /*text-shadow: 1px 1px 1px black;*/
        font-family: Helvetica, Arial;
        font-weight: 600;
    }

    .search_result_section_header {
        font-size: 11pt;
        font-weight: normal;
        background-color: #a2a2a2;
        padding-left: 10px;
        color: ghostwhite;
        text-shadow: 1px 1px 1px black;
        line-height: 30px;
    }

    .search_results_menu_options {
        padding: 0;
    }

    .search_menu_selected {
        background-color: #333333;
        color: whitesmoke;
    }

    .map_settings_marker_icon {
        width: 30px;
        float: left;
        padding: 0;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: normal;
    }
    .map_settings_marker_text {
        width: calc(100% - 30px);
        float: right;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        font-weight: normal;
        color: rgb(115, 115, 115);
    }