#top_container {
	text-align: center; /* If the content doesn't fill the whole width, make sure it's at least centered (i.e. landscape orientation on mobile) */
}

form {
	margin-bottom: 0;
}

area {
	outline: none;
}

/* Enable HiDPI on desktop. Images created at 810px will still work, but those created at higher resolutions will simply be resized down to 810px. Poor-man's HiDPI. */
.desktop .restrict-width {
	max-width: 810px;
}

/* Enable HiDPI on mobile. We only use the `restrict-width` class when the image in question is a multiple of 480. */
.mobile .restrict-width {
	width: 480px;
}
