@charset "utf-8";

#contactTable {
	width: 100%;
	font-size: 1.5rem;
}

#contactTable th {
	text-align: left;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	font-weight: bold;
}

#contactTable td {
	padding: 10px;
	border: 1px #DDDDDD solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	margin-bottom: 20px;
}

#contactTable iframe {
	width: 100%;
	height: 70vh;
}

