/* change bg color of enrol users box */
.user-enroller-panel { padding:15px !important; background-color: #eee !important; }

.user-enroller-panel .clearfix { width: auto !important; }
.user-enroller-panel .close-button { padding-top: 10px; }
.user-enroller-panel .close { cursor: pointer; font-size: 1.5rem; float:right; }

/* make atto text editor background colour fixed (for fullscreen when using fixedwidth sites */
.editor_atto_content_wrap {
        background-color: #fff;
}

/* fix turnitin table view (th's don't match td's) */
.left, .right {
	float: none;
}

/* to show the horizontal extra menu in flexpage */
.block_flexpagenav #custommenu {
	display: inherit;
}
