html, body {
	height: 100%;
	background-color: #ccc;
}
footer {
	color: #fff;
	padding: 10px;
}
.intl-tel-input {
	width: 100%;
}
main {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #fff;
}
.min300 {
	min-width: 300px;
}
#map {max-height: 450px; min-height: 300px;}
.my-indicator{display:none;}
.htmx-request .my-indicator{display:inline;}
.htmx-request.my-indicator{display:inline;}
.intl-tel-input {width: 100%;}
.iti {width: 100%;}
@media screen and (max-width: 575px) {
	#map {height: 300px;}
}
@media screen and (min-width: 576px) and (max-width: 767px) {
	#map {height: 350px;}
}
