body.ui-preview {
	background-color: #fafafa;
	position: relative;
}
.ui-preview .MuiPaper-root .label {
	color: rgba(0,0,0,0.87)!important;
	font-size: 16px;
	font-weight: 400;
}
.ui-preview div#container.main {
	background-color: #fafafa;
	margin-bottom: 68px;
	margin-top: 64px;
}
.ui-preview #page-content {
	background-color: white;
}
.react-left-nav .main .fa-arrow-right {
	display: none;
}
.react-left-nav #dataViewContainer {
	display: inherit !important;
	height: calc(100vh - 64px);
	padding: 0!important;
	width: 100%;
}
.react-left-nav #page-content {
	display: flex;
	margin-left: 0;
}
.react-left-nav #loading {
	margin-left: 230px;
}
.ui-preview #mouseoverPreview ._preview {
	height: initial!important;
	width: initial!important;
}
.ui-preview a:hover,
.ui-preview a:focus {
	text-decoration: none!important;
}