/* Hide repeater item controls (delete, toggle, clone, insert) for non-admin members */
body.history-readonly #wrap_Inputfield_history .InputfieldRepeaterTrash,
body.history-readonly #wrap_Inputfield_history .InputfieldRepeaterToggle,
body.history-readonly #wrap_Inputfield_history .InputfieldRepeaterClone,
body.history-readonly #wrap_Inputfield_history .InputfieldRepeaterInsertAfter,
body.history-readonly #wrap_Inputfield_history .InputfieldRepeaterInsertBefore,
body.history-readonly #wrap_Inputfield_history .InputfieldRepeaterDrag {
	display: none !important;
}

/* #FormSaveReminder_warning {
	position: relative;
	background: #FFF;
	padding: 20px;
	width: auto;
	max-width: 500px;
	margin: 20px auto;

}
#FormSaveReminder_warning h1 {
	font-size: 2em;
	font-weight: 700;
} */