/* aside */
#maintenance {
	background-color:#f8f8f8;
	padding:10px; }

#maintenance .container {
	text-align:center; }

@media screen and (max-width: 640px) {
	#maintenance .container {
		font-size:20px;
		text-align:left; }
}



