* {
	margin: 0px;
	padding: 0px;
}

html {
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	user-select: none;
}

canvas {
	image-rendering: pixelated;
	outline: none;
}

#info {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 0px;
	pointer-events: none;
	line-height: 1.5em;
}

#info, #info a {
	color: white;
}

#info a {
	pointer-events: all;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	display: flex;
	padding: 0px;
	box-sizing: border-box;
}

#credits {
	flex: 1;
	color: white;
	font-size: 12px;
	opacity: 0.5;
	padding: 0px;
	line-height: 1.25em;
	overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;
	padding-right: 25px;
}

#logos {
	margin-top: auto;
	flex-grow: 0;
}

#logos img {
	height: 22px;
	margin-right: 5px;
}

.light #info, .light #info a, .light #credits {
	color: #234;
}
