/* Frontend notices */
.notice {
	padding: 1rem;
	margin: 1rem 0;
	border-radius: 4px;
}

.notice-success {
	background-color: #dff0d8;
	border: 1px solid #3c763d;
	color: #3c763d;
}

.notice-error {
	background-color: #f2dede;
	border: 1px solid #a94442;
	color: #a94442;
}
