body {
	font-size: 12pt;
	background-color: #FFFFFF;
	font-family: Verdana, sans-serif;
}

#status .box {
	text-align: center;
	border: 1px solid #CCCCCC;
	border-radius: 10px;
	padding: 20px;
	background-color: #EEEEEE;
	box-sizing: border-box;
}

#status .offset {
	visibility: hidden;
}

#status h1 {
	color: #777777;
	font-size: 2rem;
}

#status h2 {
	color: #555555;
	font-size: 1.5rem;
}

#status p {
	color: #000000;
	font-family: monospace;
	font-size: 1rem;
}

#status .image {
	height: 180px;
	width: 250px;
	position: relative;
	background-image: url('pizza.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin: 0 auto;
}

#status .image .icon {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 64px;
	height: 64px;
	position: absolute;
	bottom: 2px;
	right: 15px;
}

#status .back {
	text-align: left;
}

#status .back a,
#status .back a:visited,
#status .back a:hover,
#status .back a:active {
	color: #860E00;
	text-decoration: none;
}
#status .back a:hover,
#status .back a:active {
	color: #F97C2A;
}

@media only screen and (max-width: 33.75em) {
	#status .offset {
		display: none;
	}
}
