/****************************
* small screen/mobile handling
****************************/
@media screen and (max-width: 540px) {
	/* override select2 sizing to ensure it remains fully visible*/
	.select2-container{
		width: 100%!important;
	}
	.select2-search--dropdown .select2-search__field {
		width: 98%;
	}
}

.address-error-astyped:hover {
	background-color: rgb(88, 151, 251);
	color:white;
}
.address-error-astyped {
	width:100%;
	display:block;
	text-decoration:none;
	color:black;
}
