box-sizing: border-box;
}
-.table { display: table; width: 100%; position: relative; }
+.table { display: table; width: 100%; position: relative; border-collapse: collapse; }
.tr { display: table-row; }
.thead { display: table-header-group; }
.tbody { display: table-row-group; }
.tfoot { display: table-footer-group; }
-.td, .th { display: table-cell; }
+.td, .th { display: table-cell; vertical-align: middle; }
.th { font-weight: bold; }
.table[width="33%"], .th[width="33%"], .td[width="33%"] { width: 33%; }
input[type=password],
.cbi-dropdown {
width: 20em;
- font-size: 12px;
height: 22px;
+ font-family: inherit;
+ font-size: inherit;
}
select[multiple] {
font-weight: bold;
text-align: left;
display: none;
- padding: 1px;
+ padding: 1px 0;
white-space: nowrap;
}