/*
 Theme Name:   MBus
 Theme URI:    https://example.com/mbus/
 Description:  MBus Theme
 Author:       Davide Pianca
 Author URI:   davidepianca98@gmail.com
 Template:     twentynineteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  mbus
*/

h1:before {
	content: none !important;
}

input[type="date"], select {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

@media print {
  table { page-break-after:auto; font-size: 8px !important; }
  tr    { page-break-inside:avoid; page-break-after:auto }
  td    { page-break-inside:avoid; page-break-after:auto; padding: 1px !important; }
  thead { display:table-header-group }
  tfoot { display:table-footer-group }
}