/* ----------- GENERIC SETTINGS ------------- */
/* Portrait and Landscape */

@media screen and (min-width: 1600px) and (min-height: 1000px) {

td {
    height: 200px;
}
    
col {
    width: 100px;
}
  
.tab {
    font-size: 18pt;
    padding-top: 16px;
}
    
#title {
    font-size: 600%;
}      
      
}

