@charset "UTF-8";

.location-redirect h1 {
	color: #666666;
	font-size: 177%;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: center;
}

.location-redirect p {
	margin-top: 2em;
	margin-bottom: 2em;
	text-align: center;
}

.location-redirect .link_to_new_url {
	font-weight: bold;
	margin-top: 2em;
	margin-bottom: 2em;
	text-align: center;
}

.location-redirect .go_to_top {
	border-top: solid 1px silver;
	text-align: right;
	margin-top: 10em;
	padding-top: 1em;
}

