/*
 Theme Name:   HVL | 3.4.4
 Theme URI:    http://demo.goodlayers.com/infinite
 Description:  HVL is a child theme of Goodlayers Infinite Child Theme.
 Author:       KSKM
 Author URI:   http://kskm.net
 Template:     infinite344
 Version:      3.4.4
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  hvl344

 START YOUR CHILD THEME CSS HERE
*/

@media screen and (max-width: 600px) {	

  table {width:100%;}

  thead {display: none;}

  tr:nth-of-type(2n) {background-color: inherit;}

  tr td:first-child {background: #f0f0f0; font-weight:bold;font-size:1.3em;}

  tbody td {display: block;  text-align:center;}

  tbody td:before {

      content: attr(data-th);

      display: block;

      text-align:center; 

  }

}