body {
	background-image: url("logo.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-color: black;
	background-position: 50% 50%;
	font-family: Arial, Helvetica, sans-serif;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

#container {
	text-align: center;
}

#game1 {
	display: inline-block;
	text-align: center;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

#game2 {
	display: inline-block;
	text-align: center;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

#game3 {
	display: inline-block;
	text-align: center;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

#game4 {
	display: inline-block;
	text-align: center;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

#game5 {
	display: inline-block;
	text-align: center;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	width: 460px;
}

#game6 {
	display: inline-block;
	text-align: center;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}


.status-unkown {
	background-color: grey;
}

.players {
	background-color: white;
}


