@CHARSET "UTF-8";
label
{
	display: block;
}
div.submenu
{
	text-align: right;
}
h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	margin: 5px 0px;
}
.id-annotation
{
	font-size: 10px;
	margin-left: 3px;
	color: #CCC;
}
.id-annotation::selection
{
	color: black;
}
.table-striped tbody tr:nth-child(2n) td .id-annotation
{
	color: #DBDBDB;
}
.table-striped tbody tr:nth-child(2n+1) td .id-annotation
{
	color: #D3D3D3;
}
@media print
{
	.sup-menu
	{
		display: none;
	}
	.menu
	{
		display: none;
	}
}
