.container {
	
}
.content {
	background-color: white;
}
.submit {
	text-align: center;
}
.center {
	margin: 0px; padding: 0px; text-align: center;
}
.left {
	margin: 0px; padding: 0px; text-align: left;
}
.sublabel {
	font-size: 110%; font-weight: 700; margin-bottom: 2rem;
}
.google_map {
	width: 100%; height: 100%; padding-top: 100%; position: relative;
}
.google_map iframe {
	left: 0px; top: 0px; width: 100%; height: 100%; position: absolute;
}
.icon {
	
}
.vertical {
	display: flex; align-items: center;
}
th {
	border: 0.1rem solid rgb(128, 128, 128); border-image: none;
}
td {
	border: 0.1rem solid rgb(128, 128, 128); border-image: none;
}
th {
	background-color: rgb(242, 242, 242);
}
img {
	margin: 2px;
}
iframe {
	border: 0px currentColor; border-image: none;
}
label {
	margin-bottom: 0px;
}
input[type='number'] {
	-moz-appearance: textfield;
}
