.table-responsive{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
table.easy-table{width:100%;max-width:100%;margin-bottom:18px;border-collapse:collapse;border-spacing:0;background:transparent}
.easy-table th,.easy-table td{padding:8px;line-height:18px;text-align:left;vertical-align:top;border-top:1px solid #ddd}
.easy-table th{font-weight:700}
.easy-table thead th{vertical-align:bottom;border-top:0}
.easy-table tbody+tbody{border-top:2px solid #ddd}
.easy-table tbody tr:hover td,.easy-table tbody tr:hover th{background:#f5f5f5}
.easy-table caption{font-weight:700}
.easy-table.frontopen-sortable thead th{cursor:pointer;user-select:none}
.easy-table.frontopen-sortable thead th::after{content:" ↕";color:#999;font-weight:400}
.easy-table.frontopen-sortable thead th[aria-sort="ascending"]::after{content:" ↑"}
.easy-table.frontopen-sortable thead th[aria-sort="descending"]::after{content:" ↓"}
