#googleMap {
    height: 50vh;
}

#trace_input {
    width: 100%;
    height: 400px;
}

#trace_output {
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
}

#submit_container {
    text-align: center;
}

.modal_content {
    width: 500px;
    text-align: center;
}

#modal_message {
    margin-bottom: 20px;
}

#modal_processing {
    margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
    div[class*="column-size"] {
        width: 100%;
    }

    .modal_content {
        width: 95%;
    }
    






}