.optout {
	display: none !important;
}
.optin {
	display: flex !important;
}
.outerdiv {
	width: inherit;
	height: inherit;
}
.buttondiv {
	justify-content: center;
	align-items: center; 
}
#openstreetoptin:hover {
	background-color: #005073;
	cursor: pointer;
	box-shadow: 0 0 3px -1px #262626;
}
#openstreetoptin {
	width: max-content;
	padding: 10px 20px;
	background: #0078A0;
	font-size: 18pt;
	color: white;
	border: none;
	transition: 0.2s;
	margin-top:2vh;
}