html, body {
	background: white;
	color: #f78f1e;
	font-family: "Arial";
	font-size: 36px;
	text-align: center;
}
#used-by {
	position: relative;
}
#last-use {
	padding-bottom: 20px;
}
#info {
	text-align: left;
	padding-left: 25%;
}
.check {
	display: inline-block;
	margin-right: 10px;
	width: 36px;
	height: 36px;
	border: 2px #f78f1e solid;
	vertical-align: text-top;
	text-align: center;
	line-height: 36px;
}
.check.no {
	color: green;
}
.check.yes {
	color: red;
}
#face img {
	position: relative;
	height: 400px;
}
#toilet img {
	position: relative;
	height: 200px;
}
.poo {
	position: absolute;
	height: 25px;
	width: 25px;
	background-image: url('../img/poo.png');
	background-size: cover;
	z-index: 9999;
}

