/*!
* @author Steven Masala [me@smasala.com]
* Github: https://github.com/smasala/responsive-tables-js
* @license: MIT https://tldrlegal.com/license/mit-license
* Responsive Tables
* @version 1.0.0
*/table.responsive span[data-type=responsive]{display:none}@media only screen and (max-width:768px){table.responsive span[data-type=responsive]{display:inline-block;width:45%;color:#a8a8a8;vertical-align:top}table.responsive,table.responsive tbody,table.responsive td,table.responsive th,table.responsive thead,table.responsive tr{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block}html.ie9 table.responsive,html.ie9 table.responsive tbody,html.ie9 table.responsive td,html.ie9 table.responsive th,html.ie9 table.responsive thead,html.ie9 table.responsive tr{float:left;clear:both;width:100%}table.responsive tr{border:1px solid #ccc}table.responsive td{border:none}table.responsive th{display:none}}table.t-responsive{display:none}@media only screen and (max-width:768px){table.t-responsive{display:block}table.responsive{display:none}}.table-white table{border-radius:8px;background:#fff}.table-white table td,.table-white table th{text-align:center;padding-left:16px;padding-right:16px}.table-white table.responsive th{padding-top:16px;padding-bottom:8px;border-bottom:1px solid #dae3ea}.table-white table.responsive td+td,.table-white table.responsive th+th{border-left:1px solid #dae3ea}.table-white table.responsive tbody tr:first-child td{padding-top:16px;padding-bottom:0}.table-white table.responsive tbody tr+tr td{padding-top:8px;padding-bottom:16px}.table-white table.t-responsive tr+tr td,.table-white table.t-responsive tr+tr th{border-top:1px solid #dae3ea}.table-white table.t-responsive td,.table-white table.t-responsive th{width:100%;padding-top:16px;padding-bottom:16px}.table-white table.t-responsive th{width:20%;border-right:1px solid #dae3ea}.table-white table.t-responsive td{width:100%}