.breadcrumb {
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: rgba(233, 236, 239, 0.5);
    border-radius: .25rem;
}

.sc-table tr td:nth-child(n+2),
.sc-table tr th:nth-child(n+2) {
    text-align: right;
}