/*
Theme Name: TMK
Theme URI: http://yoursite/yourtheme
Description: A child theme of 2010 default WordPress theme.
Author: Informatika osztály
Author url: http://portal.tmkorhaz.hu/
Version: 1.0
Tags: black, blue, white, fixed-width, custom-header, theme-options
Template: passionate
*/
@import url('../passionate/style.css');



.dt-services-holder p{
display:none;
}

@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;  
  }
}
