body {
    margin: 0;
    padding: 0;
}

#location-wrapper {
    height: 400px;
}

#device-list-wrapper {
    position: absolute;
    z-index: 99;
    top: 20px;
    left: 20px;
}

#map {
    height: 100%;
}