59
60
61
62
63
64
65
66
67
68
69
70
71
72
|
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
|
+
+
+
+
+
|
}
details > * {
font-size: 12px;
font-variant: normal;
color: hsl(210, 0%, 0%);
cursor: auto;
}
details.inline {
padding: 3px;
width: 260px;
}
/*
Main buttons
*/
#buttons {
padding: 10px 0;
justify-content: center;
|
147
148
149
150
151
152
153
154
155
156
157
158
159
160
|
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
|
+
+
+
+
|
flex-grow: 1;
margin: 5px;
padding: 10px 15px 15px 15px;
background-color: hsl(0, 10%, 96%);
border-radius: 3px;
}
.space_container {
display: flex;
justify-content: space-between;
}
.typeline {
padding: 5px 10px;
}
.widelabel {
display: inline-block;
min-width: 80px;
|