html, body {
	height: 100%;
	overflow: hidden;
}
body {
	font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
	margin: 0px;
}
canvas {
	/*border: 1px black solid;*/
	width: 100%;
	height: 100%;
}

ul {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	list-style-stype: none;
}

@media only screen
	and (min-width:0px) and (max-width:480px){
	ul {
		display: none;
	}
}

li {
	margin: 0;
	padding: 0;
}

span.from {
	font-weight: bold;
}