.row-count {
    margin-bottom: 8px;
}

.table-scroll {
    overflow-x: auto;
}

#fileSummaryTable,
#summaryTable {
    font-size: 13px;
}

#fileSummaryTable td,
#summaryTable td {
    white-space: nowrap;
}

#summaryTable td {
    text-align: right;
}

#fileSummaryTable td:nth-child(3) {
    text-align: right;
}

#fileSummaryTable td:first-child,
#summaryTable td:first-child,
#summaryTable tfoot td:first-child {
    text-align: left;
    font-weight: 600;
}

#summaryTable tfoot td {
    background-color: #333;
    color: #fff;
    font-weight: bold;
}
