| 
194
195
196
197
198
199
200
201
202
203
204205
206207
208
209
210
211212
213
214
215
216
217
218
219
220
221
222
223
224
225
226 | 
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
 | 
-
-
+
-
+
-
+
-
-
+
+
-
-
-
-
-
-
 | 
.tl-line.dotted.v {
  width: 0px;
  border-left-width: 2px;
  border-left-style: dotted;
  background: rgba(255,255,255,0);
}
.tl-tooltip {
background-color: #fecd4b;
  color: black;
  text-align: center;  font-size: .9em;background-color: #ffffe2;  padding: 5px;
padding: 5px 1em;
  border: 1px solid black;border-radius: 6px;
  position: absolute;
  z-index: 100;
}
.tl-tooltip a {  box-shadow: 2px 2px 2px 0px rgba(128,128,128,0.67);  background-color: #fbackground-color: #fecd4b;
  color: #004080;fffe2;
  color: #0000ee;}
span.tagDsp {
  font-weight: bold;
}
span.wikiError {
  font-weight: bold;}.tl-tooltip a:link, .tl-tooltip a:active, .tl-tooltip a:visited {  text-decoration: underline;}.tl-tooltip a:hover {  text-decoration: none; |