.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 10px 20px 70px;
}

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

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

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

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

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