#content { padding-left: 1%;
    padding-right: 1%;
}
/* Set the size of the map container */
#map-container {
    width: 95%; /* Adjust width as needed */
    margin: 0 auto; /* Center the container horizontally */
}

#map {
    height: 400px;
    width: 100%;
}

#searchInput {
    font-size: 16px; /* Set your desired font size */
    max-width: 100%; /* Ensure the input doesn't exceed the width of its container */
    box-sizing: border-box; /* Include padding and border in the element's total width */
}

#searchButton       { font-size: 14pt;}
#locations span{
	border-left: thin solid;
	border-right: thin solid;
	border-top: thin solid;
	border-bottom: thin solid;

	white-space: nowrap;
	padding-left: .1em;
	display:block;
	float:left;
	align-items: center;
	text-align: center;
  justify-content: center;
	width: 12em;

	background-color: #b8bcc2
}
#locations {
	display: block;
	font-weight: bold;
	font-size: 13px
}
