@media only screen and (max-width:800px){table,
thead,
tbody,
th,
td,
tr{display:block;}
table td:empty{display:none;}
thead tr{position:absolute;top:-9999px;left:-9999px;}
tr{border:7px solid #fff;}
td{border:none;border-bottom:0px solid #eee;position:relative;padding-left:50%;white-space:normal;text-align:left;}
td:before{position:absolute;top:5px;right:5px;padding-right:35px;white-space:nowrap;text-align:right;}
td:before{content:attr(data-title);}
}