/* Styles for the Google Docs iframe old*/
.oframe {
    width: 1000px;
    height: 1000px;
    border: none;
}
.gframe {
    width: 100%;
    /*height: calc(100% - var(--header-height) - var(--logo-height)); /* Subtract the height of the header and logo */
    border: none;
	
}
.rframe {
	width: 100%;
	border: none;
}

/* Styles for the Google Docs iframe */
.iframe-wrapper {
	position: relative;
	height: calc(100vh - 94px - 39px - 25px); /* subtract header heights and #content margin */
}

.gframe-container {
    width: 100%;
    /*max-width: 2000px; /* Optionally, set a max-width to prevent the container from becoming too wide */
}
.sframe {
	display: block;
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 93%;
	width: 100%;
}