@media only screen
and (min-width:1824px){.table th{font-size:14px;}
.table td{font-size:14px;}
.table td.small-cell, .table th.small-cell{width:42px;}
}
@media (min-width:768px) and (max-width:1024px){.table td.small-cell, .table th.small-cell{width:40px;}
}
@media (max-width:480px){table th.unseen,table td.unseen{display:none !important;}
.no-more-tables table,
.no-more-tables thead,
.no-more-tables tbody,
.no-more-tables th,
.no-more-tables td,
.no-more-tables tr{display:block;}
.no-more-tables thead tr{position:absolute;top:-9999px;left:-9999px;}
.no-more-tables tr{}
.no-more-tables.table-bordered td{border-left:1px solid #eee;border-bottom:1px solid #eee;}
.no-more-tables td{border:none;border-bottom:1px solid #eee;position:relative;white-space:normal;text-align:left;}
.no-more-tables td:before{position:absolute;top:6px;left:6px;width:45%;padding-right:10px;white-space:nowrap;text-align:left;font-weight:bold;}
.no-more-tables td:before{content:attr(data-title);}
.no-more-tables .text-right,.no-more-tables .text-center{text-align:left !important}
.table-flip-scroll .cf:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
.table-flip-scroll * html .cf{zoom:1;}
.table-flip-scroll *:first-child+html .cf{zoom:1;}
.table-flip-scroll table{width:100%;border-collapse:collapse;border-spacing:0;}
.table-flip-scroll th{width:auto !important;border-radius:0px !important}
.table-flip-scroll th,
.table-flip-scroll td{margin:0;vertical-align:top;}
.table-flip-scroll th{text-align:left;}
.table-flip-scroll table{display:block;position:relative;width:100%;}
.table-flip-scroll thead{display:block;float:left;}
.table-flip-scroll tbody{display:block;width:auto;position:relative;overflow-x:auto;white-space:nowrap;}
.table-flip-scroll thead tr{display:block;}
.table-flip-scroll th{display:block;}
.table-flip-scroll tbody tr{display:inline-block;vertical-align:top;}
.table-flip-scroll td{display:block;min-height:1.25em;text-align:left;}
.table-flip-scroll th{border-bottom:0;border-left:0;}
.table-flip-scroll td{border-left:0;border-right:0;border-bottom:0;border-radius:0px !important}
.table-flip-scroll tbody tr{border-left:1px solid #babcbf;}
.table-flip-scroll th:last-child,
.table-flip-scroll td:last-child{}
}