diff --git a/html/style.css b/html/style.css
index 19cfe4e..ffd4844 100644
--- a/html/style.css
+++ b/html/style.css
@@ -289,7 +289,9 @@ select {
position: sticky;
top: 0;
z-index: 10;
- box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.7);
+ box-shadow:
+ 0 -2px 2px -1px rgba(0, 0, 0, 0.5),
+ 0 2px 2px -1px rgba(0, 0, 0, 0.7);
}
.aircraft_table_header td {
font-size: smaller;