#qbCookieIframe {
	all: unset;
	width: 100%;
	height: 0;
	position: relative;
	overflow-y: auto;
	overflow-x: hidden;
	display: block;
}

#qbParentDiv {
	all: unset;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: auto;
	display: block;
	background-color: #FFFFFF;
	margin: 0;
}

#core-view-container {
	min-width: 1024px;
	min-height: 480px;
}

body {
	background-color: #787878;
	margin: 0;
}
	