.ol-control {
	background: transparent;
}

.ol-control button {
	border-radius: 0 !important;
	background: #efefdd;
	border: 1px solid #cba;
	color: #278;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.ol-control button:focus, .ol-control button:hover {
	background: #cba;
	color: #fff;
}

.ol-overviewmap.ol-unselectable.ol-control {
	border-radius: 0;
	background: rgba(255, 255, 255, 0.9)
}

.ol-overviewmap .ol-overviewmap-map {
	border-color: #278;
}

.ol-overviewmap-box {
	border: 1px solid #f66;
	box-shadow: 1px 1px 0 rgba(0, 0, 0, .6);
}

.ol-control>button.disabled {
	display: none;
}

.ol-attribution li .partnerlogo {
	position:static;
    max-height: 150px;
    max-width: 150px;
	margin-top: 10px;
}
.ol-attribution ul {
	padding: 10px 0!important;
	
}
.ol-attribution:not(.ol-collapsed) {
	background: white!important;
}