/* Admin Table */
/* 后台表格 */
.table-responsive {
    width: 100%;
    max-width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.admin-table {
    width: 100%;
    min-width: 760px;
    max-width: 100%;
    border-collapse: collapse;
    text-align: left;
    table-layout: auto;
}

.admin-table th {
    padding: 12px 15px;
    background: #f9fafb;
    color: #6b7280;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 2px solid #e5e7eb;
    white-space: normal;
    overflow: visible;
    word-break: break-word;
}

.admin-table td {
    padding: 15px;
    border-bottom: 1px solid #e5e7eb;
    vertical-align: middle;
    font-size: 14px;
    white-space: normal;
    overflow: visible;
    word-break: break-word;
}

.admin-table td form {
    max-width: 100%;
}