blob: 23dbe1d4f418c8165eb368eaa7dd984621abf0c9 [file] [log] [blame]
Tyler Scott3c17d5f2015-06-23 17:49:29 -06001html, body {
2 width: 100%;
3 height: 100%;
4 margin: 0;
5}
6
7.full-width {
8 width: 100%;
9}
10
11.sidebar {
12 height: 100%;
13 max-height: 100%;
14 overflow: auto;
15}
Tyler Scottf08ab962015-06-30 16:31:29 -060016
17.resultTable tr:nth-child(even) {
18 background-color: lightgray;
19}