@media screen and (max-width: 600px) {
       tabl-rs {
           width:100%;
       }
       #tabl-rs thead {
           display: none;
       }
       #tabl-rs tr:nth-of-type(2n) {
           background-color: inherit;
       }
       #tabl-rs tr td:first-child {
           background: #f0f0f0;
           font-weight:bold;
           font-size:1.3em;
       }
       #tabl-rs tbody td {
           display: block;
           text-align:center;
       }
       #tabl-rs tbody td:before {
           content: attr(data-th);
           display: block;
           text-align:center;
       }
	   
}