/* CSS Document */

/* Tables distance */
table.distance {
	/*width: 650px;*/
	font-size: 2.2ex;
	border-collapse: collapse;
}

table.distance input {
	width: 8ex;
	font-size: 2ex;
}

table.distance input.grand {
	width: 30ex;
	font-size: 2ex;
}

table.distance th {
	background-color: #666;
	color: #CCC;
}

table.distance tr:nth-child(even) {
	background-color: #999;
}

table.distance tr:nth-child(odd) {
	background-color: #CCC;
}

ol.alpha {
	list-style-type: lower-alpha;
}

ol.lower-roman {
	list-style-type: lower-roman;
}

span.bgcolor_yellow {
	background-color: yellow
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 12px;
}

