.wp-block-simple-note-info,
.wp-block-simple-note-success,
.wp-block-simple-note-warning,
.wp-block-simple-note-error {
	position: relative;
	padding: 20px 10px 20px 70px;
	margin: 10px 0;
}
.wp-block-simple-note-info:before,
.wp-block-simple-note-success:before,
.wp-block-simple-note-warning:before,
.wp-block-simple-note-error:before {
	position: absolute;
	top: 50%;
	width: 70px;
	margin-left: -70px;
	line-height: 0!important;
	font-family: "dashicons";
	font-size: 40px;
	text-align: center;
}
.wp-block-simple-note-info {color: #00529b; background: #bde5f8;}
.wp-block-simple-note-info:before {content: "\f348";}
.wp-block-simple-note-success {color: #4f8a10; background: #dff2bf;}
.wp-block-simple-note-success:before {content: "\f502";}
.wp-block-simple-note-warning {color: #9f6000; background: #feefb3;}
.wp-block-simple-note-warning:before {content: "\f534";}
.wp-block-simple-note-error {color: #d63301;	background: #ffccba;}
.wp-block-simple-note-error:before {content: "\f153";}