/* Removes the drag-and-drop window under newly created modules */
div.content > div.module_dnd {
	display: none;
}


/* Hides the button Collaborations and Samarbeten */
.collaborations {
    display: none !important;
}

/* Hide the 'Set email address as default' icon in settings/inställningar to avoid users to choose private email as primary*/
.icon-star.standalone-icon { 
	display: none; }


#default_email_id {
	display: none;
}