+
diff --git a/justice40-frontend/src/pages/mapbox.module.css b/justice40-frontend/src/pages/mapbox.module.css
index fe9d83e2..e62a40bb 100644
--- a/justice40-frontend/src/pages/mapbox.module.css
+++ b/justice40-frontend/src/pages/mapbox.module.css
@@ -1,4 +1,17 @@
.mapContainer {
height: 400px;
width: 100%;
+ margin: 20em 0 20em 0;
+}
+
+.tooltip {
+ position: absolute;
+ margin: 8px;
+ padding: 4px;
+ background: rgba(0, 0, 0, 0.8);
+ color: #fff;
+ max-width: 300px;
+ font-size: 10px;
+ z-index: 9;
+ pointer-events: none;
}