.notice
{
	background: #fff;
	border: 1px solid #c3c4c7;
	border-left-width: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
	margin: 5px 15px 2px;
	padding: 1px 12px;
}

.notice p {
  margin: 0.2rem;
}

.notice-success {
	border-left-color: #00a32a;
}

.notice-warning {
	border-left-color: #dba617;
}

.notice-error {
	border-left-color: #d63638;
}

.notice-info {
	border-left-color: #72aee6;
}
