body {
    background: #1e1e1e;
}
.overlay {
    position: fixed;
    bottom: 60px;
    height: 40px;
    width: 66%;
    left: 12%;
    background: #fff;
    color: #333;
    padding: 10px 5px;
    box-shadow: 1px 1px 1px 0px #c3c3c3;
    display: flex;
    align-items: center;
    border-radius: 2px;
}
.beams-wrap {
    overflow-y: auto;
}
.beam-info {
    display: flex;
    flex-direction: row;
    border-left: 5px solid #aaa;
    padding: 0 10px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.more {
    position: absolute !important;
    right: 0px;
    color: #666 !important;
    font-size: 18px !important;
}
.separator {
    width: 100%;
    padding: 15px;
    text-align: center;
}
.vue-map-container,
.vue-map-container .vue-map {
    width: 100%;
    height: 100%;
}
