1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
#page-wrapper
.cache-toggle
cursor: pointer
.side-panel
background-color: white
left: 70%
padding: 5px
position: fixed
top: 60px
width: 28%
.header
float: right
.corpus-doc-view
.annotated-field-wrapper
.annotated-field-runs
max-height: 200px
overflow-y: scroll
.list-group
.list-group-item-heading
display: inline-block
width: 60px
.simple-layout
height: 100%
.spinner
position: absolute
left: 50%
top: 50%
.table
tr
td
.active
font-weight: bold
text-decoration: underline
.column-tag
align-items: center
.doc-chooser
cursor: pointer
padding: 10px
.ngrams-selector
display: flex
.ngrams-chooser
padding: 3px
.trash
text-decoration: line-through
.context-menu
position: fixed