span#visitors, span#uptime
{
	color: rgb(100, 60, 10);
	font-size: 2.3rem;
	margin-left: 8px;
	text-shadow: 2px 2px 2px white;
}

span#visitors
{
	margin-right: 8px;
}

p.visitors, p.uptime
{
	/*color: rgb(60, 90, 10);
	text-shadow: 2px 2px 2px rgb(200, 220, 90);*/
	margin-left: 28px;
	font-size: 1.2rem;
}

#weihnachtsmann
{
	opacity: 0;
	transform: scale(0);
}

#stateCopyTable
{
	margin: 0;
	padding: 8px;
}

.stateCopyRow
{
}

.stateCopyColumn
{
	font-weight: normal;
}

.stateCopyValue
{
	font-size: 1.75rem;
	color: rgb(160, 210, 80);
	text-shadow: 1px 1px 2px rgb(6, 12, 24);
}

.stateCopyKey
{
	width: 112px;
	font-size: 1.2rem;
	color: rgb(20, 70, 110);
	text-shadow: 2px 2px 6px rgb(20, 30, 40);
}

#aboutCopyright, #aboutLicense
{
	font-size: 0.8rem;
	width: 560px;
	background-color: rgba(20, 30, 40, 0.25);
	resize: none;
	text-shadow: 1px 1px 1px rgb(60, 80, 90);
}

#aboutCopyright
{
	font-weight: bold;
}

#aboutCopyright.success, #aboutLicense.success
{
	color: rgb(230, 250, 90);
}

#aboutCopyright.error, #aboutLicense.error
{
	color: rgb(220, 90, 40);
	font-weight: bold;
	font-size: 1.1rem;
}

#aboutCopyright
{
	height: 40px;
}

#aboutLicense
{
	height: 420px;
}

