.lxquantitative-metrics {
    width: 100%;
    border: none;
}

.lxquantitative-metrics > tbody > tr > td {
    padding: 1px 10px 1px 10px;
    text-align: left;
    vertical-align: top;
}

.lxquantitative-metrics > tbody > tr > td:first-child {
    width: 50%;
    padding-right: 0;
    text-align: right;
}

.lxquantitative-metrics > tbody > tr > th,
.lxquantitative-metrics > tbody > tr > td {
    padding: 4px 10px 4px 10px;
}

.lxquantitative-metrics tbody::before {
    content: '';
    display: block;
    height: 17px;
}

.lxquantitative-metrics tbody:first-child::before {
    height: 0;
}

.lxquantitative-lex-density, .lxquantitative-word-freqs {
    border-collapse: separate !important;
    border-spacing: 0;
    border: 1px solid #ddd;
    border-radius: 7px;
    border-top: none;
    border-bottom: none;
    border-right: none;
    margin-bottom: 10px;
}

.lxquantitative-lex-density tr *, .lxquantitative-word-freqs tr * {
    padding: 1px 8px;
    text-align: left;
}

.lxquantitative-word-freqs tr *:first-child {
    text-align: right;
    padding-right: 3px;
}

