.noisebreak-notifuse-message {
	display: none;
	margin-top: 12px;
	font-size: 0.9em;
}

.noisebreak-notifuse-message.is-error,
.noisebreak-notifuse-message.is-success {
	display: block;
}

.noisebreak-notifuse-message.is-error {
	color: #c62828;
}

.noisebreak-notifuse-message.is-success {
	color: #2e7d32;
}
