diff --git a/src/styles/global-styles.css b/src/styles/global-styles.css index 368567c3..211555f3 100755 --- a/src/styles/global-styles.css +++ b/src/styles/global-styles.css @@ -318,18 +318,18 @@ table.results-table{ /* -------------------------- */ /* Tables that make up forms */ /* -------------------------- */ - -table tr td.form-header{ - font-weight: bold; - background-color: #bc6c2550; - text-align: center; - border: 1px solid black; - padding-left: 30px; - padding-right: 30px; - font-size: 18px; - border-radius: 5px; - word-break: break-word; - width: 500px; +table tr td.form-header, +table tr th.form-header { + font-weight: bold; + background-color: #bc6c2550; + text-align: center; + border: 1px solid black; + padding-left: 30px; + padding-right: 30px; + font-size: 18px; + border-radius: 5px; + word-break: break-word; + width: 500px; } /* ------------------------------------------------- */