#status {
	background: linear-gradient(
		to right,
		#0002 0%,
		#8882 35%,
		#9992 50%,
		#8882 65%,
		#0002 100%
	) #625;
	padding: 10px 20px;
	margin: 10px;
	font-size: 16pt;
	border-radius: 5px;
	display: block;
	color: #fff;
	text-align: left;
}
#status.success,
.status.success {
	background-color: #090;
}
#status.error,
.status.error {
	background-color: #900;
}