.wp-block-simple-note-info,
.wp-block-simple-note-success,
.wp-block-simple-note-warning,
.wp-block-simple-note-error,
.wp-block-simple-note-quote {
	margin: 10px 0;
	padding: 20px 20px 20px 70px;
	border-radius: 5px;
}

.wp-block-simple-note-info {
	color: #084298;
	background: #e2f4fc url(../images/info.svg) no-repeat 15px center;
}

.wp-block-simple-note-success {
	color: #0f5132;
	background: #e6f5cd url(../images/success.svg) no-repeat 15px center;
}

.wp-block-simple-note-warning {
	color: #5f5000;
	background: #fff4c4 url(../images/warning.svg) no-repeat 15px center;
}

.wp-block-simple-note-error {
	color: #842029;
	background: #ffe7de url(../images/error.svg) no-repeat 15px center;
}

.wp-block-simple-note-quote {
	color: #222222;
	background: #f2f4f7 url(../images/quote.svg) no-repeat 15px center;
}