.u{
    text-decoration: underline;
}

.print{
border: 4px darkgray double;
}

table{
    border: 2px darkgray solid !important;
}

tbody td:nth-of-type(odd){
  background:lightgray !important;
}

thead th:nth-of-type(even){
    background: lightgray !important;
  }

tbody td,  th{
    border-bottom: 1px darkgray solid !important;
}

thead th{
    border-bottom: 2px darkgray solid !important;
}
label{
    padding-right: .2em;
}
.seconds{
    font-size: smaller;
    display: none;

}

@font-face {
    font-family: 'Bellefair';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Bellefair Regular'), local('Bellefair-Regular'), url(https://fonts.gstatic.com/s/bellefair/v5/kJExBuYY6AAuhiXUxG1N-vo3lOc.woff2) format('woff2');
    unicode-range: U+0590-05FF
  }

  @import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

body {
   
    font-family: Bellefair, apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";;
    
}
img {
    height: 1.2em;
    padding-bottom: .1em;
    padding-right: .1em;
}
.hebrew{
    font-size:x-large;
}

.hide{
    display: none;
}

@media print {
    @page {size: landscape;
        width:100%;
        height:100%;
    }

    .hideOnPrint{
        display:none
    }
    tbody td:nth-of-type(odd){
        background:lightgray !important;
      }
      
    thead th:nth-of-type(even){
        background: lightgray !important;
    }
    body {-webkit-print-color-adjust: exact;}
  }