.sent-exchange-bar {
    background-color: #003064;
    color: #fff;
}
.sent-exchange-box {
    padding: 10px; 
    height:30px;
    white-space: nowrap;
}
.clubcalllbl,
.clubclasslbl,
.clubsectlbl,
.myfreqlbl {
    color:black;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight:bold;
}
.clubcall,
.clubclass,
.clubsect {
    background-color: #007bff;
    color: #fff;
    width: 75px;
    height: 25px; 
    display: inline-flex; /* Use inline-flex to keep them inline */
    justify-content: center;
    align-items: center;
    border: 2px solid black;
    margin-right: 20px;
    font-weight:bold;
}
.myclock {
    background-color: #007bff;
    color: #fff;
    width: 100px;
    height: 25px; 
    display: inline-flex; /* Use inline-flex to keep them inline */
    justify-content: center;
    align-items: center;
    border: 2px solid black;
    margin-right: 30px;
    margin-left: 30px;
    font-weight:bold;
}
.myfreq {
    background-color: #007bff;
    color: #fff;
    width: 75px;
    height: 25px; 
    display: inline-flex; /* Use inline-flex to keep them inline */
    justify-content: center;
    align-items: center;
    border: 2px solid black;
    margin-right: 20px;
    margin-left: 20px;
    font-weight:bold;
}