body {
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    width: 1200px;
    margin: auto;
    color: #000;
    background-color: #ccc;
}

th {
	text-align: left;
}

.menu {
	padding: 10px;
	background: #fff;
	color: #222;
	position: absolute;
	font-weight: normal;
	max-height: 400px;
	overflow: auto;
}

.menu table	{
	border-collapse: collapse;
}

#tab td:nth-child(2)	{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 200px;
}

#tab td:nth-child(5)	{
	width: 80px;
	padding-left: 5px;
}

#tab td:nth-child(6)	{
	width: 100px;
	padding-left: 5px;
}

#tab td:nth-child(3)	{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 200px;
}

#gamestab td:nth-child(2) {
	text-align: right;
}

#gamestab tr:hover	{
	background-color: #000;
	color: #ddd;
}

#popup {

	background-color: rgba(64, 32, 64, 0.85);
	color: #ddd;
	padding: 10px;
	border: 1px solid #fff;
	border-radius: 5px;
	position: absolute;
	max-width: 500px;

}

footer  {
    padding-top: 40px;
    padding-bottom: 5px;
    text-align: end;
    font-size: 90%;
}

