#aerosim-map, #map {
    height: 600px;
    width: 100%;
}

.aerosim-wrapper {
    text-align: center;
    font-family: Arial;
}

.filters {
    margin-bottom: 10px;
}

.filters button {
    padding: 8px 15px;
    margin: 5px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
}

.filters button:hover {
    background: #E93624;
}