.row {
	margin-bottom: 30px;
	margin-top: 30px;
}

h1 {
	text-align: center;
	color: black;
}

html.lost h1 {
	color: white;
}

h2 {
	color: black;
}

h3 {
	color: black;
	text-align: center;
}

html.lost h3 {
	color: white;
}

body {
	background-color: white;
}

html.lost body {
	background-color: black;
}

img {
	display: block;
	margin: auto;
	width: 50%;
}

.btn-default {
	display: block;
	margin: auto;
}

.thumbnail {
	padding-top: 15px;
}


