	
/*
 * Basic used elements
 */
body {
	color: #336633;
	font-family: Source Sans Pro,sans-serif;
	font-size: 16px;
	line-height: 1.5;
}
	
h1 {
	font-family: Abel,sans-serif;
	line-height: 1.2;
	font-size: 2.5rem;
	font-weight: 400;
}		
		
p {
	padding: 0 8%;
	text-align: left;
	margin: 0 0 30px;
}
		
table {
	border: 3px solid #000000;
	text-align: left;
	border-collapse: collapse;
}
	
td, th {
	border: 1px solid #000000;
	padding: 5px 4px;
}
		
thead {
	background: #CFCFCF;
	background: -moz-linear-gradient(top, #dbdbdb 0%, #d3d3d3 66%, #CFCFCF 100%);
	background: -webkit-linear-gradient(top, #dbdbdb 0%, #d3d3d3 66%, #CFCFCF 100%);
	background: linear-gradient(to bottom, #dbdbdb 0%, #d3d3d3 66%, #CFCFCF 100%);
	border-bottom: 3px solid #000000;
}
		
thead th {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
		
tfoot {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	border-top: 3px solid #000000;
}
		
tfoot td {
	font-size: 14px;
}

/*
 * Menu band
 */ 
.menu ul {
	color: #363;
	font-family: Abel,sans-serif;
	display: flex; 
	list-style: none;
	font-size: 1.25rem;
	padding-left: 0;
}
		
.menu li {
	width: 25%;
	border-bottom: 1px solid #363;
	cursor: pointer;
	padding: 5px 0;
}
		
.menu ul li:hover {
	color: white;
	background-color: #363;			 
}

.menu .selected {
	color: white;
	background-color: #363;
}
	
ol {
	display: inline-grid;
	padding-left: 0;
	margin: 0;
}
		
ol li {
	border-bottom: none;
}
			
@page {
	/*size: 21cm 29.7cm;*/
	/*margin: 30mm 45mm 30mm 45mm;*/
	/* change the margins as you want them to be. */
}
	
.wrapper {
	position: relative;
	text-align: center;
	color: black;
}

/*
 * Info tab
 */ 
.info {
	display: inline-block;
}

/*
 * Game info tab
 */
.game {
	display: inline-block;
}

.game div {
	text-align: left; 
	padding: 10px 0;
}

.game select {
	width: 225px;
}

.game .label {
	width: 125px;
	display: inline-block;		
}
	
.game .no-selection {
	width: 200px;
}
	
.f11 {
	font-size: 11px;
}

.report {
	text-align: center;
}
	
/* Container holding the image and the text */
.report .print{
	position: relative;
	text-align: center;
	color: black;
	font-size: 13px;
	width: 100%;
}

.list {
	text-align: center;
}

/* Report content */
.content {
	position: absolute;
	bottom: 8px;
	left: 16px;
}
		
.label {
	width: 125px;
	display: inline-block;
}
		
select {
	width: 225px;
}
			
.button {
	margin: 5px 0;
	padding: 10px 20px;
	color: white;
	background-color: #363;
	cursor: pointer;
	display: inline-block;
}
			
.button:hover {
	color: #363;
	background-color: white;
}

.print {
	margin: 0 auto;
	width: 75% !important;
}
