/* 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;
}