
.cladogram {
    min-width: 50rem;
}

.cladogram td,
.cladogram th {
    padding: .3rem;
}

.cladogram .cdg-border-bottom {
    border-bottom-width: 1px;
    border-bottom-color: var(--bs-body-color);
}

.cladogram .cdg-border-left {
    border-left-width: 1px;
    border-left-color: var(--bs-body-color);
}

.cladogram .cdg-border-right {
    border-right-width: 1px;
    border-right-color: var(--bs-body-color);
}