diff --git a/html/index.html b/html/index.html
index a519d97..a1375a7 100644
--- a/html/index.html
+++ b/html/index.html
@@ -25,16 +25,6 @@
-
-
- This map includes inaccurate / very approximate positions, errors of 200 nmi or more are not unusual.
-
- If no ADS-B / MLAT info is available but at least 1 receiver is receiving ModeS data from a hex, the aircraft is placed where the receiving station on average receives planes which do have a location.
-
- Please add a disclaimer to any screenshots of this website or better yet just report that an aircraft was spotted in the approximate area WITHOUT using screenshots.
-
-
-
@@ -1031,6 +1021,17 @@
+
+
+ This map includes inaccurate / very approximate positions, errors of 200 nmi or more are not unusual.
+
+ If no ADS-B / MLAT info is available but at least 1 receiver is receiving ModeS data from a hex, the aircraft is placed where the receiving station on average receives planes which do have a location.
+
+ Please add a disclaimer to any screenshots of this website or better yet just report that an aircraft was spotted in the approximate area WITHOUT using screenshots.
+
+
+
+
diff --git a/html/style.css b/html/style.css
index fa3ace4..69e0109 100644
--- a/html/style.css
+++ b/html/style.css
@@ -251,6 +251,13 @@ select {
text-align: center;
}
+.inaccurate_warning {
+ position: absolute; top: calc( 25px * var(--SCALE)); left: calc( 280px * var(--SCALE));
+ width: 50%;
+ background-color: var(--BGCOLOR1);
+ padding: calc( 5px * var(--SCALE));
+}
+
#js_error {
position: absolute;
bottom: 5px;