Update style.css
Browse files
style.css
CHANGED
@@ -103,6 +103,9 @@
|
|
103 |
.section_evalTable__table th {
|
104 |
font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
|
105 |
}
|
|
|
|
|
|
|
106 |
.section_evalTable__table td.td_a {
|
107 |
text-align: left;
|
108 |
}
|
|
|
103 |
.section_evalTable__table th {
|
104 |
font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
|
105 |
}
|
106 |
+
.section_evalTable__table th.th_model{
|
107 |
+
text-align: left;
|
108 |
+
}
|
109 |
.section_evalTable__table td.td_a {
|
110 |
text-align: left;
|
111 |
}
|