.btn,
.button {
	background-color: #fff !important;
	color: #007bbd !important;
  border-color: #007bbd !important;
}

.btn:hover {
  background-color: #EBF4FA !important;
}

.map-control-fullscreen-override-false,
.map-control-fullscreen-override-true {	
	position: absolute;
	bottom: 10px;
	right: 20px;	
	z-index: 1000;
	background-color: #fff;
	color: #007bbd;
	height: 34px;
	width: 90px !important;
	border: 1px solid #007bbd;	
	border-radius: 4px; 
	margin-right: 1px;	
}
.map-control-fullscreen-override-false:hover,
.map-control-fullscreen-override-true:hover {
	background-color: #EBF4FA;
}