diff --git a/_static/live_bargaining.css b/_static/live_bargaining.css index ea8ba4a..fd2c126 100644 --- a/_static/live_bargaining.css +++ b/_static/live_bargaining.css @@ -269,9 +269,13 @@ tr.highlight:nth-child(even) { .likert-table td:first-child { text-align: left; + border-right: 1px solid black; } .likert-table th:first-child { text-align: left; } +.likert-table td:last-child { + border-left: 1px solid black; +}