#mapid { height: 600px; }


.weird_flex {
    display: flex;
    /*justify-content: space-around;*/
    flex-direction: row;
}

.filler {
    flex-grow: 1;
    align-self: center;
}

.bars {
    flex-grow: 2;
}

.centring {
    margin: auto;
    display: table;
}
