body {
	font-family: 'Roboto';
	font-size: 18px;
	text-align: center;
}
div{
	width: 100%
}


#screen{
	height: 50%;
	width: 100%;
	background-color: #00b140;
}

.scorebox {
	text-align: center;
	width: 80%;
	padding-top: 8%;
	
}
.timer{
	color: white;
	background-color: blue;
}

#rowscore {
	background-color: white;
	border-radius: 25% 10%;
}
#clsmtd{
	transform: rotate(-90deg);
	font-size: 10px;
}
#clsmte{
	transform: rotate(90deg);
	font-size: 10px;
}

.2min {
	color: black;
	background-color: yellow;
}

#cmd{
	width: 80%;
}