body {
    font-family: 'Roboto', sans-serif;
    background-color: #f4f4f4;
}

h1, h4 {
    color: #333;
}

.container {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.well, .panel {
    border: none;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
}

#map {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #ddd;
}

.panel-title {
    font-size: 1.2em;
    font-weight: 500;
}
#dataDisplay {
    height: 560px; /* Adjust this height to your preference */
    overflow-y: scroll;
}