.MetricsTable {
    border-collapse: separate;
    border-spacing: 0;

    th,
    td {
        padding-right: 1rem;
        text-align: right;
    }

    td:nth-child(2),
    th:nth-child(2) {
        text-align: left;
    }

    th {
        border-bottom: 0;
        padding-bottom: .75rem;
        padding-top: 1rem;
        text-transform: initial;
    }

    tfoot td {
        padding: .75rem;
    }

    &-selected {
        border-left: 1px solid var(--gray-400);
        border-right: 1px solid var(--gray-400);
    }

    tfoot .MetricsTable-selected {
        border-bottom: 1px solid var(--gray-400);
        border-bottom-left-radius: .75rem;
        border-bottom-right-radius: .75rem;
    }
    thead .MetricsTable-selected {
        border-top: 1px solid var(--gray-400);
        border-top-left-radius: .75rem;
        border-top-right-radius: .75rem;
    }
}
