/* Notification */
.notification {
	width: 100%;
	padding: 1rem;
	text-align: center;
}

.notification p {
	margin-bottom: 0;
}

.notification p a {
	color: white;
	text-decoration: underline;
}

.notification p a:hover {
	text-decoration: none;
}