html, body {
	width: 100%;
	height: 100%;
	margin: 0;
        padding: 0;
}

#basicMap {
    height: 100%;
    width: 100vw;
}


.error {
  color: black;
  font-weight: bold;
  font-size: big;
  border: 3px solid #990000;
  background-color: #E9C9C9;
  padding: 6px;

}

.info {
    padding: 6px 8px;
    font: 12px/14px Arial, Helvetica, sans-serif;
    color: #333;
    background: white;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
}

.info h4 {
    margin: 0 0 5px;
    color: #777;
    font-size: 13px;
    line-height: 15px;
}

.info .qwinfolabel {
   font-weight: bold; 
}

.leaflet-container .leaflet-control-mouseposition {
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 5px #bbb;
  padding: 0 5px;
  margin:0;
  color: #333;
  font: 11px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.postcodesearch-link {
   background-size: 20px 20px;
   background-position: center;
   background-repeat: no-repeat;
   cursor: pointer;
}