.world-map-vue{height:100%;position:relative}.world-map-vue .map-overlay{position:absolute;top:unset;bottom:2%;left:0;width:100%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.world-map-vue .map-overlay .map-overlay-content{padding:1rem;display:block;min-width:30%;max-width:80%;background:hsla(0,0%,100%,.9);border-radius:.6rem;-webkit-box-shadow:0 0 1px rgba(0,5,10,.25),0 .2rem 1rem rgba(0,5,10,.15);box-shadow:0 0 1px rgba(0,5,10,.25),0 .2rem 1rem rgba(0,5,10,.15)}.world-map-vue .map-overlay.map-overlay-top{top:2%;bottom:unset}#map-svg{height:100%}#color_bar{width:100%;height:5%;margin:auto}#color_bar:before{position:relative;top:100%;left:5%;content:"Low"}#color_bar:after{position:relative;top:100%;left:85%;content:"High"}