#infos table {
	margin-bottom: 1em;
	border: solid 1px black;
	border-collapse: collapse;
	font-size: 80%;
}
#infos table tr {
	border-width: 2px;
}
#infos table tr.current {
	color: #c00;
}
#infos table td, #infos table th {
	border: solid black;
	border-width: 2px 1px;
	text-align: center;
}
#infos table tr.current td {
	font-size: 120%;
	font-weight: bold;
}
#infos table td {
	empty-cells: show;
}
#infos table th {
	empty-cells: hide;
	white-space: nowrap;
}
#infos table caption {
	font-weight: bold;
}
