+h1 small a {
+ font-size: 0.5em;
+ white-space: nowrap;
+}
+h2 {
+ font-size: 2em;
+ padding-left: 8px;
+ background-color: white;
+}
+h3 {
+ font-size: 1.5em;
+ padding-left: 8px;
+}
+
+tr.all-columns {
+ background-color: white !important;
+ border: none;
+}
+tr.all-columns td {
+ border-top: none !important;
+ padding-left: 0 !important;
+}
+
+.table {
+ width: 100%;
+}
+.table td {
+ font-size: 0.9em;
+}
+.table>thead>tr>td, .table>tbody>tr>td {
+ padding: 2px 8px;