body {
	 background-color:blue;
	 color:yellow;	
}
h1 {font-size:4em;}
 img {width:25em;}

#combo {font-size:2em;}
#combo select {font-size:1.5em;}
#combo select option {font-size:0.6em;}
#combo button {font-size:1em;}
#fermata input[type=checkbox] {width:0.3em;height:0.15em;}
#fermata {font-size:3em;}
#fermata input {font-size:5em;}
#fermata button {font-size:1em;}

button {cursor:pointer;}
button[disabled],select[disabled] {cursor:not-allowed;}
button {color:green;margin-top:.5em;}

.waiting {
	width:10em;
	display:block;
}
@media screen and (orientation:portrait) and (pointer:coarse) {
  img {width:47.5em;}
  
  .waiting {
	width:19.5em;}
}

.red {color:red;}