#bsod {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #0078d7;
	color: #ddf;
	font-size: 120%;
}

#bosdContents {
	margin-left: auto;
	margin-right: auto;
	max-width: 60%;
	line-height: 150%;
}

#qrFoxbat {
	width: 100px;
}

#bsodTable tr td {
	vertical-align: top;
}

.smallText {	
	padding-left: 1rem;
	font-size: 65%;
}

a.bsodLink, a.bsodLink:hover, a.bsodLink:active {
	color: #ddf;
	font-weight: normal;
	text-decoration: none;
}

@media only screen and (max-device-width: 480px) {
	#bosdContents {
		max-width: 90%;
	}
}