diff --git a/css/style.css b/css/style.css
index cab75fb..2dbf8c2 100644
--- a/css/style.css
+++ b/css/style.css
@@ -770,3 +770,16 @@ table.dataTable.display tbody tr:hover.selected {
content: '\f06a'; /* fa-exclamation */
margin-left: 3px;
}
+
+#elevation-chart {
+ position: relative;
+}
+
+#no-elevation-data {
+ z-index: 1000;
+ margin: 0;
+ position: absolute;
+ top: 50%;
+ left: 50%;
+ transform: translate(-50%, -50%);
+}
diff --git a/index.html b/index.html
index e8b885b..c7272b3 100644
--- a/index.html
+++ b/index.html
@@ -1036,7 +1036,11 @@
-
+
+ No elevation data available for this route.
+