﻿@import "../default.css";

/* Make extra room from navigation pane */

#formTable {
	max-width: 1200px;
}

#referenceIframe {
	width: 100%;
	height: calc( 100vh - 90px );
	border: none;
}

