form #notemoderator {
    width: 500px;
}

.notemoderator {
	width: 100%;
}

.notemoderator_note_normal {
	background-color: #1a1c20;
	border: 1px solid #2b2e35;
	border-left: 4px solid #4caf50;
	padding: 12px 12px 12px 35px;
	border-radius: 8px;
	color: #d1d5db;
	line-height: 150%;
	font-size: 13px;
	margin-top: 10px;
	clear: both;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
	background-image: url(../../../images/notemoderator/normal.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}

.notemoderator_note_information {
	background-color: #1a1c20;
	border: 1px solid #2b2e35;
	border-left: 4px solid #3b82f6;
	padding: 12px 12px 12px 35px;
	border-radius: 8px;
	color: #d1d5db;
	line-height: 150%;
	font-size: 13px;
	margin-top: 10px;
	clear: both;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
	background-image: url(../../../images/notemoderator/information.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}

.notemoderator_note_warn {
	background-color: #1a1c20;
	border: 1px solid #2b2e35;
	border-left: 4px solid #ef4444;
	padding: 12px 12px 12px 35px;
	border-radius: 8px;
	color: #d1d5db;
	line-height: 150%;
	font-size: 13px;
	margin-top: 10px;
	clear: both;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
	background-image: url(../../../images/notemoderator/warn.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}

.notemoderator_button_edit {
	margin-right: 10px;
}