/**
 * Note that these styles are loaded *before* editor styles, so that
 * editor-specific styles using the same selectors will take precedence.
 */


.quickberg-iframe {
	position:relative;
	height:0;
}

.quickberg-iframe iframe {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	border:0;
}