1.archived {
2    background-color: #ffc107;;
3}
4
5#contentTable.major .colTime {
6    white-space: nowrap;
7}
8
9#contentTable.major .colId, #contentTable.major .colDuration, #contentTable.major .colFrames, #contentTable.major .colAlarmFrames, #contentTable.major .colTotScore, #contentTable.major .colMaxScore, #contentTable.major .colAvgScore {
10    text-align: center;
11}
12
13#contentTable.major td.colDuration {
14    text-align: right;
15    padding-right: 8px;
16}
17
18#header {
19    display: flex;
20    justify-content: space-between;
21}
22
23#header h2, #header a {
24    line-height: 1.1;
25    margin:5px 0 0 0;
26}
27
28#header #info, #header #pagination, #header #controls {
29    display: flex;
30    flex-direction: column;
31}
32
33#header #controls {
34    align-items: flex-end;
35}
36
37#header #pagination {
38    align-items: center;
39}
40
41/* Dirty hack to fix up/down buttons on pagination number input */
42input[type="number"].form-control {
43  padding: 5px;
44}
45