html {
	/*height: 100vh;*/
}

body {

	min-height: 100vh;
	/*background-color: #FBAB7E;*/
	background-color:red;
	background-image: linear-gradient(62deg, #FBAB7E 0%, #F7CE68 100%);
}

a{
	color:black !important;
}


h1{
	font-weight: bold;
}
.h1-subtitle{
	font-size: 20px;
	font-family: Tahoma;

}



.table-header-wrapper{
	text-align:center;
	padding-top: 20px;
	padding-bottom: 40px;

}
.table-header-wrapper h1{
	display:inline-block;
	vertical-align: middle;
}
.table-header-wrapper h2{
	margin-bottom:0px;
	margin-top: 30px;

}

.table-logo-top{
	max-height:150px;
	margin: 0px auto;
	display:inline-block;
}


.table-wrapper{
	text-align:center;
}

.table-results-wrapper{
	overflow:hidden;
}


.table-result{
	position:relative;
	margin: 20px auto;
	width:80%;
	padding:10px 20px;
	font-size:22px;
	font-weight:500;
}


.table-result .xray{
	font-size:15px;
	font-weight: normal;
	padding: 2px;
	background-color:white;
	color:black;
	border: 1px solid black;
	float:right;
	font-style: normal;
}


.item-childresult{
	display:block;
	font-style: italic;
	font-size: 19px;
	font-weight: normal;
}

.gamegrid-game-wrapper a{
	padding:25px;
	border-radius: 5px;
	display:inline-block;
	color:black;
	text-decoration: none;
	background-color:rgba(0,0,0,0.05);
	font-weight: bold;
	font-size: 22px;
}
.gamegrid-game-wrapper a:hover{
	background-color:rgba(255,255,255,0.3);

}


.gamegrid-game-logo{
	max-width: 200px;
}

.table-description-top{
	font-size:15px;
	margin-top: -10px;
	margin-bottom: 10px;
}



.table-footer{
	width:600px;
	max-width:90%;
	margin: 500px auto 20px auto;
	display:block;
}




@media screen and (max-width: 600px) {
	.table-logo-top {
		max-height: 100px;
	}
	.table-result{
		font-size:18px;

	}
}








