/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

 body {
   font-family: Helvetica, Arial, sans-serif;
 }


 #header {
   position: absolute;
   top: 0px;
   height: 32px;
   left: 0px;
   right: 0px;
   background: black;
   color: white;
 }

 #map {
   position: absolute;
   top: 32px;
   bottom: 0px;
   left: 0px;
   right: 0px;
 }

 #header div {
   float: left;
   width: 500px;
   padding: 7px;
 }

 #header div.data {
   width: 200px;
   padding: 7px;
   font-size: 0.9em;
 }


 .geohash-tile {
   font-weight: bold;
   border: 1px solid rgba(127, 127, 127, 0.3);
   position: absolute;
   color: rgba(0, 0, 0, 0.4);
   text-align: center;
   background: rgba(43, 27, 129, 0.4);
 }
