
p {
	line-height: 1.6em;
	margin: 0;
}

.required {
	margin-right: .5em;
	background-color: hsl(234, 56%, 46%);
	color: white;
	border-radius: 0.4em;
	padding: 0 0.3em;
	line-height: 1.5em;
}

.message.default,
.message.inform {
	color: #222;
}
.message.notice {
	color: hsl(0, 97%, 64%);
}
