<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body
{
	background-color: #eeeeee;
	font-size: 120%;
	padding: 10px 10px 20px 20px;
}

h1
{
	text-align: center;
	font-family: Arial, Helvetica, Tahoma;
	color: #dddd00;
	text-shadow: 2px 2px #000000;
}

div.status
{
	float: left;
	width: 65%;
	padding-right: 20px;
}

div.drugs
{
	display: block;
}

div.drugs button {
	width: 20%;
}

footer
{
	float: left;
	clear: both;
	width: 80%;
	font-size: 80%;
	padding-top: 20px;
	position: fixed;
	bottom: 5px;
}

p.disclaimer
{
	font-size: 40%;
}</pre></body></html>