.depot-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.depot-tabs button {
    background: #ffffff;
    border: 1px solid #0073b7;
    padding: 6px 15px;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 4px;
    color: #0073b7;
    font-weight: bold;
}
.depot-tabs button.active {
    background: #0073b7;
    color: #fff;
}
