.table-responsive {
    overflow: auto;
    flex-grow: 1;
}

.table td,
.table th {
    white-space: nowrap;
    padding: 8px 15px;
    border-color: #eee;
}

.table>tbody {
    vertical-align: middle;
}

.folder-icon {
    color: #f3d078;
    margin-right: 8px;
}