 html { height: 100% }
 body { height: 100%; margin: 0; padding: 0;}
 .map{ height: 100% }

   .results {
    background-color: white;
    opacity: 0.8;
    position: absolute;
    top: 12px;
    right: 12px;
    width: 320px;
    height: 480px;
    overflow-y: scroll;
}
