@media (max-width: 767px) {
/.Post-body table,.Post-body thead,.Post-body tbody,.Post-body th,.Post-body td,.Post-body tr {/
/* display: block/
/}*/
/*.Post-body thead tr {*/
/* position: absolute;*/
/* top: -9999px;*/
/* left: -9999px*/
/*}*/
.Post-body tr {
border: 1px solid #fff
}
/*.Post-body td {*/
/* border: none;*/
/* border-bottom: 1px solid #fff;*/
/* position: relative;*/
/* padding-left: 50%;*/
/* text-align: left !important*/
/*}*/
.Post-body td:before {
position: absolute;
top: 6px;
left: 6px;
width: 45%;
padding-right: 10px;
white-space: nowrap;
content: attr(data-label);
color: #f596aa;
font-weight: bold
}
}