:root
{
	--niceblue:#115599;
}

.headD-Row
{
	background: black;
	border:1px solid white;
	border-radius:5px;
	font-size: 1em;
	color:white;
	padding:5px;
}

.games-Onn
{
	font-size:2em;
}

.log-vt
{
	margin-left:10px;
}

.meno
{
	margin-top:5px;
	background:var(--niceblue);
	padding:5px;
	padding-left:10px;
	color:white;
	border-radius:10px;
	margin-left:2px;
}

.meno a
{
	/* { */
		margin-left:10px;
		color:yellow;
		margin-right:20px;
	/* } */
}

.reality p
{
	display:inline-block;
	min-width:45vw;
}

.reality p:nth-child(odd)
{
	background:linear-gradient(to top right, white, var(--niceblue));
	margin-left:5px;
	padding:10px;
	border-radius:20px;
}

.reality p:nth-child(even)
{
	/* { */
		background:linear-gradient(to bottom right, var(--niceblue), white);
		margin-left:5px;
		padding:10px;
		border-radius:20px;
	/* } */
}

.reality p:first-child
{
	margin-top:50px;
}

.reality p:nth-child(2)
{
	border-radius:15px;
	img { opacity:0.9;}
}

.reality > *
{
	/* { */
		text-align:center;
	/* } */
}

.reality img
{
	opacity:0.8;
	margin:10px;
	border-radius:10px;
}

.name
{
	font-weight:bold;
	color:white;
}
