/* insert custom CSS code here */

/* 
	hide the input for update_time in the user preferences
	the value is set automaticly and should not be changed by the user
*/
.form-group:has(#extra_field_update_time) {
	display: none
}