diff --git a/public_html/index.html b/public_html/index.html
index 5188bdf..4c2f4e4 100644
--- a/public_html/index.html
+++ b/public_html/index.html
@@ -198,7 +198,7 @@
- ICAO |
+ ICAO |
|
FLIGHT |
REGISTRATION |
diff --git a/public_html/style.css b/public_html/style.css
index c0bc047..e0f0172 100644
--- a/public_html/style.css
+++ b/public_html/style.css
@@ -134,6 +134,12 @@ div#loader { z-index: 99; position: absolute; left: 0; top: 0; bottom: 0; right:
font-family: "Courier New",monospace;
}
+.icaoCodeColumn {
+ font-family: "Courier New",monospace;
+ font-weight: bold;
+ text-transform: uppercase;
+}
+
.vPosition { background-color: #C3FFDF; }
.mlat { background-color: #C7EAFC; }
.squawk7500 { font-weight: bold; background-color: #ff5555; }