
#reflon_selection {
    /* border: 1px solid red; */
    display: flex;
    flex-direction: row;
    gap: 1rem;
    justify-content: flex-start;
    margin-bottom: 1em;
}

#reflon_selection label {
    display: flex;
    flex-direction: column;
    align-items: stretch;    
    font-weight: bold;
    font-size: 1.2rem;
}

#select_reflon {
    display: inline-block;
    width: fit-content;
    height: fit-content;
    border: 2px solid blue;
}

#select_reflon:focus, #select_reflon:active {
    outline: none;
    box-shadow: none;
}

#map {
    width: 100%;
    height: 500px;
    margin: 1em 0;
}

#pos_table {
    max-width: 80%;
}

@media screen and (max-width: 430px) {
    .pos_table_c1 {
        display: none;
    }    
}

.my_markers {
    min-width: fit-content;
    width: 50px !important;
    height: 18px !important;
    font-weight: bold;
    font-size: 16px;
    color: gray;
    margin-left: 0px !important;
    margin-top: -18px !important;
}