form #notemoderator {
    width: 500px;
}

.notemoderator {
	width: 100%;
}

.notemoderator_note_normal {
	background: var(--forumhg);
	border-top: 5px solid var(--andarna_onlight);
	border-bottom: 5px solid var(--andarna_onlight);
	padding: 10px 10px 10px 30px;
	line-height: 150%;
	font-size: 13px;
	margin-top: 7px;
	clear: both;
	display: flex;
}
.notemoderator_note_icon {
	width: 35px;
    font-size: 25px;
    text-align: center;
    color: var(--andarna_onlight);
}
.notemoderator_note_icon i {
	font-style: normal !important;
	letter-spacing: 0px !important;
	font-weight: 900 !important;
}
.notemoderator_note_text {
	width: calc(100% - 35px);
    box-sizing: border-box;
    padding: 0px 0px 0px 10px;
}

.notemoderator_note_information {
	background-image: url(../../../images/notemoderator/information.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 8px 12px;
	background-color: #ebfcdf;
	border: 1px solid #a4cfa4;
	padding: 10px 10px 10px 30px;
	border-radius: 6px 6px 6px 6px;
	color: #0e440e;
	line-height: 150%;
	font-size: 13px;
	margin-top: 7px;
	clear: both;
}

.notemoderator_note_warn {
	background-image: url(../../../images/notemoderator/warn.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 8px 12px;
	background-color: #f3e3e6;
	border: 1px solid #e599aa;
	padding: 10px 10px 10px 30px;
	border-radius: 6px 6px 6px 6px;
	color: #80001c;
	line-height: 150%;
	font-size: 13px;
	margin-top: 7px;
	clear: both;
}

.notemoderator_button_edit {
	margin-right: 10px;
}

