.hands{font-size:0.8em}
.hands>div{width:1em;height:3.5em;display:inline-block;background:burlywood;border-radius:2em;border:solid 2px chocolate;opacity:0.8}
.hands>div:nth-of-type(1){height:3em}
.hands>div:nth-of-type(10){height:3em}
.hands>div:nth-of-type(5){height:2em;margin-right:3em}
.hands>div:nth-of-type(6){height:2em}
.hands>div.highlight{background:chocolate}

@media only screen and (min-width: 800px)
{
	.keyboard {display: inline-block;font-size: 0.8em}	
	.hands{font-size:1em}		
}