/* Table */
.table td.fit,
.table th.fit {
    white-space: nowrap;
    width: 1%;
}

/* Text size */
.tiny {
    font-size: 0.7em;
}

/* Dropdown */
.table-responsive .dropdown,
.table-responsive .btn-group,
.table-responsive .btn-group-vertical {
    position: static;
}

/* Quick Search */
.quick-action-results {
    max-height: 400px;
    overflow-y: auto;
}

.search-category:not(:last-child) {
    border-bottom: 1px solid #e9ecef;
}

.action-buttons .btn {
    transition: all 0.2s;
}