@charset "UTF-8";

html, body {
	width: 100%;
	height: 100%;
}

.page-container {
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
	overflow: hidden;
}

.page-container > .second-row {
	flex-grow: 1;
	border: none;
	margin: 0;
	padding: 0;
}

.second-row > iframe {
	height: 100%;
	width: 100%;
	border: none;
}

a.nav-link {
	cursor: pointer;
}