File size: 1,326 Bytes
09bcb28
 
43243d3
09bcb28
 
 
 
 
 
 
 
 
4c05cb5
09bcb28
17194f4
 
cdc5113
6d79c79
a89ee8c
aaff7ac
608c7c2
1c5fd24
6d79c79
 
 
 
4ab82f9
e94c72d
0cea630
55e6a34
 
2700fab
 
 
55e6a34
4ab82f9
 
10830a1
e3136a0
37fdc1c
 
10830a1
37fdc1c
e3136a0
cdc5113
321cdec
 
 
 
60db6fe
 
 
ff768f3
 
 
67cfa51
ff768f3
 
c80fe87
 
 
0678e4d
c80fe87
09071fb
ff768f3
 
c80fe87
60db6fe
4358119
60db6fe
 
43243d3
4358119
60db6fe
 
 
 
 
 
 
 
b86661e
c9ef4dd
 
ac3390f
43243d3
c9ef4dd
 
 
a790998
43243d3
2214b58
 
 
 
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
/* Global page and element settings ----------------------------------------------------- */
body {
/*  font-size: 16px;*/
  font-family: "Montserrat", Helvetica, sans-serif !important;
}

/* Colors */
.dark-blue {
  color: #20364c !important;
}

p, table, tr, td, ul, li, blockquote, nav, a, footer, dl, dt, dd {
  font-size: 1.1rem;
  font-weight: 400;
}


/*
ul {
  width: 100%;
  padding: 32px;
}
.row {
  width: 100%;
  display: table;
} */

.convo-table {
  width: 95%;
  padding-top: 10rem;
  padding-left: 2.5rem;
}

html {
  scroll-padding-top: 10rem;
}

.spka {
/*   text-align: right; */
  color: #0274ba;
}
.spkb {
  text-align: left;
  color: #700303;
}

/* .text {
  background: #e7fefc;
} */





.half-audio {
  padding: 4%;
}

.stuck-audio {
  position: fixed;
  top: 0;
  width: 100%;
  background: #e7fefc;
}



/* Transcript styles */
.movControl, .movControla, .movControlb {
	background: #FFFFFF;
	color: #999;
    font-size: 1.25rem;
    cursor: pointer;
    }
.selected {
    background: #D7F0FF;
    }
span[name="utterance"]:hover {
    cursor: pointer;
}
.uttPlaying {
    background: #FFF68F;
    }
em.linenumber { 
    display: inline-block;
    width: 3.75rem;
	color:#999;
	font-style: normal;
	background:#FFFFFF;
    text-align: right;
    padding-right: 1rem;
    }
td {
vertical-align: top;
}