form #notemoderator {
    width: 500px;
        font-family: 'Roboto', sans-serif;
        font-size: 11px;
}

.notemoderator {
	width: 100%;
        font-family: 'Roboto', sans-serif;
        font-size: 11px;
}

.notemoderator_note_normal {
	border: 1px solid var(--main-text);
	padding: 10px;
	color: var(--main-text);
	line-height: 150%;
	font-size: 13px;
	margin-top: 7px;
	clear: both;
        font-family: 'Roboto', sans-serif;
        font-size: 11px;
}

.notemoderator_note_information {
	border: 1px solid var(--main-text);
	padding: 10px;
	color: var(--main-text);
	line-height: 150%;
	font-size: 13px;
	margin-top: 7px;
	clear: both;
        font-family: 'Roboto', sans-serif;
        font-size: 11px;
}

.notemoderator_note_warn {
	border: 1px solid var(--main-text);
	padding: 10px;
	color: var(--main-text);
	line-height: 150%;
	font-size: 13px;
	margin-top: 7px;
	clear: both;
        font-family: 'Roboto', sans-serif;
        font-size: 11px;
}

.notemoderator_button_edit {
	margin-right: 10px;
}