diff --git a/src/main/webapp/PerformFishAnalytics.css b/src/main/webapp/PerformFishAnalytics.css index 15eb5c8..de6fe03 100644 --- a/src/main/webapp/PerformFishAnalytics.css +++ b/src/main/webapp/PerformFishAnalytics.css @@ -191,7 +191,7 @@ the-central-table td { table.synoptictable { font-family: verdana, arial, sans-serif; - font-size: 10px; + font-size: 16px; border-collapse: collapse; margin-top: 20px; background-color: #FFF; @@ -202,6 +202,7 @@ table.synoptictable td { padding: 5px; border-left: 1px solid #e3e3e3; border-right: 1px solid #e3e3e3; + font-size: 16px; } table.synoptictable tr:first-child td { @@ -216,10 +217,22 @@ table.synoptictable tr:first-child { border-right: none; } -table.synoptictable tr:nth-child(even) { +table.synoptictable tr:nth-child(4n+0) { background-color: #f2f2f2; } +table.synoptictable td:nth-child(3) { + font-weight: bold; +} + +table.synoptictable tr:nth-child(2) { + font-weight: bold; +} + +table.synoptictable tr:nth-child(3) { + font-weight: bold; +} + table.synoptictable td:first-child { border-left: none; }