/* CSS of the training page */

span.numberList {
	font-size: 22px;
	color: #006AF3;
	font-weight: bold;
}

span.notes {
	font-size: 8px;
}

span.rightText {
	color: #666666;
	text-align: justify;
	line-height: 15px;
}

span.rightTextBottom {
	color: #444444;
	text-align: justify;
	line-height: 15px;
	width:	45px;
	font-weight: bold;
	margin: auto;
}

span.rightText a {
	color: #333333;
}

span.rightText a:hover {
	color: #0000ff;
}