﻿html, body, form {
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#CivicClerkPublicPortalContent {
	height: 100%;
}

iframe[name=VideoFrame] {
	width: 300px;
	height: 100%;
	float: left;
	border: 0px;
}

iframe[name=DocumentFrame] {
	width: calc(100% - 300px);
	height: 100%;
	float: left;
	border: 0px;
}

.templateTable {
	border-collapse: collapse;
	width: 100%;
}

	.templateTable td {
		padding: 2px;
		vertical-align: top;
	}

	.templateTable tr {
		border: 1px none silver;
	}

.dxeBase_Aqua {
	font-family: Tahoma;
	font-size: 9pt;
}

video.jw-video[src$="mp3"] {
	margin-top: -50px;
}

.all-svg-files {
	display: none;
}