.band-mode-bar {
    text-align: center;
}
.bearinglbl,
.distancelbl,
.bandlbl,
.modelbl {
    color:black;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight:bold;
}

.bearing,
.band,
.mode {
    background-color: #007bff;
    color:rgb(255, 255, 255);
    width: 60px;
    height: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 2px solid black;
    margin-right: 30px;
    font-weight:bold;
}

.distance{
    background-color: #007bff;
    color:rgb(255, 255, 255);
    width: 80px;
    height: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 2px solid black;
    margin-right: 30px;
    font-weight:bold;
}