#map{
	border: 1px solid #EFEFEF;
	padding: 0 !important;
	height: 650px;
	background-color: #fff;
	width: 100%;
}

.ol-attribution {
    text-align: right;
    bottom: .5em;
    right: 1.7em;
    max-width: calc(100% - 1.3em);
}

.ol-unselectable {
	height: 20px;
}

.ol-mouse-position {
	z-index: 10;
    top: 5px;
    right: 20px;
    position: absolute;
    font-size: small
}

#exportMapDiv {
	position: absolute;
	z-index: 10;
  top: 10px;
  left: 45px;
}

#toolbarLayers {
    position: absolute;
    bottom: 60px;
    right: 15px;
}

@media only screen and (orientation: portrait) and (min-width: 350px) and (max-width: 575px) {
	#map-container{
		padding: 0 !important;
	}
	
	#map{
		border: 1px solid #EFEFEF;
		padding: 0 !important;
		height: 530px;
		background-color: #fff;
		width: 100%;
	}
	
	#toolbarLayers {
	    position: absolute;
	    bottom: 60px;
	    right: 15px;
	}
}