/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/* .map-wrapper {
	position: absolute;
} */

 .buildingtextbox {
    display: none;
    padding: 6px;
    background-color: #304f5b;
    color: white;
    font-family: raleway;
    font-size: 16px;
    position:fixed;
    border: 1px solid #304f5b;
    z-index: 999;
}