-
Notifications
You must be signed in to change notification settings - Fork 0
/
cidades_SC_covid19.html
573 lines (497 loc) · 118 KB
/
cidades_SC_covid19.html
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
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
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta http-equiv="X-UA-Compatible" content="IE=EDGE" />
<title>Cidades de SC - resumo geral</title>
<script src="site_libs/jquery-1.12.4/jquery.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="site_libs/bootstrap-3.3.5/css/journal.min.css" rel="stylesheet" />
<script src="site_libs/bootstrap-3.3.5/js/bootstrap.min.js"></script>
<script src="site_libs/bootstrap-3.3.5/shim/html5shiv.min.js"></script>
<script src="site_libs/bootstrap-3.3.5/shim/respond.min.js"></script>
<script src="site_libs/navigation-1.1/tabsets.js"></script>
<script src="site_libs/navigation-1.1/codefolding.js"></script>
<link href="site_libs/highlightjs-9.12.0/default.css" rel="stylesheet" />
<script src="site_libs/highlightjs-9.12.0/highlight.js"></script>
<script src="site_libs/htmlwidgets-1.5.1/htmlwidgets.js"></script>
<link href="site_libs/datatables-css-0.0.0/datatables-crosstalk.css" rel="stylesheet" />
<script src="site_libs/datatables-binding-0.13/datatables.js"></script>
<link href="site_libs/dt-core-1.10.20/css/jquery.dataTables.min.css" rel="stylesheet" />
<link href="site_libs/dt-core-1.10.20/css/jquery.dataTables.extra.css" rel="stylesheet" />
<script src="site_libs/dt-core-1.10.20/js/jquery.dataTables.min.js"></script>
<link href="site_libs/crosstalk-1.1.0.1/css/crosstalk.css" rel="stylesheet" />
<script src="site_libs/crosstalk-1.1.0.1/js/crosstalk.min.js"></script>
<link href="site_libs/bootstrap-select-1.12.1/dist/css/bootstrap-select.min.css" rel="stylesheet" />
<script src="site_libs/bootstrap-select-1.12.1/dist/js/bootstrap-select.min.js"></script>
<script src="site_libs/bsselect-binding-0.1.0/bsselect.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-76878372-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-76878372-3');
</script>
<style type="text/css">code{white-space: pre;}</style>
<style type="text/css">
pre:not([class]) {
background-color: white;
}
</style>
<script type="text/javascript">
if (window.hljs) {
hljs.configure({languages: []});
hljs.initHighlightingOnLoad();
if (document.readyState && document.readyState === "complete") {
window.setTimeout(function() { hljs.initHighlighting(); }, 0);
}
}
</script>
<style type="text/css">
h1 {
font-size: 34px;
}
h1.title {
font-size: 38px;
}
h2 {
font-size: 30px;
}
h3 {
font-size: 24px;
}
h4 {
font-size: 18px;
}
h5 {
font-size: 16px;
}
h6 {
font-size: 12px;
}
.table th:not([align]) {
text-align: left;
}
</style>
<link rel="stylesheet" href="styles.css" type="text/css" />
<style type = "text/css">
.main-container {
max-width: 940px;
margin-left: auto;
margin-right: auto;
}
code {
color: inherit;
background-color: rgba(0, 0, 0, 0.04);
}
img {
max-width:100%;
}
.tabbed-pane {
padding-top: 12px;
}
.html-widget {
margin-bottom: 20px;
}
button.code-folding-btn:focus {
outline: none;
}
summary {
display: list-item;
}
</style>
<style type="text/css">
/* padding for bootstrap navbar */
body {
padding-top: 61px;
padding-bottom: 40px;
}
/* offset scroll position for anchor links (for fixed navbar) */
.section h1 {
padding-top: 66px;
margin-top: -66px;
}
.section h2 {
padding-top: 66px;
margin-top: -66px;
}
.section h3 {
padding-top: 66px;
margin-top: -66px;
}
.section h4 {
padding-top: 66px;
margin-top: -66px;
}
.section h5 {
padding-top: 66px;
margin-top: -66px;
}
.section h6 {
padding-top: 66px;
margin-top: -66px;
}
.dropdown-submenu {
position: relative;
}
.dropdown-submenu>.dropdown-menu {
top: 0;
left: 100%;
margin-top: -6px;
margin-left: -1px;
border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after {
display: block;
content: " ";
float: right;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
border-width: 5px 0 5px 5px;
border-left-color: #cccccc;
margin-top: 5px;
margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
left: -100%;
margin-left: 10px;
border-radius: 6px 0 6px 6px;
}
</style>
<script>
// manage active state of menu based on current page
$(document).ready(function () {
// active menu anchor
href = window.location.pathname
href = href.substr(href.lastIndexOf('/') + 1)
if (href === "")
href = "index.html";
var menuAnchor = $('a[href="' + href + '"]');
// mark it active
menuAnchor.parent().addClass('active');
// if it's got a parent navbar menu mark it active as well
menuAnchor.closest('li.dropdown').addClass('active');
});
</script>
<!-- tabsets -->
<style type="text/css">
.tabset-dropdown > .nav-tabs {
display: inline-table;
max-height: 500px;
min-height: 44px;
overflow-y: auto;
background: white;
border: 1px solid #ddd;
border-radius: 4px;
}
.tabset-dropdown > .nav-tabs > li.active:before {
content: "";
font-family: 'Glyphicons Halflings';
display: inline-block;
padding: 10px;
border-right: 1px solid #ddd;
}
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
content: "";
border: none;
}
.tabset-dropdown > .nav-tabs.nav-tabs-open:before {
content: "";
font-family: 'Glyphicons Halflings';
display: inline-block;
padding: 10px;
border-right: 1px solid #ddd;
}
.tabset-dropdown > .nav-tabs > li.active {
display: block;
}
.tabset-dropdown > .nav-tabs > li > a,
.tabset-dropdown > .nav-tabs > li > a:focus,
.tabset-dropdown > .nav-tabs > li > a:hover {
border: none;
display: inline-block;
border-radius: 4px;
background-color: transparent;
}
.tabset-dropdown > .nav-tabs.nav-tabs-open > li {
display: block;
float: none;
}
.tabset-dropdown > .nav-tabs > li {
display: none;
}
</style>
<!-- code folding -->
<style type="text/css">
.code-folding-btn { margin-bottom: 4px; }
</style>
</head>
<body>
<div class="container-fluid main-container">
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">COVID19-SC</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">
Brasil
<span class="caret"></span>
</a>
<ul class="dropdown-menu" role="menu">
<li>
<a href="comparativo_paises_covid19.html">Comparativos</a>
</li>
<li class="divider"></li>
<li>
<a href="evolucao_brasil_covid19.html">Evolução no país</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">
Estados
<span class="caret"></span>
</a>
<ul class="dropdown-menu" role="menu">
<li>
<a href="evolucao_temporal_covid19.html">Evolução temporal por estado</a>
</li>
<li class="divider"></li>
<li>
<a href="infectados_por_estado_covid19.html">Infectados por estado</a>
</li>
<li class="divider"></li>
<li>
<a href="obitos_por_estado_covid19.html">Óbitos por estado</a>
</li>
<li class="divider"></li>
<li>
<a href="incidencia_estados_covid19.html">Incidência nos estados</a>
</li>
<li class="divider"></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">
Santa Catarina
<span class="caret"></span>
</a>
<ul class="dropdown-menu" role="menu">
<li>
<a href="resumo_SC_covid19.html">Resumo SC</a>
</li>
<li class="divider"></li>
<li>
<a href="municipios_SC_covid19.html">Municípios</a>
</li>
<li class="divider"></li>
<li class="dropdown-header">Macrorregiões</li>
<li class="divider"></li>
<li>
<a href="regiao_fln_covid19.html">Grande Florianópolis</a>
</li>
<li>
<a href="regiao_fi_covid19.html">Foz do Itajaí</a>
</li>
<li>
<a href="regiao_pnne_covid19.html">Planalto N/NE</a>
</li>
<li>
<a href="regiao_av_covid19.html">Alto Vale</a>
</li>
<li>
<a href="regiao_mo_covid19.html">Meio Oeste</a>
</li>
<li>
<a href="regiao_sul_covid19.html">Região Sul</a>
</li>
<li>
<a href="regiao_go_covid19.html">Grande Oeste</a>
</li>
<li class="divider"></li>
<li>
<a href="mapas_sc_covid19.html">Mapas</a>
</li>
<li class="divider"></li>
<li>
<a href="leitos_SC_covid19.html">Leitos Hospitalares</a>
</li>
<li class="divider"></li>
<li>
<a href="subnotificacao_covid19.html">Subnotificação</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">
Métodos/Modelos
<span class="caret"></span>
</a>
<ul class="dropdown-menu" role="menu">
<li class="divider"></li>
<li class="dropdown-header">Métodos</li>
<li class="divider"></li>
<li>
<a href="metodo_estimativa_exponencial.html">Método ajuste exponencial</a>
</li>
<li class="divider"></li>
<li class="dropdown-header">Modelos matemáticos</li>
<li class="divider"></li>
<li>
<a href="modelo_SEIR_modificado_covid19.html">Modelo SEIR modificado</a>
</li>
<li class="divider"></li>
<li>
<a href="modelo_icl_covid19.html">Modelo Imperial College London</a>
</li>
</ul>
</li>
<li>
<a href="simulacoes_3d_covid19.html">Simulações</a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">
Artigos
<span class="caret"></span>
</a>
<ul class="dropdown-menu" role="menu">
<li>
<a href="remdesivir_ensaios_clinicos.html">Avanços na ciência - remdesivir </a>
</li>
<li>
<a href="coronavirus.html">Os Coronavírus</a>
</li>
<li>
<a href="simulacoes_probabilisticas.html">Simulação estocástica</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">
Equipe
<span class="caret"></span>
</a>
<ul class="dropdown-menu" role="menu">
<li>
<a href="equipe.html">Equipe</a>
</li>
</ul>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
</ul>
</div><!--/.nav-collapse -->
</div><!--/.container -->
</div><!--/.navbar -->
<div class="fluid-row" id="header">
<div class="btn-group pull-right">
<button type="button" class="btn btn-default btn-xs dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><span>Code</span> <span class="caret"></span></button>
<ul class="dropdown-menu" style="min-width: 50px;">
<li><a id="rmd-show-all-code" href="#">Show All Code</a></li>
<li><a id="rmd-hide-all-code" href="#">Hide All Code</a></li>
</ul>
</div>
<h1 class="title toc-ignore">Cidades de SC - resumo geral</h1>
</div>
<button type="button" class="btn btn-success disabled">
Atualizado em: 23-07-2020
</button>
<button type="button" class="btn btn-warning disabled">
Em construção
</button>
<p><br></br></p>
<div id="principais-cidades-de-sc-com-relação-ao-número-de-confirmados" class="section level2">
<h2>Principais cidades de SC com relação ao número de confirmados</h2>
<p><br></br></p>
<div id="htmlwidget-e8c60e2d67d677d11199" style="width:100%;height:auto;" class="datatables html-widget"></div>
<script type="application/json" data-for="htmlwidget-e8c60e2d67d677d11199">{"x":{"filter":"none","data":[["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","96","97","98","99","100","101","102","103","104","105","106","107","108","109","110","111","112","113","114","115","116","117","118","119","120","121","122","123","124","125","126","127","128","129","130","131","132","133","134","135","136","137","138","139","140","141","142","143","144","145","146","147","148","149","150","151","152","153","154","155","156","157","158","159","160","161","162","163","164","165","166","167","168","169","170","171","172","173","174","175","176","177","178","179","180","181","182","183","184","185","186","187","188","189","190","191","192","193","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","220","221","222","223","224","225","226","227","228","229","230","231","232","233","234","235","236","237","238","239","240","241","242","243","244","245","246","247","248","249","250","251","252","253","254","255","256","257","258","259","260","261","262","263","264","265","266","267","268","269","270","271","272","273","274","275","276","277","278","279","280","281","282","283","284","285","286","287","288","289","290","291","292","293"],["Joinville ","Blumenau ","Balneário Camboriú ","Chapecó ","Itajaí ","Florianópolis ","Palhoça ","Criciúma ","Concórdia ","Brusque ","São José ","Tubarão ","Camboriú ","Navegantes ","Itapema ","Xanxerê ","Importados/Indefinidos ","Xaxim ","Gaspar ","Bombinhas ","Jaraguá do Sul ","Braço do Norte ","Lages ","Biguaçu ","Tijucas ","Indaial ","São Francisco do Sul ","São João Batista ","Porto Belo ","Penha ","Seara ","Araquari ","Imbituba ","Ipuaçu ","São Ludgero ","Timbó ","Capivari de Baixo ","Araranguá ","Pomerode ","Guaramirim ","Rio do Sul ","Campos Novos ","São Bento do Sul ","Forquilhinha ","Joaçaba ","Maravilha ","Governador Celso Ramos ","Urussanga ","Três Barras ","Canoinhas ","Entre Rios ","Balneário Piçarras ","Capinzal ","Içara ","Herval d'Oeste ","Videira ","Barra Velha ","Canelinha ","Nova Veneza ","Ilhota ","São Miguel do Oeste ","Itapiranga ","Guabiruba ","Laguna ","Pinhalzinho ","Massaranduba ","Taió ","Faxinal dos Guedes ","Itapoá ","Mafra ","Curitibanos ","Sombrio ","Corupá ","Antônio Carlos ","Palmitos ","Orleans ","Santo Amaro da Imperatriz ","Jaguaruna ","Balneário Barra do Sul ","Garuva ","Ituporanga ","Morro da Fumaça ","Caçador ","Rio Negrinho ","Monte Carlo ","Abelardo Luz ","Ipumirim ","Fraiburgo ","Pescaria Brava ","Gravatal ","Lindóia do Sul ","Quilombo ","Nova Trento ","Balneário Arroio do Silva ","Garopaba ","Sangão ","Saudades ","Schroeder ","Guatambú ","Coronel Freitas ","São Martinho ","Zortéa ","Siderópolis ","Armazém ","Tunápolis ","Anita Garibaldi ","Cocal do Sul ","Luiz Alves ","Ouro ","Modelo ","Turvo ","Catanduvas ","Irani ","Salete ","Passo de Torres ","Abdon Batista ","Itá ","Cunha Porã ","Santa Rosa do Sul ","Botuverá ","Balneário Rincão ","Grão Pará ","Morro Grande ","Santa Cecília ","Vargem Bonita ","Otacílio Costa ","Agrolândia ","Erval Velho ","Treze Tílias ","Águas Mornas ","Benedito Novo ","Campo Erê ","Nova Erechim ","Rio Fortuna ","São Joaquim ","Xavantina ","Meleiro ","Piratuba ","Arabutã ","Timbé do Sul ","Bom Jesus ","Ponte Serrada ","São Lourenço do Oeste ","Marema ","Paulo Lopes ","Porto União ","São Domingos ","São Carlos ","Treze de Maio ","Trombudo Central ","Rodeio ","Caxambu do Sul ","Iraceminha ","Lauro Muller ","Dionísio Cerqueira ","Imaruí ","Luzerna ","Angelina ","São João do Itaperiú ","Mirim Doce ","Ibirama ","Iporã do Oeste ","Jaborá ","Presidente Getúlio ","Ascurra ","Maracajá ","Mondaí ","Serra Alta ","Arroio Trinta ","Sul Brasil ","Agronômica ","Cordilheira Alta ","Major Gercino ","Ponte Alta do Norte ","Romelândia ","Tigrinhos ","Jacinto Machado ","Peritiba ","São Cristovão do Sul ","Aurora ","Correia Pinto ","Lajeado Grande ","São José do Cerrito ","São Pedro de Alcântara ","Vargem ","Arvoredo ","Águas de Chapecó ","Balneário Gaivota ","Papanduva ","Pouso Redondo ","Água Doce ","Caibi ","Passos Maia ","Tangará ","Alfredo Wagner ","Presidente Castello Branco ","São João do Oeste ","São José do Cedro ","São Miguel da Boa Vista ","Apiúna ","Itaiópolis ","Nova Itaberaba ","Rio do Campo ","São Bonifácio ","Descanso ","Ipira ","Praia Grande ","Rio do Oeste ","Treviso ","Celso Ramos ","Dona Emma ","Ibicaré ","Imbuia ","Laurentino ","Ouro Verde ","Palma Sola ","Lontras ","Planalto Alegre ","Rio dos Cedros ","Urubici ","Formosa do Sul ","Guaraciaba ","Paial ","Rancho Queimado ","Santiago do Sul ","Campo Alegre ","Jupiá ","Santa Terezinha ","São Bernardino ","Riqueza ","Witmarsum ","Braço do Trombudo ","Anchieta ","Santa Helena ","Santa Terezinha do Progresso","Brunópolis ","Jardinópolis ","José Boiteux ","Lacerdópolis ","Anitápolis ","Saltinho ","Santa Rosa de Lima ","Atalanta ","Pedras Grandes ","Vidal Ramos ","Princesa ","São João do Sul ","Vargeão ","Galvão ","Paraíso ","Ponte Alta ","Timbó Grande ","União do Oeste ","Cunhataí ","Rio Rufino ","Alto Bela Vista ","Bom Retiro ","Guarujá do Sul ","Irati ","Monte Castelo ","Campo Belo do Sul ","Coronel Martins ","Frei Rogério ","Salto Veloso ","Doutor Pedrinho ","Ibiam ","Irineópolis ","Palmeira ","Presidente Nereu ","Rio das Antas ","Águas Frias ","Bela Vista do Toldo ","Calmon ","Ermo ","Flor do Sertão ","Lebon Régis ","Petrolândia ","Vitor Meireles ","Bocaina do Sul ","Cerro Negro ","Novo Horizonte ","Pinheiro Preto ","Bandeirante ","Belmonte ","Bom Jardim da Serra ","Bom Jesus do Oeste ","Chapadão do Lageado ","Iomerê ","Leoberto Leal ","Macieira ","Capão Alto ","Major Vieira ","Painel "],["<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 100.00%\">5325<\/span>","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 76.67%\">3772<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 69.52%\">3296<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 68.77%\">3246<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 61.75%\">2779<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 59.96%\">2660<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 47.60%\">1837<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 46.79%\">1783<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 44.88%\">1656<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 41.86%\">1455<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 41.41%\">1425<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 36.81%\">1119<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 35.79%\">1051<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 33.48%\">897<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 33.46%\">896<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 33.43%\">894<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 33.28%\">884<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 31.21%\">746<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 31.07%\">737<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 30.73%\">714<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 30.26%\">683<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 30.22%\">680<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 29.48%\">631<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 29.42%\">627<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 29.24%\">615<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 28.13%\">541<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 26.67%\">444<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 26.35%\">423<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 25.41%\">360<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 25.39%\">359<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 25.38%\">358<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 25.00%\">333<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 24.79%\">319<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 24.69%\">312<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 24.67%\">311<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 24.58%\">305<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 24.27%\">284<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 24.19%\">279<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 24.12%\">274<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 23.92%\">261<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 23.71%\">247<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 23.59%\">239<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 23.58%\">238<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 23.55%\">236<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 23.47%\">231<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 23.43%\">228<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 23.35%\">223<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 23.35%\">223<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 23.34%\">222<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 23.08%\">205<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 23.06%\">204<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 23.05%\">203<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 23.00%\">200<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 22.97%\">198<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 22.91%\">194<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 22.88%\">192<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 22.82%\">188<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 22.69%\">179<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 22.67%\">178<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 22.66%\">177<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 22.54%\">169<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 22.52%\">168<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 22.46%\">164<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 22.43%\">162<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 22.36%\">157<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 22.33%\">155<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 22.28%\">152<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 22.19%\">146<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 22.19%\">146<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 22.19%\">146<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 22.07%\">138<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 22.06%\">137<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 22.04%\">136<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 21.97%\">131<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 21.97%\">131<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 21.91%\">127<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 21.86%\">124<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 21.83%\">122<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 21.80%\">120<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 21.76%\">117<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 21.76%\">117<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 21.76%\">117<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 21.65%\">110<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 21.61%\">107<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 21.49%\">99<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 21.43%\">95<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 21.43%\">95<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 21.40%\">93<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 21.35%\">90<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 21.34%\">89<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 21.32%\">88<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 21.32%\">88<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 21.31%\">87<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 21.25%\">83<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 21.20%\">80<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 21.19%\">79<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 21.13%\">75<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 21.13%\">75<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 21.11%\">74<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 21.10%\">73<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 21.08%\">72<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 21.08%\">72<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 21.07%\">71<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 21.05%\">70<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 21.05%\">70<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 21.04%\">69<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 21.04%\">69<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 21.04%\">69<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 21.04%\">69<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 21.02%\">68<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.99%\">66<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.93%\">62<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.93%\">62<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.93%\">62<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.92%\">61<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.90%\">60<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.89%\">59<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.87%\">58<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.86%\">57<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.83%\">55<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.81%\">54<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.77%\">51<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.77%\">51<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.77%\">51<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.77%\">51<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.75%\">50<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.74%\">49<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.72%\">48<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.72%\">48<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.71%\">47<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.71%\">47<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.71%\">47<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.71%\">47<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.71%\">47<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.69%\">46<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.69%\">46<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.68%\">45<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.68%\">45<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.66%\">44<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.66%\">44<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.65%\">43<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.65%\">43<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.65%\">43<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.63%\">42<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.63%\">42<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.62%\">41<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.62%\">41<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.60%\">40<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.60%\">40<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.60%\">40<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.59%\">39<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.57%\">38<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.57%\">38<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.57%\">38<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.56%\">37<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.56%\">37<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.56%\">37<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.54%\">36<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.54%\">36<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.53%\">35<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.51%\">34<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.51%\">34<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.51%\">34<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.51%\">34<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.50%\">33<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.50%\">33<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.50%\">33<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.50%\">33<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.48%\">32<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.48%\">32<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.47%\">31<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.47%\">31<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.47%\">31<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.47%\">31<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.47%\">31<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.47%\">31<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.45%\">30<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.45%\">30<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.44%\">29<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.42%\">28<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.42%\">28<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.42%\">28<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.42%\">28<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.42%\">28<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.42%\">28<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.41%\">27<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.39%\">26<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.39%\">26<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.39%\">26<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.39%\">26<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.38%\">25<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.38%\">25<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.36%\">24<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.36%\">24<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.35%\">23<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.35%\">23<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.35%\">23<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.35%\">23<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.35%\">23<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.33%\">22<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.33%\">22<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.33%\">22<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.33%\">22<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.33%\">22<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.32%\">21<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.30%\">20<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.30%\">20<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.30%\">20<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.30%\">20<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.29%\">19<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.29%\">19<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.29%\">19<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.29%\">19<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.29%\">19<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.29%\">19<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.29%\">19<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.27%\">18<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.27%\">18<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.27%\">18<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.27%\">18<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.26%\">17<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.26%\">17<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.26%\">17<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.26%\">17<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.26%\">17<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.24%\">16<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.24%\">16<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.24%\">16<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.24%\">16<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.23%\">15<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.23%\">15<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.21%\">14<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.20%\">13<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.20%\">13<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.20%\">13<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.18%\">12<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.18%\">12<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.18%\">12<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.18%\">12<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.17%\">11<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.17%\">11<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.17%\">11<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.15%\">10<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.15%\">10<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.15%\">10<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.14%\">9<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.14%\">9<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.14%\">9<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.12%\">8<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.12%\">8<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.12%\">8<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.12%\">8<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.12%\">8<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.11%\">7<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.11%\">7<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.09%\">6<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.09%\">6<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.09%\">6<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.09%\">6<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.09%\">6<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.08%\">5<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.08%\">5<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.08%\">5<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.08%\">5<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.06%\">4<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.06%\">4<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.06%\">4<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.06%\">4<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.06%\">4<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.06%\">4<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.05%\">3<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.05%\">3<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.05%\">3<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.05%\">3<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.05%\">3<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.05%\">3<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.05%\">3<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.05%\">3<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.03%\">2<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.03%\">2<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.03%\">2<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.03%\">2<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.02%\">1<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.02%\">1<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.02%\">1<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.02%\">1<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.02%\">1<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.02%\">1<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.02%\">1<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.02%\">1<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: orange; width: 20.00%\">0<\/span> "],["<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 100.00%\">98<\/span>","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 45.31%\">31<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 44.49%\">30<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 30.61%\">13<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 79.59%\">73<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 51.84%\">39<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 34.69%\">18<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 37.14%\">21<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 31.43%\">14<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 32.24%\">15<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 40.41%\">25<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 35.51%\">19<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 35.51%\">19<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 37.14%\">21<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 35.51%\">19<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 28.16%\">10<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 36.33%\">20<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 29.80%\">12<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.82%\">1<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 27.35%\">9<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 24.90%\">6<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 25.71%\">7<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 28.16%\">10<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 25.71%\">7<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 24.08%\">5<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 24.08%\">5<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 25.71%\">7<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 22.45%\">3<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 28.98%\">11<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.82%\">1<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 22.45%\">3<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.82%\">1<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 22.45%\">3<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 21.63%\">2<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 21.63%\">2<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 21.63%\">2<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 23.27%\">4<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 21.63%\">2<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 23.27%\">4<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 21.63%\">2<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 21.63%\">2<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 24.90%\">6<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 21.63%\">2<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.82%\">1<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.82%\">1<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.82%\">1<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 25.71%\">7<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 22.45%\">3<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 21.63%\">2<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.82%\">1<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 21.63%\">2<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 22.45%\">3<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 22.45%\">3<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.82%\">1<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.82%\">1<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 21.63%\">2<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.82%\">1<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 22.45%\">3<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 24.90%\">6<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.82%\">1<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 21.63%\">2<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.82%\">1<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 22.45%\">3<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.82%\">1<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 22.45%\">3<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 23.27%\">4<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 24.90%\">6<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 23.27%\">4<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.82%\">1<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.82%\">1<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.82%\">1<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.82%\">1<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 21.63%\">2<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 24.08%\">5<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 22.45%\">3<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 22.45%\">3<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 21.63%\">2<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 21.63%\">2<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 22.45%\">3<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 22.45%\">3<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 22.45%\">3<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.82%\">1<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.82%\">1<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 21.63%\">2<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 22.45%\">3<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.82%\">1<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.82%\">1<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.82%\">1<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.82%\">1<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 22.45%\">3<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.82%\">1<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 21.63%\">2<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.82%\">1<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 21.63%\">2<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 21.63%\">2<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.82%\">1<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.82%\">1<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 21.63%\">2<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 21.63%\">2<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.82%\">1<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.82%\">1<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.82%\">1<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 22.45%\">3<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.82%\">1<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.82%\">1<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 21.63%\">2<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.82%\">1<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.82%\">1<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.82%\">1<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.82%\">1<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.82%\">1<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.82%\">1<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.82%\">1<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 22.45%\">3<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 23.27%\">4<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.82%\">1<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.82%\">1<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.82%\">1<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 21.63%\">2<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.82%\">1<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.82%\">1<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 21.63%\">2<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.82%\">1<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.82%\">1<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.82%\">1<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.82%\">1<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.82%\">1<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.82%\">1<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.82%\">1<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> ","<span style=\"display: inline-block; direction: rtl; border-radius: 4px; padding-right: 2px; background-color: pink; width: 20.00%\">0<\/span> "],["1.8","0.8","0.9","0.4","2.6","1.5","1.0","1.2","0.8","1.0","1.8","1.7","1.8","2.3","2.1","1.1","0.0","2.7","1.6","0.1","1.3","0.9","1.1","1.6","1.1","0.9","1.1","1.7","0.8","3.1","0.3","0.9","0.3","1.0","0.6","0.7","0.7","1.4","0.7","1.5","0.8","0.8","2.5","0.8","0.4","0.4","0.4","3.1","0.0","1.5","1.0","0.5","1.0","1.5","1.6","0.5","0.5","1.1","0.0","0.6","0.0","0.0","1.8","3.7","0.0","0.6","1.3","0.7","2.1","0.7","2.2","2.9","0.0","4.6","3.0","0.0","0.8","0.8","0.0","0.8","0.8","1.7","4.5","0.0","3.0","3.2","0.0","2.1","2.2","3.4","0.0","3.4","0.0","3.6","1.2","0.0","0.0","0.0","0.0","0.0","1.4","0.0","2.8","0.0","0.0","0.0","4.3","0.0","0.0","0.0","0.0","0.0","1.6","1.6","0.0","0.0","1.7","0.0","1.8","0.0","5.6","2.0","0.0","3.9","2.0","0.0","4.1","0.0","0.0","0.0","0.0","0.0","0.0","4.3","2.2","0.0","2.2","0.0","0.0","0.0","0.0","4.7","4.7","2.4","0.0","0.0","0.0","0.0","0.0","0.0","2.6","2.6","0.0","0.0","8.1","0.0","0.0","0.0","0.0","0.0","0.0","0.0","0.0","2.9","3.0","0.0","0.0","0.0","0.0","0.0","6.5","0.0","0.0","3.2","0.0","0.0","3.3","3.3","3.5","0.0","0.0","3.6","0.0","0.0","3.6","3.7","0.0","11.5","15.4","3.8","0.0","4.0","0.0","4.2","0.0","0.0","0.0","0.0","0.0","0.0","9.1","0.0","0.0","0.0","0.0","0.0","0.0","0.0","0.0","0.0","0.0","0.0","0.0","0.0","5.3","0.0","0.0","0.0","0.0","0.0","0.0","0.0","0.0","0.0","0.0","6.2","0.0","0.0","0.0","0.0","0.0","0.0","0.0","0.0","0.0","0.0","0.0","0.0","0.0","0.0","0.0","0.0","0.0","20.0","0.0","0.0","0.0","0.0","0.0","0.0","0.0","12.5","0.0","0.0","14.3","0.0","0.0","0.0","16.7","0.0","0.0","0.0","20.0","0.0","0.0","0.0","0.0","0.0","0.0","25.0","0.0","0.0","0.0","0.0","0.0","33.3","0.0","0.0","0.0","0.0","0.0","50.0","0.0","0.0","0.0","0.0","0.0","0.0","0.0","0.0","0.0","0.0","0.0"],["901.8","1056.0","2316.3","1473.0","1265.9","531.0","1069.3","828.6","2218.6","1080.0","577.9","1058.8","1266.4","1101.0","1371.9","1753.6","0.0","2598.8","1058.3","3611.7","384.4","2032.9","400.5","915.6","1601.3","779.3","842.2","1130.3","1683.2","1103.6","2040.9","873.4","711.2","4152.2","2319.2","689.5","1141.9","408.9","819.2","582.3","347.6","659.4","281.6","880.8","767.0","885.0","1541.0","1048.5","1151.8","376.8","6369.0","877.0","875.4","350.9","858.2","361.8","644.5","1462.4","1173.7","1247.9","417.5","995.7","688.2","353.6","772.9","916.3","826.3","1368.7","709.6","259.4","347.2","451.0","854.9","1538.8","810.2","554.3","533.4","609.3","1111.6","644.8","466.4","657.5","140.0","252.9","1003.4","530.6","1251.2","255.2","891.9","773.8","1928.6","890.1","598.0","635.0","346.7","623.1","769.6","351.0","1573.1","731.4","2264.2","2140.9","506.9","807.0","1540.8","967.3","413.6","536.6","945.9","1615.6","511.7","570.8","595.1","811.3","691.4","2341.0","956.4","523.2","682.0","1048.4","423.2","776.4","1762.9","303.0","1135.4","266.8","451.0","1087.9","612.2","726.5","403.4","551.3","936.4","1019.3","170.7","1169.6","641.5","1167.6","1031.2","822.7","1428.6","370.9","178.6","2337.2","560.4","115.8","434.1","354.6","564.9","543.5","337.6","1043.4","955.7","249.3","238.7","365.1","650.8","749.8","964.4","1515.8","179.4","377.9","863.8","194.6","415.9","452.5","281.0","1011.3","901.4","1300.3","569.0","696.2","900.6","908.0","647.7","1898.3","288.0","1076.4","522.6","493.0","218.8","1962.2","337.6","480.9","1130.4","1205.4","400.9","236.8","134.6","149.0","349.9","406.6","578.7","276.6","229.2","1466.8","360.4","166.3","1263.7","204.8","101.5","508.0","370.4","775.2","254.5","449.8","273.3","267.1","509.0","696.5","458.3","593.4","306.6","272.6","857.0","256.0","148.4","627.2","154.2","160.2","677.3","168.5","1129.6","590.7","1349.2","133.6","761.5","182.1","684.9","326.2","378.3","374.0","230.6","584.8","535.4","495.9","764.3","240.1","534.3","340.3","290.9","513.5","311.5","251.5","157.8","307.8","123.3","251.9","278.5","232.8","170.9","101.6","324.7","356.8","281.9","309.8","60.2","116.3","310.9","72.5","71.3","196.2","247.2","106.0","98.4","204.4","35.6","152.3","174.9","64.5","126.8","47.3","89.7","145.4","189.6","24.8","50.5","60.3","57.6","64.0","81.9","56.3","37.3","37.0","21.1","46.7","33.5","34.0","32.9","56.3","0.0","0.0","0.0"],["22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07","22/07"]],"container":"<table class=\"display\">\n <thead>\n <tr>\n <th> <\/th>\n <th>Cidade<\/th>\n <th>Total confirmados<\/th>\n <th>Total óbitos<\/th>\n <th>Tx.Letalidade %<\/th>\n <th>Incidência 100k<\/th>\n <th>Data<\/th>\n <\/tr>\n <\/thead>\n<\/table>","options":{"order":[],"autoWidth":false,"orderClasses":false,"columnDefs":[{"orderable":false,"targets":0}]}},"evals":[],"jsHooks":[]}</script>
<p><br></br></p>
</div>
<div id="evolução-temporal-dos-casos-em-cidades-selecionadas-pelo-maior-número-de-casos-confirmados" class="section level2">
<h2>Evolução temporal dos casos em cidades selecionadas (pelo maior número de casos confirmados)</h2>
<html>
<select id="9u9xCCl6b9" class="selectpicker" data-dropdown-align-right="false" data-dropup-auto="true" data-header="false" data-live-search="true" data-live-search-style="contains" data-show-tick="true" data-width="false" data-size="auto"><option value="fig/anim_7_Balneário Camboriú.gif">Balneário Camboriú</option>
<option value="fig/anim_7_Blumenau.gif">Blumenau</option>
<option value="fig/anim_7_Braço do Norte.gif">Braço do Norte</option>
<option value="fig/anim_7_Chapecó.gif">Chapecó</option>
<option value="fig/anim_7_Concórdia.gif">Concórdia</option>
<option value="fig/anim_7_Criciúma.gif">Criciúma</option>
<option value="fig/anim_7_Florianópolis.gif" selected>Florianópolis</option>
<option value="fig/anim_7_Itajaí.gif">Itajaí</option>
<option value="fig/anim_7_Joinville.gif">Joinville</option>
<option value="fig/anim_7_Navegantes.gif">Navegantes</option>
<option value="fig/plot_anim_SC.gif">SC</option></select>
<img src="fig/anim_7_Florianópolis.gif" name="GtX8UxTEZs" height="500" width="100%"/>
<script>$(document).ready(function(){
$("#9u9xCCl6b9").change(function(){
$("img[name=GtX8UxTEZs]").attr("src",$(this).val());
});
});</script>
</html>
<div id="htmlwidget-a926365fd161d0589ff0" style="width:672px;height:10px;" class="bsselect html-widget" width="672" height="10"></div>
<script type="application/json" data-for="htmlwidget-a926365fd161d0589ff0">{"x":[],"evals":[],"jsHooks":[]}</script>
<p>Sobre a figura em animação: linha cinza (vermelha) representa o modelo ajustado até o dia de referência com previsão de um horizonte de 7 dias, os pontos representam os dados observados.</p>
</div>
<div id="resumo" class="section level2">
<h2>Resumo</h2>
<p><img src="fig/taxa_cresc_diaria_casos_SC.png" width="100%" /><img src="fig/taxa_cresc_obitos_SC.png" width="100%" /><img src="fig/fitGomp_ABS_SC.png" width="100%" /></p>
</div>
</div>
<script>
// add bootstrap table styles to pandoc tables
function bootstrapStylePandocTables() {
$('tr.header').parent('thead').parent('table').addClass('table table-condensed');
}
$(document).ready(function () {
bootstrapStylePandocTables();
});
</script>
<!-- tabsets -->
<script>
$(document).ready(function () {
window.buildTabsets("TOC");
});
$(document).ready(function () {
$('.tabset-dropdown > .nav-tabs > li').click(function () {
$(this).parent().toggleClass('nav-tabs-open')
});
});
</script>
<!-- code folding -->
<script>
$(document).ready(function () {
window.initializeCodeFolding("hide" === "show");
});
</script>
<!-- dynamically load mathjax for compatibility with self-contained -->
<script>
(function () {
var script = document.createElement("script");
script.type = "text/javascript";
script.src = "https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML";
document.getElementsByTagName("head")[0].appendChild(script);
})();
</script>
</body>
</html>