@charset "utf-8";
/* CSS Document */
/* ID = # | Class = . */

body
{
	color: #000000;
	font-family: "Trebuchet MS";
	font-size: 10pt;	
}

#message
{
	display: none !important;	
}

#print_date
{
	display: block;
	font-size: 12pt;
	text-align: center;
}

#reset_button
{
	display: none !important;
}

#logout
{
	display: none !important;
}

#admin_button
{
	display: none !important;
}

.game_table
{
	border: 1px solid #797B7A;
	border-collapse: collapse;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;	
    page-break-inside: avoid;
}

#game_heading
{
	font-size: 14pt;
}

.game_table th
{
	font-size: 11pt;
}

.game_table td
{
	border-bottom: 1px dashed #797B7A;
	border-left: 1px dashed #797B7A;
	border-right: 1px dashed #797B7A;
	border-top: 1px dashed #797B7A;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
}

.alt
{
	background-color: #E3E3E3 !important;
}