#ctrClock {
	font-size: 60px;
	font-family: Arial;
	color: rgb(255, 128, 0);
}


#pausedLabel {
	position: absolute;
	left: 60px;
	bottom: 220px;
	_display: none;
	font-size: 100px;
	font-family: Arial;
	color: rgb(198, 0, 0);
}


#ctrRoundTimer {
	border: 0px solid red;
	font-size: 220px;
	font-family: Arial;
	color: white;
}


#ctrRoundNumber {
	border: 0px solid red;
	font-size: 80px;
	font-family: Arial;
	color: grey;
	position: fixed;
	right: 50px;
	bottom: 30px;
}


#footerBlock {
	border: 0px solid blue;
	position: fixed;
	bottom: 10px;
	left: 50px;
	width: 98%;
}



#restRoundLabel {
	border: 0px solid red;
	position: absolute;
	_left: 300px;
	top: 270px;
	display: none;
	font-size: 150px;
	font-family: Arial;
	color: green;
	width: 98%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#_restRoundLabel {
	border: 1px solid red;
	position: absolute;
	left: 300px;
	top: 270px;
	_display: none;
	font-size: 150px;
	font-family: Arial;
	color: green;
}




#labStopwatchMode {
	_display: none;

	border: 0px solid red;
	font-size: 80px;
	font-family: Arial;
	color: grey;
	position: fixed;
	right: 50px;
	bottom: 130px;

}


#labTimerMode {
	_display: none;

	border: 0px solid red;
	font-size: 80px;
	font-family: Arial;
	color: grey;
	position: fixed;
	right: 50px;
	bottom: 130px;

}




#tblTimerDetails {
	_display: none;
}




#qrCodeCanvas {
	width: 200px;
	height: 200px;
	border: 0px solid rgb(0, 0, 0);
	color: rgb(184, 184, 184);
}