table, 
thead, 
tbody, 
th, 
td, 
tr { display: block; height: auto; line-height: 2; font-size: 16px; }
th,
thead { display: none; }
td { position: relative; padding-left: 50% !important; overflow: none; }
td:before { line-height: 1.25; content: attr(data-header); font-weight: bold; top: 50%; transform: translate(0,-50%); position: absolute; left: 6px; width: 45%; box-sizing: border-box; overflow: hidden; }