Difference between revisions of "MediaWiki:Common.css"

From Game Detectives Wiki
Jump to: navigation, search
(Significant changes)
 
(287 intermediate revisions by the same user not shown)
Line 182: Line 182:
 
}
 
}
  
/* Support for <div class="mattyRawImg>ImageURL</div> on wiki pages */
+
/* Begin Custom CSS */
  
div.mattyRawImg img {
+
/* Support for <div class="mattyRawImg">ImageURL</div> on wiki pages */
   height: inherit;
+
 
 +
div.mattyRawImg {
 +
   height: auto;
 
   width: inherit;
 
   width: inherit;
 
   max-height: inherit;
 
   max-height: inherit;
   max-width: inherit;
+
   max-width: 100%;
 
   margin: inherit;
 
   margin: inherit;
 
   border: inherit;
 
   border: inherit;
Line 208: Line 210:
 
}
 
}
  
/* Matty Keyframes */
+
/* Keyframe Animations */
  
@keyframes flashOdd {
+
@-moz-keyframes fadeIn {
  25% {background-color: #ffcccc;}
+
   0% {opacity: 0;}
  50% {background-color: #fff;}
+
   100% {opacity: 0.3;}
   75% {background-color: #ffcccc;}
 
   100% {background-color: #fff;}
 
 
}
 
}
@keyframes flashEven {
+
@-webkit-keyframes fadeIn {
  25% {background-color: #ffcccc;}
+
   0% {opacity: 0;}
  50% {background-color: #eee;}
+
   100% {opacity: 0.3;}
   75% {background-color: #ffcccc;}
 
   100% {background-color: #eee;}
 
 
}
 
}
  
@keyframes fadeIn {
+
@-moz-keyframes fadeIn2 {
 
   0% {opacity: 0;}
 
   0% {opacity: 0;}
   100% {opacity: 0.3;}
+
   100% {opacity: 1;}
 +
}
 +
@-webkit-keyframes fadeIn2 {
 +
  0% {opacity: 0;}
 +
  100% {opacity: 1;}
 
}
 
}
  
@keyframes PulseOdd {
+
@-moz-keyframes highlight {
   0% {background-color: #ffcccc;}
+
   0% {background-color: rgba(255, 204, 204, 0);}
   25% {background-color: #fff;}
+
   100% {background-color: rgba(255, 204, 204, 1)}
  50% {background-color: #ffcccc;}
+
}
   75% {background-color: #fff;}
+
@-webkit-keyframes highlight {
   100% {background-color: #ffcccc;}
+
   0% {background-color: rgba(255, 204, 204, 0);}
 +
   100% {background-color: rgba(255, 204, 204, 1);}
 
}
 
}
  
@keyframes PulseEven {
+
@-moz-keyframes flash {
   0% {background-color: #ffcccc;}
+
   25% {background-color: rgba(255, 204, 204, 1);}
   25% {background-color: #eee;}
+
  50% {background-color: rgba(255, 204, 204, 0);}
   50% {background-color: #ffcccc;}
+
  75% {background-color: rgba(255, 204, 204, 1);}
   75% {background-color: #eee;}
+
  100% {background-color: rgba(255, 204, 204, 0);}
   100% {background-color: #ffcccc;}
+
}
 +
@-webkit-keyframes flash {
 +
   25% {background-color: rgba(255, 204, 204, 1);}
 +
   50% {background-color: rgba(255, 204, 204, 0);}
 +
   75% {background-color: rgba(255, 204, 204, 1);}
 +
   100% {background-color: rgba(255, 204, 204, 0);}
 
}
 
}
  
@keyframes PulseCPOdd {
+
@-moz-keyframes pulse {
   0.00000000% {background-color: #ffcccc;}
+
   0% {background-color: rgba(255, 204, 204, 1);}
  0.50000000% {background-color: #fff;}
+
   50% {background-color: rgba(255, 204, 204, 0);}
  1.00000000% {background-color: #ffcccc;}
+
   100% {background-color: rgba(255, 204, 204, 1);}
  1.50000000% {background-color: #fff;}
+
}
  2.38500000% {background-color: #fff;}
+
@-webkit-keyframes pulse {
  2.44000000% {background-color: #fff;}
+
   0% {background-color: rgba(255, 204, 204, 1);}
  2.44000010% {background-color: #ffcccc;}
+
   50% {background-color: rgba(255, 204, 204, 0);}
  2.60500010% {background-color: #ffcccc;}
+
   100% {background-color: rgba(255, 204, 204, 1);}
  2.60500020% {background-color: #fff;}
 
  2.66000020% {background-color: #fff;}
 
  2.66000030% {background-color: #ffcccc;}
 
  2.71500030% {background-color: #ffcccc;}
 
  2.71500040% {background-color: #fff;}
 
  2.77000040% {background-color: #fff;}
 
  2.77000050% {background-color: #ffcccc;}
 
  2.82500050% {background-color: #ffcccc;}
 
  2.82500060% {background-color: #fff;}
 
  2.88000060% {background-color: #fff;}
 
  2.88000070% {background-color: #ffcccc;}
 
  2.93500070% {background-color: #ffcccc;}
 
  2.93500080% {background-color: #fff;}
 
  3.10000080% {background-color: #fff;}
 
  3.15500080% {background-color: #fff;}
 
  3.15500090% {background-color: #ffcccc;}
 
  3.21000090% {background-color: #ffcccc;}
 
  3.21000100% {background-color: #fff;}
 
  3.37500100% {background-color: #fff;}
 
  3.43000100% {background-color: #fff;}
 
  3.43000110% {background-color: #ffcccc;}
 
  3.48500110% {background-color: #ffcccc;}
 
  3.48500120% {background-color: #fff;}
 
  3.65000120% {background-color: #fff;}
 
  3.70500120% {background-color: #fff;}
 
  3.70500130% {background-color: #ffcccc;}
 
  3.76000130% {background-color: #ffcccc;}
 
  3.76000140% {background-color: #fff;}
 
  3.81500140% {background-color: #fff;}
 
  3.81500150% {background-color: #ffcccc;}
 
  3.98000150% {background-color: #ffcccc;}
 
  3.98000160% {background-color: #fff;}
 
  4.03500160% {background-color: #fff;}
 
  4.03500170% {background-color: #ffcccc;}
 
  4.20000170% {background-color: #ffcccc;}
 
  4.20000180% {background-color: #fff;}
 
  4.25500180% {background-color: #fff;}
 
  4.25500190% {background-color: #ffcccc;}
 
  4.31000190% {background-color: #ffcccc;}
 
  4.31000200% {background-color: #fff;}
 
  4.69500200% {background-color: #fff;}
 
  4.75000200% {background-color: #fff;}
 
  4.75000210% {background-color: #ffcccc;}
 
  4.91500210% {background-color: #ffcccc;}
 
  4.91500220% {background-color: #fff;}
 
  4.97000220% {background-color: #fff;}
 
  4.97000230% {background-color: #ffcccc;}
 
  5.02500230% {background-color: #ffcccc;}
 
  5.02500240% {background-color: #fff;}
 
  5.08000240% {background-color: #fff;}
 
  5.08000250% {background-color: #ffcccc;}
 
  5.13500250% {background-color: #ffcccc;}
 
  5.13500260% {background-color: #fff;}
 
  5.19000260% {background-color: #fff;}
 
  5.19000270% {background-color: #ffcccc;}
 
  5.24500270% {background-color: #ffcccc;}
 
  5.24500280% {background-color: #fff;}
 
  5.41000280% {background-color: #fff;}
 
  5.46500280% {background-color: #fff;}
 
  5.46500290% {background-color: #ffcccc;}
 
  5.52000290% {background-color: #ffcccc;}
 
  5.52000300% {background-color: #fff;}
 
  5.68500300% {background-color: #fff;}
 
  5.74000300% {background-color: #fff;}
 
  5.74000310% {background-color: #ffcccc;}
 
  5.79500310% {background-color: #ffcccc;}
 
  5.79500320% {background-color: #fff;}
 
  5.96000320% {background-color: #fff;}
 
  6.01500320% {background-color: #fff;}
 
  6.01500330% {background-color: #ffcccc;}
 
  6.07000330% {background-color: #ffcccc;}
 
  6.07000340% {background-color: #fff;}
 
  6.12500340% {background-color: #fff;}
 
  6.12500350% {background-color: #ffcccc;}
 
  6.29000350% {background-color: #ffcccc;}
 
  6.29000360% {background-color: #fff;}
 
  6.34500360% {background-color: #fff;}
 
  6.34500370% {background-color: #ffcccc;}
 
  6.51000370% {background-color: #ffcccc;}
 
  6.51000380% {background-color: #fff;}
 
  6.56500380% {background-color: #fff;}
 
  6.56500390% {background-color: #ffcccc;}
 
  6.62000390% {background-color: #ffcccc;}
 
  6.62000400% {background-color: #fff;}
 
  7.00500400% {background-color: #fff;}
 
  7.06000400% {background-color: #fff;}
 
  7.06000410% {background-color: #ffcccc;}
 
  7.22500410% {background-color: #ffcccc;}
 
  7.22500420% {background-color: #fff;}
 
  7.28000420% {background-color: #fff;}
 
  7.28000430% {background-color: #ffcccc;}
 
  7.33500430% {background-color: #ffcccc;}
 
  7.33500440% {background-color: #fff;}
 
  7.39000440% {background-color: #fff;}
 
  7.39000450% {background-color: #ffcccc;}
 
  7.44500450% {background-color: #ffcccc;}
 
  7.44500460% {background-color: #fff;}
 
  7.50000460% {background-color: #fff;}
 
  7.50000470% {background-color: #ffcccc;}
 
  7.55500470% {background-color: #ffcccc;}
 
  7.55500480% {background-color: #fff;}
 
  7.72000480% {background-color: #fff;}
 
  7.77500480% {background-color: #fff;}
 
  7.77500490% {background-color: #ffcccc;}
 
  7.83000490% {background-color: #ffcccc;}
 
  7.83000500% {background-color: #fff;}
 
  7.99500500% {background-color: #fff;}
 
  8.05000500% {background-color: #fff;}
 
  8.05000510% {background-color: #ffcccc;}
 
  8.10500510% {background-color: #ffcccc;}
 
  8.10500520% {background-color: #fff;}
 
  8.27000520% {background-color: #fff;}
 
  8.32500520% {background-color: #fff;}
 
  8.32500530% {background-color: #ffcccc;}
 
  8.38000530% {background-color: #ffcccc;}
 
  8.38000540% {background-color: #fff;}
 
  8.43500540% {background-color: #fff;}
 
  8.43500550% {background-color: #ffcccc;}
 
  8.60000550% {background-color: #ffcccc;}
 
  8.60000560% {background-color: #fff;}
 
  8.65500560% {background-color: #fff;}
 
  8.65500570% {background-color: #ffcccc;}
 
  8.82000570% {background-color: #ffcccc;}
 
  8.82000580% {background-color: #fff;}
 
  8.87500580% {background-color: #fff;}
 
  8.87500590% {background-color: #ffcccc;}
 
  8.93000590% {background-color: #ffcccc;}
 
  8.93000600% {background-color: #fff;}
 
  9.31500600% {background-color: #fff;}
 
  9.37000600% {background-color: #fff;}
 
  9.37000610% {background-color: #ffcccc;}
 
  9.53500610% {background-color: #ffcccc;}
 
  9.53500620% {background-color: #fff;}
 
  9.59000620% {background-color: #fff;}
 
  9.59000630% {background-color: #ffcccc;}
 
  9.64500630% {background-color: #ffcccc;}
 
  9.64500640% {background-color: #fff;}
 
  9.70000640% {background-color: #fff;}
 
  9.70000650% {background-color: #ffcccc;}
 
  9.75500650% {background-color: #ffcccc;}
 
  9.75500660% {background-color: #fff;}
 
  9.81000660% {background-color: #fff;}
 
  9.81000670% {background-color: #ffcccc;}
 
  9.86500670% {background-color: #ffcccc;}
 
  9.86500680% {background-color: #fff;}
 
  10.03000680% {background-color: #fff;}
 
  10.08500680% {background-color: #fff;}
 
  10.08500690% {background-color: #ffcccc;}
 
  10.14000690% {background-color: #ffcccc;}
 
  10.14000700% {background-color: #fff;}
 
  10.30500700% {background-color: #fff;}
 
  10.36000700% {background-color: #fff;}
 
  10.36000710% {background-color: #ffcccc;}
 
  10.41500710% {background-color: #ffcccc;}
 
  10.41500720% {background-color: #fff;}
 
  10.58000720% {background-color: #fff;}
 
  10.63500720% {background-color: #fff;}
 
  10.63500730% {background-color: #ffcccc;}
 
  10.69000730% {background-color: #ffcccc;}
 
  10.69000740% {background-color: #fff;}
 
  10.74500740% {background-color: #fff;}
 
  10.74500750% {background-color: #ffcccc;}
 
  10.91000750% {background-color: #ffcccc;}
 
  10.91000760% {background-color: #fff;}
 
  10.96500760% {background-color: #fff;}
 
  10.96500770% {background-color: #ffcccc;}
 
  11.13000770% {background-color: #ffcccc;}
 
  11.13000780% {background-color: #fff;}
 
  11.18500780% {background-color: #fff;}
 
  11.18500790% {background-color: #ffcccc;}
 
  11.24000790% {background-color: #ffcccc;}
 
  11.24000800% {background-color: #fff;}
 
  11.62500800% {background-color: #fff;}
 
  11.68000800% {background-color: #fff;}
 
  11.68000810% {background-color: #ffcccc;}
 
  11.84500810% {background-color: #ffcccc;}
 
  11.84500820% {background-color: #fff;}
 
  11.90000820% {background-color: #fff;}
 
  11.90000830% {background-color: #ffcccc;}
 
  11.95500830% {background-color: #ffcccc;}
 
  11.95500840% {background-color: #fff;}
 
  12.01000840% {background-color: #fff;}
 
  12.01000850% {background-color: #ffcccc;}
 
  12.06500850% {background-color: #ffcccc;}
 
  12.06500860% {background-color: #fff;}
 
  12.12000860% {background-color: #fff;}
 
  12.12000870% {background-color: #ffcccc;}
 
  12.17500870% {background-color: #ffcccc;}
 
  12.17500880% {background-color: #fff;}
 
  12.34000880% {background-color: #fff;}
 
  12.39500880% {background-color: #fff;}
 
  12.39500890% {background-color: #ffcccc;}
 
  12.45000890% {background-color: #ffcccc;}
 
  12.45000900% {background-color: #fff;}
 
  12.61500900% {background-color: #fff;}
 
  12.67000900% {background-color: #fff;}
 
  12.67000910% {background-color: #ffcccc;}
 
  12.72500910% {background-color: #ffcccc;}
 
  12.72500920% {background-color: #fff;}
 
  12.89000920% {background-color: #fff;}
 
  12.94500920% {background-color: #fff;}
 
  12.94500930% {background-color: #ffcccc;}
 
  13.00000930% {background-color: #ffcccc;}
 
  13.00000940% {background-color: #fff;}
 
  13.05500940% {background-color: #fff;}
 
  13.05500950% {background-color: #ffcccc;}
 
  13.22000950% {background-color: #ffcccc;}
 
  13.22000960% {background-color: #fff;}
 
  13.27500960% {background-color: #fff;}
 
  13.27500970% {background-color: #ffcccc;}
 
  13.44000970% {background-color: #ffcccc;}
 
  13.44000980% {background-color: #fff;}
 
  13.49500980% {background-color: #fff;}
 
  13.49500990% {background-color: #ffcccc;}
 
  13.55000990% {background-color: #ffcccc;}
 
  13.55001000% {background-color: #fff;}
 
  13.93501000% {background-color: #fff;}
 
  13.99001000% {background-color: #fff;}
 
  13.99001010% {background-color: #ffcccc;}
 
  14.15501010% {background-color: #ffcccc;}
 
  14.15501020% {background-color: #fff;}
 
  14.21001020% {background-color: #fff;}
 
  14.21001030% {background-color: #ffcccc;}
 
  14.26501030% {background-color: #ffcccc;}
 
  14.26501040% {background-color: #fff;}
 
  14.32001040% {background-color: #fff;}
 
  14.32001050% {background-color: #ffcccc;}
 
  14.37501050% {background-color: #ffcccc;}
 
  14.37501060% {background-color: #fff;}
 
  14.43001060% {background-color: #fff;}
 
  14.43001070% {background-color: #ffcccc;}
 
  14.48501070% {background-color: #ffcccc;}
 
  14.48501080% {background-color: #fff;}
 
  14.65001080% {background-color: #fff;}
 
  14.70501080% {background-color: #fff;}
 
  14.70501090% {background-color: #ffcccc;}
 
  14.76001090% {background-color: #ffcccc;}
 
  14.76001100% {background-color: #fff;}
 
  14.92501100% {background-color: #fff;}
 
  14.98001100% {background-color: #fff;}
 
  14.98001110% {background-color: #ffcccc;}
 
  15.03501110% {background-color: #ffcccc;}
 
  15.03501120% {background-color: #fff;}
 
  15.20001120% {background-color: #fff;}
 
  15.25501120% {background-color: #fff;}
 
  15.25501130% {background-color: #ffcccc;}
 
  15.31001130% {background-color: #ffcccc;}
 
  15.31001140% {background-color: #fff;}
 
  15.36501140% {background-color: #fff;}
 
  15.36501150% {background-color: #ffcccc;}
 
  15.53001150% {background-color: #ffcccc;}
 
  15.53001160% {background-color: #fff;}
 
  15.58501160% {background-color: #fff;}
 
  15.58501170% {background-color: #ffcccc;}
 
  15.75001170% {background-color: #ffcccc;}
 
  15.75001180% {background-color: #fff;}
 
  15.80501180% {background-color: #fff;}
 
  15.80501190% {background-color: #ffcccc;}
 
  15.86001190% {background-color: #ffcccc;}
 
  15.86001200% {background-color: #fff;}
 
  16.24501200% {background-color: #fff;}
 
  16.30001200% {background-color: #fff;}
 
  16.30001210% {background-color: #ffcccc;}
 
  16.46501210% {background-color: #ffcccc;}
 
  16.46501220% {background-color: #fff;}
 
  16.52001220% {background-color: #fff;}
 
  16.52001230% {background-color: #ffcccc;}
 
  16.57501230% {background-color: #ffcccc;}
 
  16.57501240% {background-color: #fff;}
 
  16.63001240% {background-color: #fff;}
 
  16.63001250% {background-color: #ffcccc;}
 
  16.68501250% {background-color: #ffcccc;}
 
  16.68501260% {background-color: #fff;}
 
  16.74001260% {background-color: #fff;}
 
  16.74001270% {background-color: #ffcccc;}
 
  16.79501270% {background-color: #ffcccc;}
 
  16.79501280% {background-color: #fff;}
 
  16.96001280% {background-color: #fff;}
 
  17.01501280% {background-color: #fff;}
 
  17.01501290% {background-color: #ffcccc;}
 
  17.07001290% {background-color: #ffcccc;}
 
  17.07001300% {background-color: #fff;}
 
  17.23501300% {background-color: #fff;}
 
  17.29001300% {background-color: #fff;}
 
  17.29001310% {background-color: #ffcccc;}
 
  17.34501310% {background-color: #ffcccc;}
 
  17.34501320% {background-color: #fff;}
 
  17.51001320% {background-color: #fff;}
 
  17.56501320% {background-color: #fff;}
 
  17.56501330% {background-color: #ffcccc;}
 
  17.62001330% {background-color: #ffcccc;}
 
  17.62001340% {background-color: #fff;}
 
  17.67501340% {background-color: #fff;}
 
  17.67501350% {background-color: #ffcccc;}
 
  17.84001350% {background-color: #ffcccc;}
 
  17.84001360% {background-color: #fff;}
 
  17.89501360% {background-color: #fff;}
 
  17.89501370% {background-color: #ffcccc;}
 
  18.06001370% {background-color: #ffcccc;}
 
  18.06001380% {background-color: #fff;}
 
  18.11501380% {background-color: #fff;}
 
  18.11501390% {background-color: #ffcccc;}
 
  18.17001390% {background-color: #ffcccc;}
 
  18.17001400% {background-color: #fff;}
 
  18.55501400% {background-color: #fff;}
 
  18.61001400% {background-color: #fff;}
 
  18.61001410% {background-color: #ffcccc;}
 
  18.77501410% {background-color: #ffcccc;}
 
  18.77501420% {background-color: #fff;}
 
  18.83001420% {background-color: #fff;}
 
  18.83001430% {background-color: #ffcccc;}
 
  18.88501430% {background-color: #ffcccc;}
 
  18.88501440% {background-color: #fff;}
 
  18.94001440% {background-color: #fff;}
 
  18.94001450% {background-color: #ffcccc;}
 
  18.99501450% {background-color: #ffcccc;}
 
  18.99501460% {background-color: #fff;}
 
  19.05001460% {background-color: #fff;}
 
  19.05001470% {background-color: #ffcccc;}
 
  19.10501470% {background-color: #ffcccc;}
 
  19.10501480% {background-color: #fff;}
 
  19.27001480% {background-color: #fff;}
 
  19.32501480% {background-color: #fff;}
 
  19.32501490% {background-color: #ffcccc;}
 
  19.38001490% {background-color: #ffcccc;}
 
  19.38001500% {background-color: #fff;}
 
  19.54501500% {background-color: #fff;}
 
  19.60001500% {background-color: #fff;}
 
  19.60001510% {background-color: #ffcccc;}
 
  19.65501510% {background-color: #ffcccc;}
 
  19.65501520% {background-color: #fff;}
 
  19.82001520% {background-color: #fff;}
 
  19.87501520% {background-color: #fff;}
 
  19.87501530% {background-color: #ffcccc;}
 
  19.93001530% {background-color: #ffcccc;}
 
  19.93001540% {background-color: #fff;}
 
  19.98501540% {background-color: #fff;}
 
  19.98501550% {background-color: #ffcccc;}
 
  20.15001550% {background-color: #ffcccc;}
 
  20.15001560% {background-color: #fff;}
 
  20.20501560% {background-color: #fff;}
 
  20.20501570% {background-color: #ffcccc;}
 
  20.37001570% {background-color: #ffcccc;}
 
  20.37001580% {background-color: #fff;}
 
  20.42501580% {background-color: #fff;}
 
  20.42501590% {background-color: #ffcccc;}
 
  20.48001590% {background-color: #ffcccc;}
 
  20.48001600% {background-color: #fff;}
 
  20.86501600% {background-color: #fff;}
 
  20.92001600% {background-color: #fff;}
 
  20.92001610% {background-color: #ffcccc;}
 
  21.08501610% {background-color: #ffcccc;}
 
  21.08501620% {background-color: #fff;}
 
  21.14001620% {background-color: #fff;}
 
  21.14001630% {background-color: #ffcccc;}
 
  21.19501630% {background-color: #ffcccc;}
 
  21.19501640% {background-color: #fff;}
 
  21.25001640% {background-color: #fff;}
 
  21.25001650% {background-color: #ffcccc;}
 
  21.30501650% {background-color: #ffcccc;}
 
  21.30501660% {background-color: #fff;}
 
  21.36001660% {background-color: #fff;}
 
  21.36001670% {background-color: #ffcccc;}
 
  21.41501670% {background-color: #ffcccc;}
 
  21.41501680% {background-color: #fff;}
 
  21.58001680% {background-color: #fff;}
 
  21.63501680% {background-color: #fff;}
 
  21.63501690% {background-color: #ffcccc;}
 
  21.69001690% {background-color: #ffcccc;}
 
  21.69001700% {background-color: #fff;}
 
  21.85501700% {background-color: #fff;}
 
  21.91001700% {background-color: #fff;}
 
  21.91001710% {background-color: #ffcccc;}
 
  21.96501710% {background-color: #ffcccc;}
 
  21.96501720% {background-color: #fff;}
 
  22.13001720% {background-color: #fff;}
 
  22.18501720% {background-color: #fff;}
 
  22.18501730% {background-color: #ffcccc;}
 
  22.24001730% {background-color: #ffcccc;}
 
  22.24001740% {background-color: #fff;}
 
  22.29501740% {background-color: #fff;}
 
  22.29501750% {background-color: #ffcccc;}
 
  22.46001750% {background-color: #ffcccc;}
 
  22.46001760% {background-color: #fff;}
 
  22.51501760% {background-color: #fff;}
 
  22.51501770% {background-color: #ffcccc;}
 
  22.68001770% {background-color: #ffcccc;}
 
  22.68001780% {background-color: #fff;}
 
  22.73501780% {background-color: #fff;}
 
  22.73501790% {background-color: #ffcccc;}
 
  22.79001790% {background-color: #ffcccc;}
 
  22.79001800% {background-color: #fff;}
 
  23.17501800% {background-color: #fff;}
 
  23.23001800% {background-color: #fff;}
 
  23.23001810% {background-color: #ffcccc;}
 
  23.39501810% {background-color: #ffcccc;}
 
  23.39501820% {background-color: #fff;}
 
  23.45001820% {background-color: #fff;}
 
  23.45001830% {background-color: #ffcccc;}
 
  23.50501830% {background-color: #ffcccc;}
 
  23.50501840% {background-color: #fff;}
 
  23.56001840% {background-color: #fff;}
 
  23.56001850% {background-color: #ffcccc;}
 
  23.61501850% {background-color: #ffcccc;}
 
  23.61501860% {background-color: #fff;}
 
  23.67001860% {background-color: #fff;}
 
  23.67001870% {background-color: #ffcccc;}
 
  23.72501870% {background-color: #ffcccc;}
 
  23.72501880% {background-color: #fff;}
 
  23.89001880% {background-color: #fff;}
 
  23.94501880% {background-color: #fff;}
 
  23.94501890% {background-color: #ffcccc;}
 
  24.00001890% {background-color: #ffcccc;}
 
  24.00001900% {background-color: #fff;}
 
  24.16501900% {background-color: #fff;}
 
  24.22001900% {background-color: #fff;}
 
  24.22001910% {background-color: #ffcccc;}
 
  24.27501910% {background-color: #ffcccc;}
 
  24.27501920% {background-color: #fff;}
 
  24.44001920% {background-color: #fff;}
 
  24.49501920% {background-color: #fff;}
 
  24.49501930% {background-color: #ffcccc;}
 
  24.55001930% {background-color: #ffcccc;}
 
  24.55001940% {background-color: #fff;}
 
  24.60501940% {background-color: #fff;}
 
  24.60501950% {background-color: #ffcccc;}
 
  24.77001950% {background-color: #ffcccc;}
 
  24.77001960% {background-color: #fff;}
 
  24.82501960% {background-color: #fff;}
 
  24.82501970% {background-color: #ffcccc;}
 
  24.99001970% {background-color: #ffcccc;}
 
  24.99001980% {background-color: #fff;}
 
  25.04501980% {background-color: #fff;}
 
  25.04501990% {background-color: #ffcccc;}
 
  25.10001990% {background-color: #ffcccc;}
 
  25.10002000% {background-color: #fff;}
 
  25.48502000% {background-color: #fff;}
 
  25.54002000% {background-color: #fff;}
 
  25.54002010% {background-color: #ffcccc;}
 
  25.70502010% {background-color: #ffcccc;}
 
  25.70502020% {background-color: #fff;}
 
  25.76002020% {background-color: #fff;}
 
  25.76002030% {background-color: #ffcccc;}
 
  25.81502030% {background-color: #ffcccc;}
 
  25.81502040% {background-color: #fff;}
 
  25.87002040% {background-color: #fff;}
 
  25.87002050% {background-color: #ffcccc;}
 
  25.92502050% {background-color: #ffcccc;}
 
  25.92502060% {background-color: #fff;}
 
  25.98002060% {background-color: #fff;}
 
  25.98002070% {background-color: #ffcccc;}
 
  26.03502070% {background-color: #ffcccc;}
 
  26.03502080% {background-color: #fff;}
 
  26.20002080% {background-color: #fff;}
 
  26.25502080% {background-color: #fff;}
 
  26.25502090% {background-color: #ffcccc;}
 
  26.31002090% {background-color: #ffcccc;}
 
  26.31002100% {background-color: #fff;}
 
  26.47502100% {background-color: #fff;}
 
  26.53002100% {background-color: #fff;}
 
  26.53002110% {background-color: #ffcccc;}
 
  26.58502110% {background-color: #ffcccc;}
 
  26.58502120% {background-color: #fff;}
 
  26.75002120% {background-color: #fff;}
 
  26.80502120% {background-color: #fff;}
 
  26.80502130% {background-color: #ffcccc;}
 
  26.86002130% {background-color: #ffcccc;}
 
  26.86002140% {background-color: #fff;}
 
  26.91502140% {background-color: #fff;}
 
  26.91502150% {background-color: #ffcccc;}
 
  27.08002150% {background-color: #ffcccc;}
 
  27.08002160% {background-color: #fff;}
 
  27.13502160% {background-color: #fff;}
 
  27.13502170% {background-color: #ffcccc;}
 
  27.30002170% {background-color: #ffcccc;}
 
  27.30002180% {background-color: #fff;}
 
  27.35502180% {background-color: #fff;}
 
  27.35502190% {background-color: #ffcccc;}
 
  27.41002190% {background-color: #ffcccc;}
 
  27.41002200% {background-color: #fff;}
 
  27.79502200% {background-color: #fff;}
 
  27.85002200% {background-color: #fff;}
 
  27.85002210% {background-color: #ffcccc;}
 
  28.01502210% {background-color: #ffcccc;}
 
  28.01502220% {background-color: #fff;}
 
  28.07002220% {background-color: #fff;}
 
  28.07002230% {background-color: #ffcccc;}
 
  28.12502230% {background-color: #ffcccc;}
 
  28.12502240% {background-color: #fff;}
 
  28.18002240% {background-color: #fff;}
 
  28.18002250% {background-color: #ffcccc;}
 
  28.23502250% {background-color: #ffcccc;}
 
  28.23502260% {background-color: #fff;}
 
  28.29002260% {background-color: #fff;}
 
  28.29002270% {background-color: #ffcccc;}
 
  28.34502270% {background-color: #ffcccc;}
 
  28.34502280% {background-color: #fff;}
 
  28.51002280% {background-color: #fff;}
 
  28.56502280% {background-color: #fff;}
 
  28.56502290% {background-color: #ffcccc;}
 
  28.62002290% {background-color: #ffcccc;}
 
  28.62002300% {background-color: #fff;}
 
  28.78502300% {background-color: #fff;}
 
  28.84002300% {background-color: #fff;}
 
  28.84002310% {background-color: #ffcccc;}
 
  28.89502310% {background-color: #ffcccc;}
 
  28.89502320% {background-color: #fff;}
 
  29.06002320% {background-color: #fff;}
 
  29.11502320% {background-color: #fff;}
 
  29.11502330% {background-color: #ffcccc;}
 
  29.17002330% {background-color: #ffcccc;}
 
  29.17002340% {background-color: #fff;}
 
  29.22502340% {background-color: #fff;}
 
  29.22502350% {background-color: #ffcccc;}
 
  29.39002350% {background-color: #ffcccc;}
 
  29.39002360% {background-color: #fff;}
 
  29.44502360% {background-color: #fff;}
 
  29.44502370% {background-color: #ffcccc;}
 
  29.61002370% {background-color: #ffcccc;}
 
  29.61002380% {background-color: #fff;}
 
  29.66502380% {background-color: #fff;}
 
  29.66502390% {background-color: #ffcccc;}
 
  29.72002390% {background-color: #ffcccc;}
 
  29.72002400% {background-color: #fff;}
 
  30.10502400% {background-color: #fff;}
 
  30.16002400% {background-color: #fff;}
 
  30.16002410% {background-color: #ffcccc;}
 
  30.32502410% {background-color: #ffcccc;}
 
  30.32502420% {background-color: #fff;}
 
  30.38002420% {background-color: #fff;}
 
  30.38002430% {background-color: #ffcccc;}
 
  30.43502430% {background-color: #ffcccc;}
 
  30.43502440% {background-color: #fff;}
 
  30.49002440% {background-color: #fff;}
 
  30.49002450% {background-color: #ffcccc;}
 
  30.54502450% {background-color: #ffcccc;}
 
  30.54502460% {background-color: #fff;}
 
  30.60002460% {background-color: #fff;}
 
  30.60002470% {background-color: #ffcccc;}
 
  30.65502470% {background-color: #ffcccc;}
 
  30.65502480% {background-color: #fff;}
 
  30.82002480% {background-color: #fff;}
 
  30.87502480% {background-color: #fff;}
 
  30.87502490% {background-color: #ffcccc;}
 
  30.93002490% {background-color: #ffcccc;}
 
  30.93002500% {background-color: #fff;}
 
  31.09502500% {background-color: #fff;}
 
  31.15002500% {background-color: #fff;}
 
  31.15002510% {background-color: #ffcccc;}
 
  31.20502510% {background-color: #ffcccc;}
 
  31.20502520% {background-color: #fff;}
 
  31.37002520% {background-color: #fff;}
 
  31.42502520% {background-color: #fff;}
 
  31.42502530% {background-color: #ffcccc;}
 
  31.48002530% {background-color: #ffcccc;}
 
  31.48002540% {background-color: #fff;}
 
  31.53502540% {background-color: #fff;}
 
  31.53502550% {background-color: #ffcccc;}
 
  31.70002550% {background-color: #ffcccc;}
 
  31.70002560% {background-color: #fff;}
 
  31.75502560% {background-color: #fff;}
 
  31.75502570% {background-color: #ffcccc;}
 
  31.92002570% {background-color: #ffcccc;}
 
  31.92002580% {background-color: #fff;}
 
  31.97502580% {background-color: #fff;}
 
  31.97502590% {background-color: #ffcccc;}
 
  32.03002590% {background-color: #ffcccc;}
 
  32.03002600% {background-color: #fff;}
 
  32.41502600% {background-color: #fff;}
 
  32.47002600% {background-color: #fff;}
 
  32.47002610% {background-color: #ffcccc;}
 
  32.63502610% {background-color: #ffcccc;}
 
  32.63502620% {background-color: #fff;}
 
  32.69002620% {background-color: #fff;}
 
  32.69002630% {background-color: #ffcccc;}
 
  32.74502630% {background-color: #ffcccc;}
 
  32.74502640% {background-color: #fff;}
 
  32.80002640% {background-color: #fff;}
 
  32.80002650% {background-color: #ffcccc;}
 
  32.85502650% {background-color: #ffcccc;}
 
  32.85502660% {background-color: #fff;}
 
  32.91002660% {background-color: #fff;}
 
  32.91002670% {background-color: #ffcccc;}
 
  32.96502670% {background-color: #ffcccc;}
 
  32.96502680% {background-color: #fff;}
 
  33.13002680% {background-color: #fff;}
 
  33.18502680% {background-color: #fff;}
 
  33.18502690% {background-color: #ffcccc;}
 
  33.24002690% {background-color: #ffcccc;}
 
  33.24002700% {background-color: #fff;}
 
  33.40502700% {background-color: #fff;}
 
  33.46002700% {background-color: #fff;}
 
  33.46002710% {background-color: #ffcccc;}
 
  33.51502710% {background-color: #ffcccc;}
 
  33.51502720% {background-color: #fff;}
 
  33.68002720% {background-color: #fff;}
 
  33.73502720% {background-color: #fff;}
 
  33.73502730% {background-color: #ffcccc;}
 
  33.79002730% {background-color: #ffcccc;}
 
  33.79002740% {background-color: #fff;}
 
  33.84502740% {background-color: #fff;}
 
  33.84502750% {background-color: #ffcccc;}
 
  34.01002750% {background-color: #ffcccc;}
 
  34.01002760% {background-color: #fff;}
 
  34.06502760% {background-color: #fff;}
 
  34.06502770% {background-color: #ffcccc;}
 
  34.23002770% {background-color: #ffcccc;}
 
  34.23002780% {background-color: #fff;}
 
  34.28502780% {background-color: #fff;}
 
  34.28502790% {background-color: #ffcccc;}
 
  34.34002790% {background-color: #ffcccc;}
 
  34.34002800% {background-color: #fff;}
 
  34.72502800% {background-color: #fff;}
 
  34.78002800% {background-color: #fff;}
 
  34.78002810% {background-color: #ffcccc;}
 
  34.94502810% {background-color: #ffcccc;}
 
  34.94502820% {background-color: #fff;}
 
  35.00002820% {background-color: #fff;}
 
  35.00002830% {background-color: #ffcccc;}
 
  35.05502830% {background-color: #ffcccc;}
 
  35.05502840% {background-color: #fff;}
 
  35.11002840% {background-color: #fff;}
 
  35.11002850% {background-color: #ffcccc;}
 
  35.16502850% {background-color: #ffcccc;}
 
  35.16502860% {background-color: #fff;}
 
  35.22002860% {background-color: #fff;}
 
  35.22002870% {background-color: #ffcccc;}
 
  35.27502870% {background-color: #ffcccc;}
 
  35.27502880% {background-color: #fff;}
 
  35.44002880% {background-color: #fff;}
 
  35.49502880% {background-color: #fff;}
 
  35.49502890% {background-color: #ffcccc;}
 
  35.55002890% {background-color: #ffcccc;}
 
  35.55002900% {background-color: #fff;}
 
  35.71502900% {background-color: #fff;}
 
  35.77002900% {background-color: #fff;}
 
  35.77002910% {background-color: #ffcccc;}
 
  35.82502910% {background-color: #ffcccc;}
 
  35.82502920% {background-color: #fff;}
 
  35.99002920% {background-color: #fff;}
 
  36.04502920% {background-color: #fff;}
 
  36.04502930% {background-color: #ffcccc;}
 
  36.10002930% {background-color: #ffcccc;}
 
  36.10002940% {background-color: #fff;}
 
  36.15502940% {background-color: #fff;}
 
  36.15502950% {background-color: #ffcccc;}
 
  36.32002950% {background-color: #ffcccc;}
 
  36.32002960% {background-color: #fff;}
 
  36.37502960% {background-color: #fff;}
 
  36.37502970% {background-color: #ffcccc;}
 
  36.54002970% {background-color: #ffcccc;}
 
  36.54002980% {background-color: #fff;}
 
  36.59502980% {background-color: #fff;}
 
  36.59502990% {background-color: #ffcccc;}
 
  36.65002990% {background-color: #ffcccc;}
 
  36.65003000% {background-color: #fff;}
 
  37.03503000% {background-color: #fff;}
 
  37.09003000% {background-color: #fff;}
 
  37.09003010% {background-color: #ffcccc;}
 
  37.25503010% {background-color: #ffcccc;}
 
  37.25503020% {background-color: #fff;}
 
  37.31003020% {background-color: #fff;}
 
  37.31003030% {background-color: #ffcccc;}
 
  37.36503030% {background-color: #ffcccc;}
 
  37.36503040% {background-color: #fff;}
 
  37.42003040% {background-color: #fff;}
 
  37.42003050% {background-color: #ffcccc;}
 
  37.47503050% {background-color: #ffcccc;}
 
  37.47503060% {background-color: #fff;}
 
  37.53003060% {background-color: #fff;}
 
  37.53003070% {background-color: #ffcccc;}
 
  37.58503070% {background-color: #ffcccc;}
 
  37.58503080% {background-color: #fff;}
 
  37.75003080% {background-color: #fff;}
 
  37.80503080% {background-color: #fff;}
 
  37.80503090% {background-color: #ffcccc;}
 
  37.86003090% {background-color: #ffcccc;}
 
  37.86003100% {background-color: #fff;}
 
  38.02503100% {background-color: #fff;}
 
  38.08003100% {background-color: #fff;}
 
  38.08003110% {background-color: #ffcccc;}
 
  38.13503110% {background-color: #ffcccc;}
 
  38.13503120% {background-color: #fff;}
 
  38.30003120% {background-color: #fff;}
 
  38.35503120% {background-color: #fff;}
 
  38.35503130% {background-color: #ffcccc;}
 
  38.41003130% {background-color: #ffcccc;}
 
  38.41003140% {background-color: #fff;}
 
  38.46503140% {background-color: #fff;}
 
  38.46503150% {background-color: #ffcccc;}
 
  38.63003150% {background-color: #ffcccc;}
 
  38.63003160% {background-color: #fff;}
 
  38.68503160% {background-color: #fff;}
 
  38.68503170% {background-color: #ffcccc;}
 
  38.85003170% {background-color: #ffcccc;}
 
  38.85003180% {background-color: #fff;}
 
  38.90503180% {background-color: #fff;}
 
  38.90503190% {background-color: #ffcccc;}
 
  38.96003190% {background-color: #ffcccc;}
 
  38.96003200% {background-color: #fff;}
 
  39.34503200% {background-color: #fff;}
 
  39.40003200% {background-color: #fff;}
 
  39.40003210% {background-color: #ffcccc;}
 
  39.56503210% {background-color: #ffcccc;}
 
  39.56503220% {background-color: #fff;}
 
  39.62003220% {background-color: #fff;}
 
  39.62003230% {background-color: #ffcccc;}
 
  39.67503230% {background-color: #ffcccc;}
 
  39.67503240% {background-color: #fff;}
 
  39.73003240% {background-color: #fff;}
 
  39.73003250% {background-color: #ffcccc;}
 
  39.78503250% {background-color: #ffcccc;}
 
  39.78503260% {background-color: #fff;}
 
  39.84003260% {background-color: #fff;}
 
  39.84003270% {background-color: #ffcccc;}
 
  39.89503270% {background-color: #ffcccc;}
 
  39.89503280% {background-color: #fff;}
 
  40.06003280% {background-color: #fff;}
 
  40.11503280% {background-color: #fff;}
 
  40.11503290% {background-color: #ffcccc;}
 
  40.17003290% {background-color: #ffcccc;}
 
  40.17003300% {background-color: #fff;}
 
  40.33503300% {background-color: #fff;}
 
  40.39003300% {background-color: #fff;}
 
  40.39003310% {background-color: #ffcccc;}
 
  40.44503310% {background-color: #ffcccc;}
 
  40.44503320% {background-color: #fff;}
 
  40.61003320% {background-color: #fff;}
 
  40.66503320% {background-color: #fff;}
 
  40.66503330% {background-color: #ffcccc;}
 
  40.72003330% {background-color: #ffcccc;}
 
  40.72003340% {background-color: #fff;}
 
  40.77503340% {background-color: #fff;}
 
  40.77503350% {background-color: #ffcccc;}
 
  40.94003350% {background-color: #ffcccc;}
 
  40.94003360% {background-color: #fff;}
 
  40.99503360% {background-color: #fff;}
 
  40.99503370% {background-color: #ffcccc;}
 
  41.16003370% {background-color: #ffcccc;}
 
  41.16003380% {background-color: #fff;}
 
  41.21503380% {background-color: #fff;}
 
  41.21503390% {background-color: #ffcccc;}
 
  41.27003390% {background-color: #ffcccc;}
 
  41.27003400% {background-color: #fff;}
 
  41.65503400% {background-color: #fff;}
 
  41.71003400% {background-color: #fff;}
 
  41.71003410% {background-color: #ffcccc;}
 
  41.87503410% {background-color: #ffcccc;}
 
  41.87503420% {background-color: #fff;}
 
  41.93003420% {background-color: #fff;}
 
  41.93003430% {background-color: #ffcccc;}
 
  41.98503430% {background-color: #ffcccc;}
 
  41.98503440% {background-color: #fff;}
 
  42.04003440% {background-color: #fff;}
 
  42.04003450% {background-color: #ffcccc;}
 
  42.09503450% {background-color: #ffcccc;}
 
  42.09503460% {background-color: #fff;}
 
  42.15003460% {background-color: #fff;}
 
  42.15003470% {background-color: #ffcccc;}
 
  42.20503470% {background-color: #ffcccc;}
 
  42.20503480% {background-color: #fff;}
 
  42.37003480% {background-color: #fff;}
 
  42.42503480% {background-color: #fff;}
 
  42.42503490% {background-color: #ffcccc;}
 
  42.48003490% {background-color: #ffcccc;}
 
  42.48003500% {background-color: #fff;}
 
  42.64503500% {background-color: #fff;}
 
  42.70003500% {background-color: #fff;}
 
  42.70003510% {background-color: #ffcccc;}
 
  42.75503510% {background-color: #ffcccc;}
 
  42.75503520% {background-color: #fff;}
 
  42.92003520% {background-color: #fff;}
 
  42.97503520% {background-color: #fff;}
 
  42.97503530% {background-color: #ffcccc;}
 
  43.03003530% {background-color: #ffcccc;}
 
  43.03003540% {background-color: #fff;}
 
  43.08503540% {background-color: #fff;}
 
  43.08503550% {background-color: #ffcccc;}
 
  43.25003550% {background-color: #ffcccc;}
 
  43.25003560% {background-color: #fff;}
 
  43.30503560% {background-color: #fff;}
 
  43.30503570% {background-color: #ffcccc;}
 
  43.47003570% {background-color: #ffcccc;}
 
  43.47003580% {background-color: #fff;}
 
  43.52503580% {background-color: #fff;}
 
  43.52503590% {background-color: #ffcccc;}
 
  43.58003590% {background-color: #ffcccc;}
 
  43.58003600% {background-color: #fff;}
 
  43.96503600% {background-color: #fff;}
 
  44.02003600% {background-color: #fff;}
 
  44.02003610% {background-color: #ffcccc;}
 
  44.18503610% {background-color: #ffcccc;}
 
  44.18503620% {background-color: #fff;}
 
  44.24003620% {background-color: #fff;}
 
  44.24003630% {background-color: #ffcccc;}
 
  44.29503630% {background-color: #ffcccc;}
 
  44.29503640% {background-color: #fff;}
 
  44.35003640% {background-color: #fff;}
 
  44.35003650% {background-color: #ffcccc;}
 
  44.40503650% {background-color: #ffcccc;}
 
  44.40503660% {background-color: #fff;}
 
  44.46003660% {background-color: #fff;}
 
  44.46003670% {background-color: #ffcccc;}
 
  44.51503670% {background-color: #ffcccc;}
 
  44.51503680% {background-color: #fff;}
 
  44.68003680% {background-color: #fff;}
 
  44.73503680% {background-color: #fff;}
 
  44.73503690% {background-color: #ffcccc;}
 
  44.79003690% {background-color: #ffcccc;}
 
  44.79003700% {background-color: #fff;}
 
  44.95503700% {background-color: #fff;}
 
  45.01003700% {background-color: #fff;}
 
  45.01003710% {background-color: #ffcccc;}
 
  45.06503710% {background-color: #ffcccc;}
 
  45.06503720% {background-color: #fff;}
 
  45.23003720% {background-color: #fff;}
 
  45.28503720% {background-color: #fff;}
 
  45.28503730% {background-color: #ffcccc;}
 
  45.34003730% {background-color: #ffcccc;}
 
  45.34003740% {background-color: #fff;}
 
  45.39503740% {background-color: #fff;}
 
  45.39503750% {background-color: #ffcccc;}
 
  45.56003750% {background-color: #ffcccc;}
 
  45.56003760% {background-color: #fff;}
 
  45.61503760% {background-color: #fff;}
 
  45.61503770% {background-color: #ffcccc;}
 
  45.78003770% {background-color: #ffcccc;}
 
  45.78003780% {background-color: #fff;}
 
  45.83503780% {background-color: #fff;}
 
  45.83503790% {background-color: #ffcccc;}
 
  45.89003790% {background-color: #ffcccc;}
 
  45.89003800% {background-color: #fff;}
 
  46.27503800% {background-color: #fff;}
 
  46.33003800% {background-color: #fff;}
 
  46.33003810% {background-color: #ffcccc;}
 
  46.49503810% {background-color: #ffcccc;}
 
  46.49503820% {background-color: #fff;}
 
  46.55003820% {background-color: #fff;}
 
  46.55003830% {background-color: #ffcccc;}
 
  46.60503830% {background-color: #ffcccc;}
 
  46.60503840% {background-color: #fff;}
 
  46.66003840% {background-color: #fff;}
 
  46.66003850% {background-color: #ffcccc;}
 
  46.71503850% {background-color: #ffcccc;}
 
  46.71503860% {background-color: #fff;}
 
  46.77003860% {background-color: #fff;}
 
  46.77003870% {background-color: #ffcccc;}
 
  46.82503870% {background-color: #ffcccc;}
 
  46.82503880% {background-color: #fff;}
 
  46.99003880% {background-color: #fff;}
 
  47.04503880% {background-color: #fff;}
 
  47.04503890% {background-color: #ffcccc;}
 
  47.10003890% {background-color: #ffcccc;}
 
  47.10003900% {background-color: #fff;}
 
  47.26503900% {background-color: #fff;}
 
  47.32003900% {background-color: #fff;}
 
  47.32003910% {background-color: #ffcccc;}
 
  47.37503910% {background-color: #ffcccc;}
 
  47.37503920% {background-color: #fff;}
 
  47.54003920% {background-color: #fff;}
 
  47.59503920% {background-color: #fff;}
 
  47.59503930% {background-color: #ffcccc;}
 
  47.65003930% {background-color: #ffcccc;}
 
  47.65003940% {background-color: #fff;}
 
  47.70503940% {background-color: #fff;}
 
  47.70503950% {background-color: #ffcccc;}
 
  47.87003950% {background-color: #ffcccc;}
 
  47.87003960% {background-color: #fff;}
 
  47.92503960% {background-color: #fff;}
 
  47.92503970% {background-color: #ffcccc;}
 
  48.09003970% {background-color: #ffcccc;}
 
  48.09003980% {background-color: #fff;}
 
  48.14503980% {background-color: #fff;}
 
  48.14503990% {background-color: #ffcccc;}
 
  48.20003990% {background-color: #ffcccc;}
 
  48.20004000% {background-color: #fff;}
 
  48.58504000% {background-color: #fff;}
 
  48.64004000% {background-color: #fff;}
 
  48.64004010% {background-color: #ffcccc;}
 
  48.80504010% {background-color: #ffcccc;}
 
  48.80504020% {background-color: #fff;}
 
  48.86004020% {background-color: #fff;}
 
  48.86004030% {background-color: #ffcccc;}
 
  48.91504030% {background-color: #ffcccc;}
 
  48.91504040% {background-color: #fff;}
 
  48.97004040% {background-color: #fff;}
 
  48.97004050% {background-color: #ffcccc;}
 
  49.02504050% {background-color: #ffcccc;}
 
  49.02504060% {background-color: #fff;}
 
  49.08004060% {background-color: #fff;}
 
  49.08004070% {background-color: #ffcccc;}
 
  49.13504070% {background-color: #ffcccc;}
 
  49.13504080% {background-color: #fff;}
 
  49.30004080% {background-color: #fff;}
 
  49.35504080% {background-color: #fff;}
 
  49.35504090% {background-color: #ffcccc;}
 
  49.41004090% {background-color: #ffcccc;}
 
  49.41004100% {background-color: #fff;}
 
  49.57504100% {background-color: #fff;}
 
  49.63004100% {background-color: #fff;}
 
  49.63004110% {background-color: #ffcccc;}
 
  49.68504110% {background-color: #ffcccc;}
 
  49.68504120% {background-color: #fff;}
 
  49.85004120% {background-color: #fff;}
 
  49.90504120% {background-color: #fff;}
 
  49.90504130% {background-color: #ffcccc;}
 
  49.96004130% {background-color: #ffcccc;}
 
  49.96004140% {background-color: #fff;}
 
   50.01504140% {background-color: #fff;}
 
   50.01504150% {background-color: #ffcccc;}
 
  50.18004150% {background-color: #ffcccc;}
 
  50.18004160% {background-color: #fff;}
 
  50.23504160% {background-color: #fff;}
 
  50.23504170% {background-color: #ffcccc;}
 
   50.40004170% {background-color: #ffcccc;}
 
   50.40004180% {background-color: #fff;}
 
  50.45504180% {background-color: #fff;}
 
  50.45504190% {background-color: #ffcccc;}
 
  50.51004190% {background-color: #ffcccc;}
 
  50.51004200% {background-color: #fff;}
 
  50.89504200% {background-color: #fff;}
 
  50.95004200% {background-color: #fff;}
 
  50.95004210% {background-color: #ffcccc;}
 
  51.11504210% {background-color: #ffcccc;}
 
  51.11504220% {background-color: #fff;}
 
  51.17004220% {background-color: #fff;}
 
  51.17004230% {background-color: #ffcccc;}
 
  51.22504230% {background-color: #ffcccc;}
 
  51.22504240% {background-color: #fff;}
 
  51.28004240% {background-color: #fff;}
 
  51.28004250% {background-color: #ffcccc;}
 
  51.33504250% {background-color: #ffcccc;}
 
  51.33504260% {background-color: #fff;}
 
  51.39004260% {background-color: #fff;}
 
  51.39004270% {background-color: #ffcccc;}
 
  51.44504270% {background-color: #ffcccc;}
 
  51.44504280% {background-color: #fff;}
 
  51.61004280% {background-color: #fff;}
 
  51.66504280% {background-color: #fff;}
 
  51.66504290% {background-color: #ffcccc;}
 
  51.72004290% {background-color: #ffcccc;}
 
  51.72004300% {background-color: #fff;}
 
  51.88504300% {background-color: #fff;}
 
  51.94004300% {background-color: #fff;}
 
  51.94004310% {background-color: #ffcccc;}
 
  51.99504310% {background-color: #ffcccc;}
 
  51.99504320% {background-color: #fff;}
 
  52.16004320% {background-color: #fff;}
 
  52.21504320% {background-color: #fff;}
 
  52.21504330% {background-color: #ffcccc;}
 
  52.27004330% {background-color: #ffcccc;}
 
  52.27004340% {background-color: #fff;}
 
  52.32504340% {background-color: #fff;}
 
  52.32504350% {background-color: #ffcccc;}
 
  52.49004350% {background-color: #ffcccc;}
 
  52.49004360% {background-color: #fff;}
 
  52.54504360% {background-color: #fff;}
 
  52.54504370% {background-color: #ffcccc;}
 
  52.71004370% {background-color: #ffcccc;}
 
  52.71004380% {background-color: #fff;}
 
  52.76504380% {background-color: #fff;}
 
  52.76504390% {background-color: #ffcccc;}
 
  52.82004390% {background-color: #ffcccc;}
 
  52.82004400% {background-color: #fff;}
 
  53.20504400% {background-color: #fff;}
 
  53.26004400% {background-color: #fff;}
 
  53.26004410% {background-color: #ffcccc;}
 
  53.42504410% {background-color: #ffcccc;}
 
  53.42504420% {background-color: #fff;}
 
  53.48004420% {background-color: #fff;}
 
  53.48004430% {background-color: #ffcccc;}
 
  53.53504430% {background-color: #ffcccc;}
 
  53.53504440% {background-color: #fff;}
 
  53.59004440% {background-color: #fff;}
 
  53.59004450% {background-color: #ffcccc;}
 
  53.64504450% {background-color: #ffcccc;}
 
  53.64504460% {background-color: #fff;}
 
  53.70004460% {background-color: #fff;}
 
  53.70004470% {background-color: #ffcccc;}
 
  53.75504470% {background-color: #ffcccc;}
 
  53.75504480% {background-color: #fff;}
 
  53.92004480% {background-color: #fff;}
 
  53.97504480% {background-color: #fff;}
 
  53.97504490% {background-color: #ffcccc;}
 
  54.03004490% {background-color: #ffcccc;}
 
  54.03004500% {background-color: #fff;}
 
  54.19504500% {background-color: #fff;}
 
  54.25004500% {background-color: #fff;}
 
  54.25004510% {background-color: #ffcccc;}
 
  54.30504510% {background-color: #ffcccc;}
 
  54.30504520% {background-color: #fff;}
 
  54.47004520% {background-color: #fff;}
 
  54.52504520% {background-color: #fff;}
 
  54.52504530% {background-color: #ffcccc;}
 
  54.58004530% {background-color: #ffcccc;}
 
  54.58004540% {background-color: #fff;}
 
  54.63504540% {background-color: #fff;}
 
  54.63504550% {background-color: #ffcccc;}
 
  54.80004550% {background-color: #ffcccc;}
 
  54.80004560% {background-color: #fff;}
 
  54.85504560% {background-color: #fff;}
 
  54.85504570% {background-color: #ffcccc;}
 
  55.02004570% {background-color: #ffcccc;}
 
  55.02004580% {background-color: #fff;}
 
  55.07504580% {background-color: #fff;}
 
  55.07504590% {background-color: #ffcccc;}
 
  55.13004590% {background-color: #ffcccc;}
 
  55.13004600% {background-color: #fff;}
 
  55.51504600% {background-color: #fff;}
 
  55.57004600% {background-color: #fff;}
 
  55.57004610% {background-color: #ffcccc;}
 
  55.73504610% {background-color: #ffcccc;}
 
  55.73504620% {background-color: #fff;}
 
  55.79004620% {background-color: #fff;}
 
  55.79004630% {background-color: #ffcccc;}
 
  55.84504630% {background-color: #ffcccc;}
 
  55.84504640% {background-color: #fff;}
 
  55.90004640% {background-color: #fff;}
 
  55.90004650% {background-color: #ffcccc;}
 
  55.95504650% {background-color: #ffcccc;}
 
  55.95504660% {background-color: #fff;}
 
  56.01004660% {background-color: #fff;}
 
  56.01004670% {background-color: #ffcccc;}
 
  56.06504670% {background-color: #ffcccc;}
 
  56.06504680% {background-color: #fff;}
 
  56.23004680% {background-color: #fff;}
 
  56.28504680% {background-color: #fff;}
 
  56.28504690% {background-color: #ffcccc;}
 
  56.34004690% {background-color: #ffcccc;}
 
  56.34004700% {background-color: #fff;}
 
  56.50504700% {background-color: #fff;}
 
  56.56004700% {background-color: #fff;}
 
  56.56004710% {background-color: #ffcccc;}
 
  56.61504710% {background-color: #ffcccc;}
 
  56.61504720% {background-color: #fff;}
 
  56.78004720% {background-color: #fff;}
 
  56.83504720% {background-color: #fff;}
 
  56.83504730% {background-color: #ffcccc;}
 
  56.89004730% {background-color: #ffcccc;}
 
  56.89004740% {background-color: #fff;}
 
  56.94504740% {background-color: #fff;}
 
  56.94504750% {background-color: #ffcccc;}
 
  57.11004750% {background-color: #ffcccc;}
 
  57.11004760% {background-color: #fff;}
 
  57.16504760% {background-color: #fff;}
 
  57.16504770% {background-color: #ffcccc;}
 
  57.33004770% {background-color: #ffcccc;}
 
  57.33004780% {background-color: #fff;}
 
  57.38504780% {background-color: #fff;}
 
  57.38504790% {background-color: #ffcccc;}
 
  57.44004790% {background-color: #ffcccc;}
 
  57.44004800% {background-color: #fff;}
 
  57.82504800% {background-color: #fff;}
 
  57.88004800% {background-color: #fff;}
 
  57.88004810% {background-color: #ffcccc;}
 
  58.04504810% {background-color: #ffcccc;}
 
  58.04504820% {background-color: #fff;}
 
  58.10004820% {background-color: #fff;}
 
  58.10004830% {background-color: #ffcccc;}
 
  58.15504830% {background-color: #ffcccc;}
 
  58.15504840% {background-color: #fff;}
 
  58.21004840% {background-color: #fff;}
 
  58.21004850% {background-color: #ffcccc;}
 
  58.26504850% {background-color: #ffcccc;}
 
  58.26504860% {background-color: #fff;}
 
  58.32004860% {background-color: #fff;}
 
  58.32004870% {background-color: #ffcccc;}
 
  58.37504870% {background-color: #ffcccc;}
 
  58.37504880% {background-color: #fff;}
 
  58.54004880% {background-color: #fff;}
 
  58.59504880% {background-color: #fff;}
 
  58.59504890% {background-color: #ffcccc;}
 
  58.65004890% {background-color: #ffcccc;}
 
  58.65004900% {background-color: #fff;}
 
  58.81504900% {background-color: #fff;}
 
  58.87004900% {background-color: #fff;}
 
  58.87004910% {background-color: #ffcccc;}
 
  58.92504910% {background-color: #ffcccc;}
 
  58.92504920% {background-color: #fff;}
 
  59.09004920% {background-color: #fff;}
 
  59.14504920% {background-color: #fff;}
 
  59.14504930% {background-color: #ffcccc;}
 
  59.20004930% {background-color: #ffcccc;}
 
  59.20004940% {background-color: #fff;}
 
  59.25504940% {background-color: #fff;}
 
  59.25504950% {background-color: #ffcccc;}
 
  59.42004950% {background-color: #ffcccc;}
 
  59.42004960% {background-color: #fff;}
 
  59.47504960% {background-color: #fff;}
 
  59.47504970% {background-color: #ffcccc;}
 
  59.64004970% {background-color: #ffcccc;}
 
  59.64004980% {background-color: #fff;}
 
  59.69504980% {background-color: #fff;}
 
  59.69504990% {background-color: #ffcccc;}
 
  59.75004990% {background-color: #ffcccc;}
 
  59.75005000% {background-color: #fff;}
 
  60.13505000% {background-color: #fff;}
 
  60.19005000% {background-color: #fff;}
 
  60.19005010% {background-color: #ffcccc;}
 
  60.35505010% {background-color: #ffcccc;}
 
  60.35505020% {background-color: #fff;}
 
  60.41005020% {background-color: #fff;}
 
  60.41005030% {background-color: #ffcccc;}
 
  60.46505030% {background-color: #ffcccc;}
 
  60.46505040% {background-color: #fff;}
 
  60.52005040% {background-color: #fff;}
 
  60.52005050% {background-color: #ffcccc;}
 
  60.57505050% {background-color: #ffcccc;}
 
  60.57505060% {background-color: #fff;}
 
  60.63005060% {background-color: #fff;}
 
  60.63005070% {background-color: #ffcccc;}
 
  60.68505070% {background-color: #ffcccc;}
 
  60.68505080% {background-color: #fff;}
 
  60.85005080% {background-color: #fff;}
 
  60.90505080% {background-color: #fff;}
 
  60.90505090% {background-color: #ffcccc;}
 
  60.96005090% {background-color: #ffcccc;}
 
  60.96005100% {background-color: #fff;}
 
  61.12505100% {background-color: #fff;}
 
  61.18005100% {background-color: #fff;}
 
  61.18005110% {background-color: #ffcccc;}
 
  61.23505110% {background-color: #ffcccc;}
 
  61.23505120% {background-color: #fff;}
 
  61.40005120% {background-color: #fff;}
 
  61.45505120% {background-color: #fff;}
 
  61.45505130% {background-color: #ffcccc;}
 
  61.51005130% {background-color: #ffcccc;}
 
  61.51005140% {background-color: #fff;}
 
  61.56505140% {background-color: #fff;}
 
  61.56505150% {background-color: #ffcccc;}
 
  61.73005150% {background-color: #ffcccc;}
 
  61.73005160% {background-color: #fff;}
 
  61.78505160% {background-color: #fff;}
 
  61.78505170% {background-color: #ffcccc;}
 
  61.95005170% {background-color: #ffcccc;}
 
  61.95005180% {background-color: #fff;}
 
  62.00505180% {background-color: #fff;}
 
  62.00505190% {background-color: #ffcccc;}
 
  62.06005190% {background-color: #ffcccc;}
 
  62.06005200% {background-color: #fff;}
 
  62.44505200% {background-color: #fff;}
 
  62.50005200% {background-color: #fff;}
 
  62.50005210% {background-color: #ffcccc;}
 
  62.66505210% {background-color: #ffcccc;}
 
  62.66505220% {background-color: #fff;}
 
  62.72005220% {background-color: #fff;}
 
  62.72005230% {background-color: #ffcccc;}
 
  62.77505230% {background-color: #ffcccc;}
 
  62.77505240% {background-color: #fff;}
 
  62.83005240% {background-color: #fff;}
 
  62.83005250% {background-color: #ffcccc;}
 
  62.88505250% {background-color: #ffcccc;}
 
  62.88505260% {background-color: #fff;}
 
  62.94005260% {background-color: #fff;}
 
  62.94005270% {background-color: #ffcccc;}
 
  62.99505270% {background-color: #ffcccc;}
 
  62.99505280% {background-color: #fff;}
 
  63.16005280% {background-color: #fff;}
 
  63.21505280% {background-color: #fff;}
 
  63.21505290% {background-color: #ffcccc;}
 
  63.27005290% {background-color: #ffcccc;}
 
  63.27005300% {background-color: #fff;}
 
  63.43505300% {background-color: #fff;}
 
  63.49005300% {background-color: #fff;}
 
  63.49005310% {background-color: #ffcccc;}
 
  63.54505310% {background-color: #ffcccc;}
 
  63.54505320% {background-color: #fff;}
 
  63.71005320% {background-color: #fff;}
 
  63.76505320% {background-color: #fff;}
 
  63.76505330% {background-color: #ffcccc;}
 
  63.82005330% {background-color: #ffcccc;}
 
  63.82005340% {background-color: #fff;}
 
  63.87505340% {background-color: #fff;}
 
  63.87505350% {background-color: #ffcccc;}
 
  64.04005350% {background-color: #ffcccc;}
 
  64.04005360% {background-color: #fff;}
 
  64.09505360% {background-color: #fff;}
 
  64.09505370% {background-color: #ffcccc;}
 
  64.26005370% {background-color: #ffcccc;}
 
  64.26005380% {background-color: #fff;}
 
  64.31505380% {background-color: #fff;}
 
  64.31505390% {background-color: #ffcccc;}
 
  64.37005390% {background-color: #ffcccc;}
 
  64.37005400% {background-color: #fff;}
 
  64.75505400% {background-color: #fff;}
 
  64.81005400% {background-color: #fff;}
 
  64.81005410% {background-color: #ffcccc;}
 
  64.97505410% {background-color: #ffcccc;}
 
  64.97505420% {background-color: #fff;}
 
  65.03005420% {background-color: #fff;}
 
  65.03005430% {background-color: #ffcccc;}
 
  65.08505430% {background-color: #ffcccc;}
 
  65.08505440% {background-color: #fff;}
 
  65.14005440% {background-color: #fff;}
 
  65.14005450% {background-color: #ffcccc;}
 
  65.19505450% {background-color: #ffcccc;}
 
  65.19505460% {background-color: #fff;}
 
  65.25005460% {background-color: #fff;}
 
  65.25005470% {background-color: #ffcccc;}
 
  65.30505470% {background-color: #ffcccc;}
 
  65.30505480% {background-color: #fff;}
 
  65.47005480% {background-color: #fff;}
 
  65.52505480% {background-color: #fff;}
 
  65.52505490% {background-color: #ffcccc;}
 
  65.58005490% {background-color: #ffcccc;}
 
  65.58005500% {background-color: #fff;}
 
  65.74505500% {background-color: #fff;}
 
  65.80005500% {background-color: #fff;}
 
  65.80005510% {background-color: #ffcccc;}
 
  65.85505510% {background-color: #ffcccc;}
 
  65.85505520% {background-color: #fff;}
 
  66.02005520% {background-color: #fff;}
 
  66.07505520% {background-color: #fff;}
 
  66.07505530% {background-color: #ffcccc;}
 
  66.13005530% {background-color: #ffcccc;}
 
  66.13005540% {background-color: #fff;}
 
  66.18505540% {background-color: #fff;}
 
  66.18505550% {background-color: #ffcccc;}
 
  66.35005550% {background-color: #ffcccc;}
 
  66.35005560% {background-color: #fff;}
 
  66.40505560% {background-color: #fff;}
 
  66.40505570% {background-color: #ffcccc;}
 
  66.57005570% {background-color: #ffcccc;}
 
  66.57005580% {background-color: #fff;}
 
  66.62505580% {background-color: #fff;}
 
  66.62505590% {background-color: #ffcccc;}
 
  66.68005590% {background-color: #ffcccc;}
 
  66.68005600% {background-color: #fff;}
 
  67.06505600% {background-color: #fff;}
 
  67.12005600% {background-color: #fff;}
 
  67.12005610% {background-color: #ffcccc;}
 
  67.28505610% {background-color: #ffcccc;}
 
  67.28505620% {background-color: #fff;}
 
  67.34005620% {background-color: #fff;}
 
  67.34005630% {background-color: #ffcccc;}
 
  67.39505630% {background-color: #ffcccc;}
 
  67.39505640% {background-color: #fff;}
 
  67.45005640% {background-color: #fff;}
 
  67.45005650% {background-color: #ffcccc;}
 
  67.50505650% {background-color: #ffcccc;}
 
  67.50505660% {background-color: #fff;}
 
  67.56005660% {background-color: #fff;}
 
  67.56005670% {background-color: #ffcccc;}
 
  67.61505670% {background-color: #ffcccc;}
 
  67.61505680% {background-color: #fff;}
 
  67.78005680% {background-color: #fff;}
 
  67.83505680% {background-color: #fff;}
 
  67.83505690% {background-color: #ffcccc;}
 
  67.89005690% {background-color: #ffcccc;}
 
  67.89005700% {background-color: #fff;}
 
  68.05505700% {background-color: #fff;}
 
  68.11005700% {background-color: #fff;}
 
  68.11005710% {background-color: #ffcccc;}
 
  68.16505710% {background-color: #ffcccc;}
 
  68.16505720% {background-color: #fff;}
 
  68.33005720% {background-color: #fff;}
 
  68.38505720% {background-color: #fff;}
 
  68.38505730% {background-color: #ffcccc;}
 
  68.44005730% {background-color: #ffcccc;}
 
  68.44005740% {background-color: #fff;}
 
  68.49505740% {background-color: #fff;}
 
  68.49505750% {background-color: #ffcccc;}
 
  68.66005750% {background-color: #ffcccc;}
 
  68.66005760% {background-color: #fff;}
 
  68.71505760% {background-color: #fff;}
 
  68.71505770% {background-color: #ffcccc;}
 
  68.88005770% {background-color: #ffcccc;}
 
  68.88005780% {background-color: #fff;}
 
  68.93505780% {background-color: #fff;}
 
  68.93505790% {background-color: #ffcccc;}
 
  68.99005790% {background-color: #ffcccc;}
 
  68.99005800% {background-color: #fff;}
 
  69.37505800% {background-color: #fff;}
 
  69.43005800% {background-color: #fff;}
 
  69.43005810% {background-color: #ffcccc;}
 
  69.59505810% {background-color: #ffcccc;}
 
  69.59505820% {background-color: #fff;}
 
  69.65005820% {background-color: #fff;}
 
  69.65005830% {background-color: #ffcccc;}
 
  69.70505830% {background-color: #ffcccc;}
 
  69.70505840% {background-color: #fff;}
 
  69.76005840% {background-color: #fff;}
 
  69.76005850% {background-color: #ffcccc;}
 
  69.81505850% {background-color: #ffcccc;}
 
  69.81505860% {background-color: #fff;}
 
  69.87005860% {background-color: #fff;}
 
  69.87005870% {background-color: #ffcccc;}
 
  69.92505870% {background-color: #ffcccc;}
 
  69.92505880% {background-color: #fff;}
 
  70.09005880% {background-color: #fff;}
 
  70.14505880% {background-color: #fff;}
 
  70.14505890% {background-color: #ffcccc;}
 
  70.20005890% {background-color: #ffcccc;}
 
  70.20005900% {background-color: #fff;}
 
  70.36505900% {background-color: #fff;}
 
  70.42005900% {background-color: #fff;}
 
  70.42005910% {background-color: #ffcccc;}
 
  70.47505910% {background-color: #ffcccc;}
 
  70.47505920% {background-color: #fff;}
 
  70.64005920% {background-color: #fff;}
 
  70.69505920% {background-color: #fff;}
 
  70.69505930% {background-color: #ffcccc;}
 
  70.75005930% {background-color: #ffcccc;}
 
  70.75005940% {background-color: #fff;}
 
  70.80505940% {background-color: #fff;}
 
  70.80505950% {background-color: #ffcccc;}
 
  70.97005950% {background-color: #ffcccc;}
 
  70.97005960% {background-color: #fff;}
 
  71.02505960% {background-color: #fff;}
 
  71.02505970% {background-color: #ffcccc;}
 
  71.19005970% {background-color: #ffcccc;}
 
  71.19005980% {background-color: #fff;}
 
  71.24505980% {background-color: #fff;}
 
  71.24505990% {background-color: #ffcccc;}
 
  71.30005990% {background-color: #ffcccc;}
 
  71.30006000% {background-color: #fff;}
 
  71.68506000% {background-color: #fff;}
 
  71.74006000% {background-color: #fff;}
 
  71.74006010% {background-color: #ffcccc;}
 
  71.90506010% {background-color: #ffcccc;}
 
  71.90506020% {background-color: #fff;}
 
  71.96006020% {background-color: #fff;}
 
  71.96006030% {background-color: #ffcccc;}
 
  72.01506030% {background-color: #ffcccc;}
 
  72.01506040% {background-color: #fff;}
 
  72.07006040% {background-color: #fff;}
 
  72.07006050% {background-color: #ffcccc;}
 
  72.12506050% {background-color: #ffcccc;}
 
  72.12506060% {background-color: #fff;}
 
  72.18006060% {background-color: #fff;}
 
  72.18006070% {background-color: #ffcccc;}
 
  72.23506070% {background-color: #ffcccc;}
 
  72.23506080% {background-color: #fff;}
 
  72.40006080% {background-color: #fff;}
 
  72.45506080% {background-color: #fff;}
 
  72.45506090% {background-color: #ffcccc;}
 
  72.51006090% {background-color: #ffcccc;}
 
  72.51006100% {background-color: #fff;}
 
  72.67506100% {background-color: #fff;}
 
  72.73006100% {background-color: #fff;}
 
  72.73006110% {background-color: #ffcccc;}
 
  72.78506110% {background-color: #ffcccc;}
 
  72.78506120% {background-color: #fff;}
 
  72.95006120% {background-color: #fff;}
 
  73.00506120% {background-color: #fff;}
 
  73.00506130% {background-color: #ffcccc;}
 
  73.06006130% {background-color: #ffcccc;}
 
  73.06006140% {background-color: #fff;}
 
  73.11506140% {background-color: #fff;}
 
  73.11506150% {background-color: #ffcccc;}
 
  73.28006150% {background-color: #ffcccc;}
 
  73.28006160% {background-color: #fff;}
 
  73.33506160% {background-color: #fff;}
 
  73.33506170% {background-color: #ffcccc;}
 
  73.50006170% {background-color: #ffcccc;}
 
  73.50006180% {background-color: #fff;}
 
  73.55506180% {background-color: #fff;}
 
  73.55506190% {background-color: #ffcccc;}
 
  73.61006190% {background-color: #ffcccc;}
 
  73.61006200% {background-color: #fff;}
 
  73.99506200% {background-color: #fff;}
 
  74.05006200% {background-color: #fff;}
 
  74.05006210% {background-color: #ffcccc;}
 
  74.21506210% {background-color: #ffcccc;}
 
  74.21506220% {background-color: #fff;}
 
  74.27006220% {background-color: #fff;}
 
  74.27006230% {background-color: #ffcccc;}
 
  74.32506230% {background-color: #ffcccc;}
 
  74.32506240% {background-color: #fff;}
 
  74.38006240% {background-color: #fff;}
 
  74.38006250% {background-color: #ffcccc;}
 
  74.43506250% {background-color: #ffcccc;}
 
  74.43506260% {background-color: #fff;}
 
  74.49006260% {background-color: #fff;}
 
  74.49006270% {background-color: #ffcccc;}
 
  74.54506270% {background-color: #ffcccc;}
 
  74.54506280% {background-color: #fff;}
 
  74.71006280% {background-color: #fff;}
 
  74.76506280% {background-color: #fff;}
 
  74.76506290% {background-color: #ffcccc;}
 
  74.82006290% {background-color: #ffcccc;}
 
  74.82006300% {background-color: #fff;}
 
  74.98506300% {background-color: #fff;}
 
  75.04006300% {background-color: #fff;}
 
  75.04006310% {background-color: #ffcccc;}
 
  75.09506310% {background-color: #ffcccc;}
 
  75.09506320% {background-color: #fff;}
 
  75.26006320% {background-color: #fff;}
 
  75.31506320% {background-color: #fff;}
 
  75.31506330% {background-color: #ffcccc;}
 
  75.37006330% {background-color: #ffcccc;}
 
  75.37006340% {background-color: #fff;}
 
  75.42506340% {background-color: #fff;}
 
  75.42506350% {background-color: #ffcccc;}
 
  75.59006350% {background-color: #ffcccc;}
 
  75.59006360% {background-color: #fff;}
 
  75.64506360% {background-color: #fff;}
 
  75.64506370% {background-color: #ffcccc;}
 
  75.81006370% {background-color: #ffcccc;}
 
  75.81006380% {background-color: #fff;}
 
  75.86506380% {background-color: #fff;}
 
  75.86506390% {background-color: #ffcccc;}
 
  75.92006390% {background-color: #ffcccc;}
 
  75.92006400% {background-color: #fff;}
 
  76.30506400% {background-color: #fff;}
 
  76.36006400% {background-color: #fff;}
 
  76.36006410% {background-color: #ffcccc;}
 
  76.52506410% {background-color: #ffcccc;}
 
  76.52506420% {background-color: #fff;}
 
  76.58006420% {background-color: #fff;}
 
  76.58006430% {background-color: #ffcccc;}
 
  76.63506430% {background-color: #ffcccc;}
 
  76.63506440% {background-color: #fff;}
 
  76.69006440% {background-color: #fff;}
 
  76.69006450% {background-color: #ffcccc;}
 
  76.74506450% {background-color: #ffcccc;}
 
  76.74506460% {background-color: #fff;}
 
  76.80006460% {background-color: #fff;}
 
  76.80006470% {background-color: #ffcccc;}
 
  76.85506470% {background-color: #ffcccc;}
 
  76.85506480% {background-color: #fff;}
 
  77.02006480% {background-color: #fff;}
 
  77.07506480% {background-color: #fff;}
 
  77.07506490% {background-color: #ffcccc;}
 
  77.13006490% {background-color: #ffcccc;}
 
  77.13006500% {background-color: #fff;}
 
  77.29506500% {background-color: #fff;}
 
  77.35006500% {background-color: #fff;}
 
  77.35006510% {background-color: #ffcccc;}
 
  77.40506510% {background-color: #ffcccc;}
 
  77.40506520% {background-color: #fff;}
 
  77.57006520% {background-color: #fff;}
 
  77.62506520% {background-color: #fff;}
 
  77.62506530% {background-color: #ffcccc;}
 
  77.68006530% {background-color: #ffcccc;}
 
  77.68006540% {background-color: #fff;}
 
  77.73506540% {background-color: #fff;}
 
  77.73506550% {background-color: #ffcccc;}
 
  77.90006550% {background-color: #ffcccc;}
 
  77.90006560% {background-color: #fff;}
 
  77.95506560% {background-color: #fff;}
 
  77.95506570% {background-color: #ffcccc;}
 
  78.12006570% {background-color: #ffcccc;}
 
  78.12006580% {background-color: #fff;}
 
  78.17506580% {background-color: #fff;}
 
  78.17506590% {background-color: #ffcccc;}
 
  78.23006590% {background-color: #ffcccc;}
 
  78.23006600% {background-color: #fff;}
 
  78.61506600% {background-color: #fff;}
 
  78.67006600% {background-color: #fff;}
 
  78.67006610% {background-color: #ffcccc;}
 
  78.83506610% {background-color: #ffcccc;}
 
  78.83506620% {background-color: #fff;}
 
  78.89006620% {background-color: #fff;}
 
  78.89006630% {background-color: #ffcccc;}
 
  78.94506630% {background-color: #ffcccc;}
 
  78.94506640% {background-color: #fff;}
 
  79.00006640% {background-color: #fff;}
 
  79.00006650% {background-color: #ffcccc;}
 
  79.05506650% {background-color: #ffcccc;}
 
  79.05506660% {background-color: #fff;}
 
  79.11006660% {background-color: #fff;}
 
  79.11006670% {background-color: #ffcccc;}
 
  79.16506670% {background-color: #ffcccc;}
 
  79.16506680% {background-color: #fff;}
 
  79.33006680% {background-color: #fff;}
 
  79.38506680% {background-color: #fff;}
 
  79.38506690% {background-color: #ffcccc;}
 
  79.44006690% {background-color: #ffcccc;}
 
  79.44006700% {background-color: #fff;}
 
  79.60506700% {background-color: #fff;}
 
  79.66006700% {background-color: #fff;}
 
  79.66006710% {background-color: #ffcccc;}
 
  79.71506710% {background-color: #ffcccc;}
 
  79.71506720% {background-color: #fff;}
 
  79.88006720% {background-color: #fff;}
 
  79.93506720% {background-color: #fff;}
 
  79.93506730% {background-color: #ffcccc;}
 
  79.99006730% {background-color: #ffcccc;}
 
  79.99006740% {background-color: #fff;}
 
  80.04506740% {background-color: #fff;}
 
  80.04506750% {background-color: #ffcccc;}
 
  80.21006750% {background-color: #ffcccc;}
 
  80.21006760% {background-color: #fff;}
 
  80.26506760% {background-color: #fff;}
 
  80.26506770% {background-color: #ffcccc;}
 
  80.43006770% {background-color: #ffcccc;}
 
  80.43006780% {background-color: #fff;}
 
  80.48506780% {background-color: #fff;}
 
  80.48506790% {background-color: #ffcccc;}
 
  80.54006790% {background-color: #ffcccc;}
 
  80.54006800% {background-color: #fff;}
 
  80.92506800% {background-color: #fff;}
 
  80.98006800% {background-color: #fff;}
 
  80.98006810% {background-color: #ffcccc;}
 
  81.14506810% {background-color: #ffcccc;}
 
  81.14506820% {background-color: #fff;}
 
  81.20006820% {background-color: #fff;}
 
  81.20006830% {background-color: #ffcccc;}
 
  81.25506830% {background-color: #ffcccc;}
 
  81.25506840% {background-color: #fff;}
 
  81.31006840% {background-color: #fff;}
 
  81.31006850% {background-color: #ffcccc;}
 
  81.36506850% {background-color: #ffcccc;}
 
  81.36506860% {background-color: #fff;}
 
  81.42006860% {background-color: #fff;}
 
  81.42006870% {background-color: #ffcccc;}
 
  81.47506870% {background-color: #ffcccc;}
 
  81.47506880% {background-color: #fff;}
 
  81.64006880% {background-color: #fff;}
 
  81.69506880% {background-color: #fff;}
 
  81.69506890% {background-color: #ffcccc;}
 
  81.75006890% {background-color: #ffcccc;}
 
  81.75006900% {background-color: #fff;}
 
  81.91506900% {background-color: #fff;}
 
  81.97006900% {background-color: #fff;}
 
  81.97006910% {background-color: #ffcccc;}
 
  82.02506910% {background-color: #ffcccc;}
 
  82.02506920% {background-color: #fff;}
 
  82.19006920% {background-color: #fff;}
 
  82.24506920% {background-color: #fff;}
 
  82.24506930% {background-color: #ffcccc;}
 
  82.30006930% {background-color: #ffcccc;}
 
  82.30006940% {background-color: #fff;}
 
  82.35506940% {background-color: #fff;}
 
  82.35506950% {background-color: #ffcccc;}
 
  82.52006950% {background-color: #ffcccc;}
 
  82.52006960% {background-color: #fff;}
 
  82.57506960% {background-color: #fff;}
 
  82.57506970% {background-color: #ffcccc;}
 
  82.74006970% {background-color: #ffcccc;}
 
  82.74006980% {background-color: #fff;}
 
  82.79506980% {background-color: #fff;}
 
  82.79506990% {background-color: #ffcccc;}
 
  82.85006990% {background-color: #ffcccc;}
 
  82.85007000% {background-color: #fff;}
 
  83.23507000% {background-color: #fff;}
 
  83.29007000% {background-color: #fff;}
 
  83.29007010% {background-color: #ffcccc;}
 
  83.45507010% {background-color: #ffcccc;}
 
  83.45507020% {background-color: #fff;}
 
  83.51007020% {background-color: #fff;}
 
  83.51007030% {background-color: #ffcccc;}
 
  83.56507030% {background-color: #ffcccc;}
 
  83.56507040% {background-color: #fff;}
 
  83.62007040% {background-color: #fff;}
 
  83.62007050% {background-color: #ffcccc;}
 
  83.67507050% {background-color: #ffcccc;}
 
  83.67507060% {background-color: #fff;}
 
  83.73007060% {background-color: #fff;}
 
  83.73007070% {background-color: #ffcccc;}
 
  83.78507070% {background-color: #ffcccc;}
 
  83.78507080% {background-color: #fff;}
 
  83.95007080% {background-color: #fff;}
 
  84.00507080% {background-color: #fff;}
 
  84.00507090% {background-color: #ffcccc;}
 
  84.06007090% {background-color: #ffcccc;}
 
  84.06007100% {background-color: #fff;}
 
  84.22507100% {background-color: #fff;}
 
  84.28007100% {background-color: #fff;}
 
  84.28007110% {background-color: #ffcccc;}
 
  84.33507110% {background-color: #ffcccc;}
 
  84.33507120% {background-color: #fff;}
 
  84.50007120% {background-color: #fff;}
 
  84.55507120% {background-color: #fff;}
 
  84.55507130% {background-color: #ffcccc;}
 
  84.61007130% {background-color: #ffcccc;}
 
  84.61007140% {background-color: #fff;}
 
  84.66507140% {background-color: #fff;}
 
  84.66507150% {background-color: #ffcccc;}
 
  84.83007150% {background-color: #ffcccc;}
 
  84.83007160% {background-color: #fff;}
 
  84.88507160% {background-color: #fff;}
 
  84.88507170% {background-color: #ffcccc;}
 
  85.05007170% {background-color: #ffcccc;}
 
  85.05007180% {background-color: #fff;}
 
  85.10507180% {background-color: #fff;}
 
  85.10507190% {background-color: #ffcccc;}
 
  85.16007190% {background-color: #ffcccc;}
 
  85.16007200% {background-color: #fff;}
 
  85.54507200% {background-color: #fff;}
 
  85.60007200% {background-color: #fff;}
 
  85.60007210% {background-color: #ffcccc;}
 
  85.76507210% {background-color: #ffcccc;}
 
  85.76507220% {background-color: #fff;}
 
  85.82007220% {background-color: #fff;}
 
  85.82007230% {background-color: #ffcccc;}
 
  85.87507230% {background-color: #ffcccc;}
 
  85.87507240% {background-color: #fff;}
 
  85.93007240% {background-color: #fff;}
 
  85.93007250% {background-color: #ffcccc;}
 
  85.98507250% {background-color: #ffcccc;}
 
  85.98507260% {background-color: #fff;}
 
  86.04007260% {background-color: #fff;}
 
  86.04007270% {background-color: #ffcccc;}
 
  86.09507270% {background-color: #ffcccc;}
 
  86.09507280% {background-color: #fff;}
 
  86.26007280% {background-color: #fff;}
 
  86.31507280% {background-color: #fff;}
 
  86.31507290% {background-color: #ffcccc;}
 
  86.37007290% {background-color: #ffcccc;}
 
  86.37007300% {background-color: #fff;}
 
  86.53507300% {background-color: #fff;}
 
  86.59007300% {background-color: #fff;}
 
  86.59007310% {background-color: #ffcccc;}
 
  86.64507310% {background-color: #ffcccc;}
 
  86.64507320% {background-color: #fff;}
 
  86.81007320% {background-color: #fff;}
 
  86.86507320% {background-color: #fff;}
 
  86.86507330% {background-color: #ffcccc;}
 
  86.92007330% {background-color: #ffcccc;}
 
  86.92007340% {background-color: #fff;}
 
  86.97507340% {background-color: #fff;}
 
  86.97507350% {background-color: #ffcccc;}
 
  87.14007350% {background-color: #ffcccc;}
 
  87.14007360% {background-color: #fff;}
 
  87.19507360% {background-color: #fff;}
 
  87.19507370% {background-color: #ffcccc;}
 
  87.36007370% {background-color: #ffcccc;}
 
  87.36007380% {background-color: #fff;}
 
  87.41507380% {background-color: #fff;}
 
  87.41507390% {background-color: #ffcccc;}
 
  87.47007390% {background-color: #ffcccc;}
 
  87.47007400% {background-color: #fff;}
 
  87.85507400% {background-color: #fff;}
 
  87.91007400% {background-color: #fff;}
 
  87.91007410% {background-color: #ffcccc;}
 
  88.07507410% {background-color: #ffcccc;}
 
  88.07507420% {background-color: #fff;}
 
  88.13007420% {background-color: #fff;}
 
  88.13007430% {background-color: #ffcccc;}
 
  88.18507430% {background-color: #ffcccc;}
 
  88.18507440% {background-color: #fff;}
 
  88.24007440% {background-color: #fff;}
 
  88.24007450% {background-color: #ffcccc;}
 
  88.29507450% {background-color: #ffcccc;}
 
  88.29507460% {background-color: #fff;}
 
  88.35007460% {background-color: #fff;}
 
  88.35007470% {background-color: #ffcccc;}
 
  88.40507470% {background-color: #ffcccc;}
 
  88.40507480% {background-color: #fff;}
 
  88.57007480% {background-color: #fff;}
 
  88.62507480% {background-color: #fff;}
 
  88.62507490% {background-color: #ffcccc;}
 
  88.68007490% {background-color: #ffcccc;}
 
  88.68007500% {background-color: #fff;}
 
  88.84507500% {background-color: #fff;}
 
  88.90007500% {background-color: #fff;}
 
  88.90007510% {background-color: #ffcccc;}
 
  88.95507510% {background-color: #ffcccc;}
 
  88.95507520% {background-color: #fff;}
 
  89.12007520% {background-color: #fff;}
 
  89.17507520% {background-color: #fff;}
 
  89.17507530% {background-color: #ffcccc;}
 
  89.23007530% {background-color: #ffcccc;}
 
  89.23007540% {background-color: #fff;}
 
  89.28507540% {background-color: #fff;}
 
  89.28507550% {background-color: #ffcccc;}
 
  89.45007550% {background-color: #ffcccc;}
 
  89.45007560% {background-color: #fff;}
 
  89.50507560% {background-color: #fff;}
 
  89.50507570% {background-color: #ffcccc;}
 
  89.67007570% {background-color: #ffcccc;}
 
  89.67007580% {background-color: #fff;}
 
  89.72507580% {background-color: #fff;}
 
  89.72507590% {background-color: #ffcccc;}
 
  89.78007590% {background-color: #ffcccc;}
 
  89.78007600% {background-color: #fff;}
 
  90.16507600% {background-color: #fff;}
 
  90.22007600% {background-color: #fff;}
 
  90.22007610% {background-color: #ffcccc;}
 
  90.38507610% {background-color: #ffcccc;}
 
  90.38507620% {background-color: #fff;}
 
  90.44007620% {background-color: #fff;}
 
  90.44007630% {background-color: #ffcccc;}
 
  90.49507630% {background-color: #ffcccc;}
 
  90.49507640% {background-color: #fff;}
 
  90.55007640% {background-color: #fff;}
 
  90.55007650% {background-color: #ffcccc;}
 
  90.60507650% {background-color: #ffcccc;}
 
  90.60507660% {background-color: #fff;}
 
  90.66007660% {background-color: #fff;}
 
  90.66007670% {background-color: #ffcccc;}
 
  90.71507670% {background-color: #ffcccc;}
 
  90.71507680% {background-color: #fff;}
 
  90.88007680% {background-color: #fff;}
 
  90.93507680% {background-color: #fff;}
 
  90.93507690% {background-color: #ffcccc;}
 
  90.99007690% {background-color: #ffcccc;}
 
  90.99007700% {background-color: #fff;}
 
  91.15507700% {background-color: #fff;}
 
  91.21007700% {background-color: #fff;}
 
  91.21007710% {background-color: #ffcccc;}
 
  91.26507710% {background-color: #ffcccc;}
 
  91.26507720% {background-color: #fff;}
 
  91.43007720% {background-color: #fff;}
 
  91.48507720% {background-color: #fff;}
 
  91.48507730% {background-color: #ffcccc;}
 
  91.54007730% {background-color: #ffcccc;}
 
  91.54007740% {background-color: #fff;}
 
  91.59507740% {background-color: #fff;}
 
  91.59507750% {background-color: #ffcccc;}
 
  91.76007750% {background-color: #ffcccc;}
 
  91.76007760% {background-color: #fff;}
 
  91.81507760% {background-color: #fff;}
 
  91.81507770% {background-color: #ffcccc;}
 
  91.98007770% {background-color: #ffcccc;}
 
  91.98007780% {background-color: #fff;}
 
  92.03507780% {background-color: #fff;}
 
  92.03507790% {background-color: #ffcccc;}
 
  92.09007790% {background-color: #ffcccc;}
 
  92.09007800% {background-color: #fff;}
 
  92.47507800% {background-color: #fff;}
 
  92.53007800% {background-color: #fff;}
 
  92.53007810% {background-color: #ffcccc;}
 
  92.69507810% {background-color: #ffcccc;}
 
  92.69507820% {background-color: #fff;}
 
  92.75007820% {background-color: #fff;}
 
  92.75007830% {background-color: #ffcccc;}
 
  92.80507830% {background-color: #ffcccc;}
 
  92.80507840% {background-color: #fff;}
 
  92.86007840% {background-color: #fff;}
 
  92.86007850% {background-color: #ffcccc;}
 
  92.91507850% {background-color: #ffcccc;}
 
  92.91507860% {background-color: #fff;}
 
  92.97007860% {background-color: #fff;}
 
  92.97007870% {background-color: #ffcccc;}
 
  93.02507870% {background-color: #ffcccc;}
 
  93.02507880% {background-color: #fff;}
 
  93.19007880% {background-color: #fff;}
 
  93.24507880% {background-color: #fff;}
 
  93.24507890% {background-color: #ffcccc;}
 
  93.30007890% {background-color: #ffcccc;}
 
  93.30007900% {background-color: #fff;}
 
  93.46507900% {background-color: #fff;}
 
  93.52007900% {background-color: #fff;}
 
  93.52007910% {background-color: #ffcccc;}
 
  93.57507910% {background-color: #ffcccc;}
 
  93.57507920% {background-color: #fff;}
 
  93.74007920% {background-color: #fff;}
 
  93.79507920% {background-color: #fff;}
 
  93.79507930% {background-color: #ffcccc;}
 
  93.85007930% {background-color: #ffcccc;}
 
  93.85007940% {background-color: #fff;}
 
  93.90507940% {background-color: #fff;}
 
  93.90507950% {background-color: #ffcccc;}
 
  94.07007950% {background-color: #ffcccc;}
 
  94.07007960% {background-color: #fff;}
 
  94.12507960% {background-color: #fff;}
 
  94.12507970% {background-color: #ffcccc;}
 
  94.29007970% {background-color: #ffcccc;}
 
  94.29007980% {background-color: #fff;}
 
  94.34507980% {background-color: #fff;}
 
  94.34507990% {background-color: #ffcccc;}
 
  94.40007990% {background-color: #ffcccc;}
 
  94.40008000% {background-color: #fff;}
 
  94.78508000% {background-color: #fff;}
 
  94.84008000% {background-color: #fff;}
 
  94.84008010% {background-color: #ffcccc;}
 
  95.00508010% {background-color: #ffcccc;}
 
  95.00508020% {background-color: #fff;}
 
  95.06008020% {background-color: #fff;}
 
  95.06008030% {background-color: #ffcccc;}
 
  95.11508030% {background-color: #ffcccc;}
 
  95.11508040% {background-color: #fff;}
 
  95.17008040% {background-color: #fff;}
 
  95.17008050% {background-color: #ffcccc;}
 
  95.22508050% {background-color: #ffcccc;}
 
  95.22508060% {background-color: #fff;}
 
  95.28008060% {background-color: #fff;}
 
  95.28008070% {background-color: #ffcccc;}
 
  95.33508070% {background-color: #ffcccc;}
 
  95.33508080% {background-color: #fff;}
 
  95.50008080% {background-color: #fff;}
 
  95.55508080% {background-color: #fff;}
 
  95.55508090% {background-color: #ffcccc;}
 
  95.61008090% {background-color: #ffcccc;}
 
  95.61008100% {background-color: #fff;}
 
  95.77508100% {background-color: #fff;}
 
  95.83008100% {background-color: #fff;}
 
  95.83008110% {background-color: #ffcccc;}
 
  95.88508110% {background-color: #ffcccc;}
 
  95.88508120% {background-color: #fff;}
 
  96.05008120% {background-color: #fff;}
 
  96.10508120% {background-color: #fff;}
 
  96.10508130% {background-color: #ffcccc;}
 
  96.16008130% {background-color: #ffcccc;}
 
  96.16008140% {background-color: #fff;}
 
  96.21508140% {background-color: #fff;}
 
  96.21508150% {background-color: #ffcccc;}
 
  96.38008150% {background-color: #ffcccc;}
 
  96.38008160% {background-color: #fff;}
 
  96.43508160% {background-color: #fff;}
 
  96.43508170% {background-color: #ffcccc;}
 
  96.60008170% {background-color: #ffcccc;}
 
  96.60008180% {background-color: #fff;}
 
  96.65508180% {background-color: #fff;}
 
  96.65508190% {background-color: #ffcccc;}
 
  96.71008190% {background-color: #ffcccc;}
 
  96.71008200% {background-color: #fff;}
 
  97.09508200% {background-color: #fff;}
 
  97.15008200% {background-color: #fff;}
 
  97.15008210% {background-color: #ffcccc;}
 
  97.31508210% {background-color: #ffcccc;}
 
  97.31508220% {background-color: #fff;}
 
  97.37008220% {background-color: #fff;}
 
  97.37008230% {background-color: #ffcccc;}
 
  97.42508230% {background-color: #ffcccc;}
 
  97.42508240% {background-color: #fff;}
 
  97.48008240% {background-color: #fff;}
 
  97.48008250% {background-color: #ffcccc;}
 
  97.53508250% {background-color: #ffcccc;}
 
  97.53508260% {background-color: #fff;}
 
  97.59008260% {background-color: #fff;}
 
  97.59008270% {background-color: #ffcccc;}
 
  97.64508270% {background-color: #ffcccc;}
 
  97.64508280% {background-color: #fff;}
 
  97.81008280% {background-color: #fff;}
 
  97.86508280% {background-color: #fff;}
 
  97.86508290% {background-color: #ffcccc;}
 
  97.92008290% {background-color: #ffcccc;}
 
  97.92008300% {background-color: #fff;}
 
  98.08508300% {background-color: #fff;}
 
  98.14008300% {background-color: #fff;}
 
  98.14008310% {background-color: #ffcccc;}
 
  98.19508310% {background-color: #ffcccc;}
 
  98.19508320% {background-color: #fff;}
 
  98.36008320% {background-color: #fff;}
 
  98.41508320% {background-color: #fff;}
 
  98.41508330% {background-color: #ffcccc;}
 
  98.47008330% {background-color: #ffcccc;}
 
  98.47008340% {background-color: #fff;}
 
  98.52508340% {background-color: #fff;}
 
  98.52508350% {background-color: #ffcccc;}
 
  98.69008350% {background-color: #ffcccc;}
 
  98.69008360% {background-color: #fff;}
 
  98.74508360% {background-color: #fff;}
 
  98.74508370% {background-color: #ffcccc;}
 
  98.91008370% {background-color: #ffcccc;}
 
  98.91008380% {background-color: #fff;}
 
  98.96508380% {background-color: #fff;}
 
  98.96508390% {background-color: #ffcccc;}
 
  99.02008390% {background-color: #ffcccc;}
 
  99.02008400% {background-color: #fff;}
 
  99.40508400% {background-color: #fff;}
 
  99.46008400% {background-color: #fff;}
 
  99.46008410% {background-color: #ffcccc;}
 
  99.62508410% {background-color: #ffcccc;}
 
  99.62508420% {background-color: #fff;}
 
  99.68008420% {background-color: #fff;}
 
  99.68008430% {background-color: #ffcccc;}
 
  99.73508430% {background-color: #ffcccc;}
 
  99.73508440% {background-color: #fff;}
 
  99.79008440% {background-color: #fff;}
 
  99.79008450% {background-color: #ffcccc;}
 
  99.84508450% {background-color: #ffcccc;}
 
  99.84508460% {background-color: #fff;}
 
  99.90008460% {background-color: #fff;}
 
  99.90008470% {background-color: #ffcccc;}
 
  99.95508470% {background-color: #ffcccc;}
 
  99.95508480% {background-color: #fff;}
 
   100.12008480% {background-color: #fff;}
 
 
}
 
}
  
@keyframes PulseCPEven {
+
 
   0.00000000% {background-color: #ffcccc;}
+
/* Matty Table Styles */
   0.50000000% {background-color: #fff;}
+
 
   1.00000000% {background-color: #ffcccc;}
+
table.matty tbody tr:hover td:not(:nth-child(2)) {
  1.50000000% {background-color: #fff;}
+
   -webkit-animation: pulse 2s linear 1s infinite;
   2.38500000% {background-color: #eee;}
+
   -moz-animation: pulse 2s linear 1s infinite;
  2.44000000% {background-color: #eee;}
+
   background-color: #ffcccc;
  2.44000010% {background-color: #ffcccc;}
+
}
  2.60500010% {background-color: #ffcccc;}
+
table.matty tbody tr.tableAnimation {
  2.60500020% {background-color: #eee;}
+
  -webkit-animation: flash 0.35s linear;
  2.66000020% {background-color: #eee;}
+
   -moz-animation: flash 0.35s linear;
  2.66000030% {background-color: #ffcccc;}
+
}
  2.71500030% {background-color: #ffcccc;}
+
table.matty, table.matty th, table.matty td {
  2.71500040% {background-color: #eee;}
+
  border: 1px black solid;
  2.77000040% {background-color: #eee;}
+
}
  2.77000050% {background-color: #ffcccc;}
+
table.matty th {
  2.82500050% {background-color: #ffcccc;}
+
   height: 50px;
  2.82500060% {background-color: #eee;}
+
   padding-left: 20px;
  2.88000060% {background-color: #eee;}
+
   font-size: x-large;
  2.88000070% {background-color: #ffcccc;}
+
}
  2.93500070% {background-color: #ffcccc;}
+
.tableRowEven {
  2.93500080% {background-color: #eee;}
+
   background-color: #eee;
  3.10000080% {background-color: #eee;}
+
}
  3.15500080% {background-color: #eee;}
+
.tableRowOdd {
  3.15500090% {background-color: #ffcccc;}
+
   background-color: #fff;
  3.21000090% {background-color: #ffcccc;}
 
  3.21000100% {background-color: #eee;}
 
  3.37500100% {background-color: #eee;}
 
  3.43000100% {background-color: #eee;}
 
  3.43000110% {background-color: #ffcccc;}
 
  3.48500110% {background-color: #ffcccc;}
 
  3.48500120% {background-color: #eee;}
 
  3.65000120% {background-color: #eee;}
 
  3.70500120% {background-color: #eee;}
 
  3.70500130% {background-color: #ffcccc;}
 
  3.76000130% {background-color: #ffcccc;}
 
  3.76000140% {background-color: #eee;}
 
  3.81500140% {background-color: #eee;}
 
  3.81500150% {background-color: #ffcccc;}
 
  3.98000150% {background-color: #ffcccc;}
 
  3.98000160% {background-color: #eee;}
 
  4.03500160% {background-color: #eee;}
 
  4.03500170% {background-color: #ffcccc;}
 
  4.20000170% {background-color: #ffcccc;}
 
  4.20000180% {background-color: #eee;}
 
  4.25500180% {background-color: #eee;}
 
  4.25500190% {background-color: #ffcccc;}
 
  4.31000190% {background-color: #ffcccc;}
 
  4.31000200% {background-color: #eee;}
 
  4.69500200% {background-color: #eee;}
 
  4.75000200% {background-color: #eee;}
 
  4.75000210% {background-color: #ffcccc;}
 
  4.91500210% {background-color: #ffcccc;}
 
  4.91500220% {background-color: #eee;}
 
  4.97000220% {background-color: #eee;}
 
  4.97000230% {background-color: #ffcccc;}
 
  5.02500230% {background-color: #ffcccc;}
 
  5.02500240% {background-color: #eee;}
 
  5.08000240% {background-color: #eee;}
 
  5.08000250% {background-color: #ffcccc;}
 
  5.13500250% {background-color: #ffcccc;}
 
  5.13500260% {background-color: #eee;}
 
  5.19000260% {background-color: #eee;}
 
  5.19000270% {background-color: #ffcccc;}
 
  5.24500270% {background-color: #ffcccc;}
 
  5.24500280% {background-color: #eee;}
 
  5.41000280% {background-color: #eee;}
 
  5.46500280% {background-color: #eee;}
 
  5.46500290% {background-color: #ffcccc;}
 
  5.52000290% {background-color: #ffcccc;}
 
  5.52000300% {background-color: #eee;}
 
  5.68500300% {background-color: #eee;}
 
  5.74000300% {background-color: #eee;}
 
  5.74000310% {background-color: #ffcccc;}
 
  5.79500310% {background-color: #ffcccc;}
 
  5.79500320% {background-color: #eee;}
 
  5.96000320% {background-color: #eee;}
 
  6.01500320% {background-color: #eee;}
 
  6.01500330% {background-color: #ffcccc;}
 
  6.07000330% {background-color: #ffcccc;}
 
  6.07000340% {background-color: #eee;}
 
  6.12500340% {background-color: #eee;}
 
  6.12500350% {background-color: #ffcccc;}
 
  6.29000350% {background-color: #ffcccc;}
 
  6.29000360% {background-color: #eee;}
 
  6.34500360% {background-color: #eee;}
 
  6.34500370% {background-color: #ffcccc;}
 
  6.51000370% {background-color: #ffcccc;}
 
  6.51000380% {background-color: #eee;}
 
  6.56500380% {background-color: #eee;}
 
  6.56500390% {background-color: #ffcccc;}
 
  6.62000390% {background-color: #ffcccc;}
 
  6.62000400% {background-color: #eee;}
 
  7.00500400% {background-color: #eee;}
 
  7.06000400% {background-color: #eee;}
 
  7.06000410% {background-color: #ffcccc;}
 
  7.22500410% {background-color: #ffcccc;}
 
  7.22500420% {background-color: #eee;}
 
  7.28000420% {background-color: #eee;}
 
  7.28000430% {background-color: #ffcccc;}
 
  7.33500430% {background-color: #ffcccc;}
 
  7.33500440% {background-color: #eee;}
 
  7.39000440% {background-color: #eee;}
 
  7.39000450% {background-color: #ffcccc;}
 
  7.44500450% {background-color: #ffcccc;}
 
  7.44500460% {background-color: #eee;}
 
  7.50000460% {background-color: #eee;}
 
  7.50000470% {background-color: #ffcccc;}
 
  7.55500470% {background-color: #ffcccc;}
 
  7.55500480% {background-color: #eee;}
 
  7.72000480% {background-color: #eee;}
 
  7.77500480% {background-color: #eee;}
 
  7.77500490% {background-color: #ffcccc;}
 
  7.83000490% {background-color: #ffcccc;}
 
  7.83000500% {background-color: #eee;}
 
  7.99500500% {background-color: #eee;}
 
  8.05000500% {background-color: #eee;}
 
  8.05000510% {background-color: #ffcccc;}
 
  8.10500510% {background-color: #ffcccc;}
 
  8.10500520% {background-color: #eee;}
 
  8.27000520% {background-color: #eee;}
 
  8.32500520% {background-color: #eee;}
 
  8.32500530% {background-color: #ffcccc;}
 
  8.38000530% {background-color: #ffcccc;}
 
  8.38000540% {background-color: #eee;}
 
  8.43500540% {background-color: #eee;}
 
  8.43500550% {background-color: #ffcccc;}
 
  8.60000550% {background-color: #ffcccc;}
 
  8.60000560% {background-color: #eee;}
 
  8.65500560% {background-color: #eee;}
 
  8.65500570% {background-color: #ffcccc;}
 
  8.82000570% {background-color: #ffcccc;}
 
  8.82000580% {background-color: #eee;}
 
  8.87500580% {background-color: #eee;}
 
  8.87500590% {background-color: #ffcccc;}
 
  8.93000590% {background-color: #ffcccc;}
 
  8.93000600% {background-color: #eee;}
 
  9.31500600% {background-color: #eee;}
 
  9.37000600% {background-color: #eee;}
 
  9.37000610% {background-color: #ffcccc;}
 
  9.53500610% {background-color: #ffcccc;}
 
  9.53500620% {background-color: #eee;}
 
  9.59000620% {background-color: #eee;}
 
  9.59000630% {background-color: #ffcccc;}
 
  9.64500630% {background-color: #ffcccc;}
 
  9.64500640% {background-color: #eee;}
 
  9.70000640% {background-color: #eee;}
 
  9.70000650% {background-color: #ffcccc;}
 
  9.75500650% {background-color: #ffcccc;}
 
  9.75500660% {background-color: #eee;}
 
  9.81000660% {background-color: #eee;}
 
  9.81000670% {background-color: #ffcccc;}
 
  9.86500670% {background-color: #ffcccc;}
 
  9.86500680% {background-color: #eee;}
 
  10.03000680% {background-color: #eee;}
 
  10.08500680% {background-color: #eee;}
 
  10.08500690% {background-color: #ffcccc;}
 
  10.14000690% {background-color: #ffcccc;}
 
  10.14000700% {background-color: #eee;}
 
  10.30500700% {background-color: #eee;}
 
  10.36000700% {background-color: #eee;}
 
  10.36000710% {background-color: #ffcccc;}
 
  10.41500710% {background-color: #ffcccc;}
 
  10.41500720% {background-color: #eee;}
 
  10.58000720% {background-color: #eee;}
 
  10.63500720% {background-color: #eee;}
 
  10.63500730% {background-color: #ffcccc;}
 
  10.69000730% {background-color: #ffcccc;}
 
  10.69000740% {background-color: #eee;}
 
  10.74500740% {background-color: #eee;}
 
  10.74500750% {background-color: #ffcccc;}
 
  10.91000750% {background-color: #ffcccc;}
 
  10.91000760% {background-color: #eee;}
 
  10.96500760% {background-color: #eee;}
 
  10.96500770% {background-color: #ffcccc;}
 
  11.13000770% {background-color: #ffcccc;}
 
  11.13000780% {background-color: #eee;}
 
  11.18500780% {background-color: #eee;}
 
  11.18500790% {background-color: #ffcccc;}
 
  11.24000790% {background-color: #ffcccc;}
 
  11.24000800% {background-color: #eee;}
 
  11.62500800% {background-color: #eee;}
 
  11.68000800% {background-color: #eee;}
 
  11.68000810% {background-color: #ffcccc;}
 
  11.84500810% {background-color: #ffcccc;}
 
  11.84500820% {background-color: #eee;}
 
  11.90000820% {background-color: #eee;}
 
  11.90000830% {background-color: #ffcccc;}
 
  11.95500830% {background-color: #ffcccc;}
 
  11.95500840% {background-color: #eee;}
 
  12.01000840% {background-color: #eee;}
 
  12.01000850% {background-color: #ffcccc;}
 
  12.06500850% {background-color: #ffcccc;}
 
  12.06500860% {background-color: #eee;}
 
  12.12000860% {background-color: #eee;}
 
  12.12000870% {background-color: #ffcccc;}
 
  12.17500870% {background-color: #ffcccc;}
 
  12.17500880% {background-color: #eee;}
 
  12.34000880% {background-color: #eee;}
 
  12.39500880% {background-color: #eee;}
 
  12.39500890% {background-color: #ffcccc;}
 
  12.45000890% {background-color: #ffcccc;}
 
  12.45000900% {background-color: #eee;}
 
  12.61500900% {background-color: #eee;}
 
  12.67000900% {background-color: #eee;}
 
  12.67000910% {background-color: #ffcccc;}
 
  12.72500910% {background-color: #ffcccc;}
 
  12.72500920% {background-color: #eee;}
 
  12.89000920% {background-color: #eee;}
 
  12.94500920% {background-color: #eee;}
 
  12.94500930% {background-color: #ffcccc;}
 
  13.00000930% {background-color: #ffcccc;}
 
  13.00000940% {background-color: #eee;}
 
  13.05500940% {background-color: #eee;}
 
  13.05500950% {background-color: #ffcccc;}
 
  13.22000950% {background-color: #ffcccc;}
 
  13.22000960% {background-color: #eee;}
 
  13.27500960% {background-color: #eee;}
 
  13.27500970% {background-color: #ffcccc;}
 
  13.44000970% {background-color: #ffcccc;}
 
  13.44000980% {background-color: #eee;}
 
  13.49500980% {background-color: #eee;}
 
  13.49500990% {background-color: #ffcccc;}
 
  13.55000990% {background-color: #ffcccc;}
 
  13.55001000% {background-color: #eee;}
 
  13.93501000% {background-color: #eee;}
 
  13.99001000% {background-color: #eee;}
 
  13.99001010% {background-color: #ffcccc;}
 
  14.15501010% {background-color: #ffcccc;}
 
  14.15501020% {background-color: #eee;}
 
  14.21001020% {background-color: #eee;}
 
  14.21001030% {background-color: #ffcccc;}
 
  14.26501030% {background-color: #ffcccc;}
 
  14.26501040% {background-color: #eee;}
 
  14.32001040% {background-color: #eee;}
 
  14.32001050% {background-color: #ffcccc;}
 
  14.37501050% {background-color: #ffcccc;}
 
  14.37501060% {background-color: #eee;}
 
  14.43001060% {background-color: #eee;}
 
  14.43001070% {background-color: #ffcccc;}
 
  14.48501070% {background-color: #ffcccc;}
 
  14.48501080% {background-color: #eee;}
 
  14.65001080% {background-color: #eee;}
 
  14.70501080% {background-color: #eee;}
 
  14.70501090% {background-color: #ffcccc;}
 
  14.76001090% {background-color: #ffcccc;}
 
  14.76001100% {background-color: #eee;}
 
  14.92501100% {background-color: #eee;}
 
  14.98001100% {background-color: #eee;}
 
  14.98001110% {background-color: #ffcccc;}
 
  15.03501110% {background-color: #ffcccc;}
 
  15.03501120% {background-color: #eee;}
 
  15.20001120% {background-color: #eee;}
 
  15.25501120% {background-color: #eee;}
 
  15.25501130% {background-color: #ffcccc;}
 
  15.31001130% {background-color: #ffcccc;}
 
  15.31001140% {background-color: #eee;}
 
  15.36501140% {background-color: #eee;}
 
  15.36501150% {background-color: #ffcccc;}
 
  15.53001150% {background-color: #ffcccc;}
 
  15.53001160% {background-color: #eee;}
 
  15.58501160% {background-color: #eee;}
 
  15.58501170% {background-color: #ffcccc;}
 
  15.75001170% {background-color: #ffcccc;}
 
  15.75001180% {background-color: #eee;}
 
  15.80501180% {background-color: #eee;}
 
  15.80501190% {background-color: #ffcccc;}
 
  15.86001190% {background-color: #ffcccc;}
 
  15.86001200% {background-color: #eee;}
 
  16.24501200% {background-color: #eee;}
 
  16.30001200% {background-color: #eee;}
 
  16.30001210% {background-color: #ffcccc;}
 
  16.46501210% {background-color: #ffcccc;}
 
  16.46501220% {background-color: #eee;}
 
  16.52001220% {background-color: #eee;}
 
  16.52001230% {background-color: #ffcccc;}
 
  16.57501230% {background-color: #ffcccc;}
 
  16.57501240% {background-color: #eee;}
 
  16.63001240% {background-color: #eee;}
 
  16.63001250% {background-color: #ffcccc;}
 
  16.68501250% {background-color: #ffcccc;}
 
  16.68501260% {background-color: #eee;}
 
  16.74001260% {background-color: #eee;}
 
  16.74001270% {background-color: #ffcccc;}
 
  16.79501270% {background-color: #ffcccc;}
 
  16.79501280% {background-color: #eee;}
 
  16.96001280% {background-color: #eee;}
 
  17.01501280% {background-color: #eee;}
 
  17.01501290% {background-color: #ffcccc;}
 
  17.07001290% {background-color: #ffcccc;}
 
  17.07001300% {background-color: #eee;}
 
  17.23501300% {background-color: #eee;}
 
  17.29001300% {background-color: #eee;}
 
  17.29001310% {background-color: #ffcccc;}
 
  17.34501310% {background-color: #ffcccc;}
 
  17.34501320% {background-color: #eee;}
 
  17.51001320% {background-color: #eee;}
 
  17.56501320% {background-color: #eee;}
 
  17.56501330% {background-color: #ffcccc;}
 
  17.62001330% {background-color: #ffcccc;}
 
  17.62001340% {background-color: #eee;}
 
  17.67501340% {background-color: #eee;}
 
  17.67501350% {background-color: #ffcccc;}
 
  17.84001350% {background-color: #ffcccc;}
 
  17.84001360% {background-color: #eee;}
 
  17.89501360% {background-color: #eee;}
 
  17.89501370% {background-color: #ffcccc;}
 
  18.06001370% {background-color: #ffcccc;}
 
  18.06001380% {background-color: #eee;}
 
  18.11501380% {background-color: #eee;}
 
  18.11501390% {background-color: #ffcccc;}
 
  18.17001390% {background-color: #ffcccc;}
 
  18.17001400% {background-color: #eee;}
 
  18.55501400% {background-color: #eee;}
 
  18.61001400% {background-color: #eee;}
 
  18.61001410% {background-color: #ffcccc;}
 
  18.77501410% {background-color: #ffcccc;}
 
  18.77501420% {background-color: #eee;}
 
  18.83001420% {background-color: #eee;}
 
  18.83001430% {background-color: #ffcccc;}
 
  18.88501430% {background-color: #ffcccc;}
 
  18.88501440% {background-color: #eee;}
 
  18.94001440% {background-color: #eee;}
 
  18.94001450% {background-color: #ffcccc;}
 
  18.99501450% {background-color: #ffcccc;}
 
  18.99501460% {background-color: #eee;}
 
  19.05001460% {background-color: #eee;}
 
  19.05001470% {background-color: #ffcccc;}
 
  19.10501470% {background-color: #ffcccc;}
 
  19.10501480% {background-color: #eee;}
 
  19.27001480% {background-color: #eee;}
 
  19.32501480% {background-color: #eee;}
 
  19.32501490% {background-color: #ffcccc;}
 
  19.38001490% {background-color: #ffcccc;}
 
  19.38001500% {background-color: #eee;}
 
  19.54501500% {background-color: #eee;}
 
  19.60001500% {background-color: #eee;}
 
  19.60001510% {background-color: #ffcccc;}
 
  19.65501510% {background-color: #ffcccc;}
 
  19.65501520% {background-color: #eee;}
 
  19.82001520% {background-color: #eee;}
 
  19.87501520% {background-color: #eee;}
 
  19.87501530% {background-color: #ffcccc;}
 
  19.93001530% {background-color: #ffcccc;}
 
  19.93001540% {background-color: #eee;}
 
  19.98501540% {background-color: #eee;}
 
  19.98501550% {background-color: #ffcccc;}
 
  20.15001550% {background-color: #ffcccc;}
 
  20.15001560% {background-color: #eee;}
 
  20.20501560% {background-color: #eee;}
 
  20.20501570% {background-color: #ffcccc;}
 
  20.37001570% {background-color: #ffcccc;}
 
  20.37001580% {background-color: #eee;}
 
  20.42501580% {background-color: #eee;}
 
  20.42501590% {background-color: #ffcccc;}
 
  20.48001590% {background-color: #ffcccc;}
 
  20.48001600% {background-color: #eee;}
 
  20.86501600% {background-color: #eee;}
 
  20.92001600% {background-color: #eee;}
 
  20.92001610% {background-color: #ffcccc;}
 
  21.08501610% {background-color: #ffcccc;}
 
  21.08501620% {background-color: #eee;}
 
  21.14001620% {background-color: #eee;}
 
  21.14001630% {background-color: #ffcccc;}
 
  21.19501630% {background-color: #ffcccc;}
 
  21.19501640% {background-color: #eee;}
 
  21.25001640% {background-color: #eee;}
 
  21.25001650% {background-color: #ffcccc;}
 
  21.30501650% {background-color: #ffcccc;}
 
  21.30501660% {background-color: #eee;}
 
  21.36001660% {background-color: #eee;}
 
  21.36001670% {background-color: #ffcccc;}
 
  21.41501670% {background-color: #ffcccc;}
 
  21.41501680% {background-color: #eee;}
 
  21.58001680% {background-color: #eee;}
 
  21.63501680% {background-color: #eee;}
 
  21.63501690% {background-color: #ffcccc;}
 
  21.69001690% {background-color: #ffcccc;}
 
  21.69001700% {background-color: #eee;}
 
  21.85501700% {background-color: #eee;}
 
  21.91001700% {background-color: #eee;}
 
  21.91001710% {background-color: #ffcccc;}
 
  21.96501710% {background-color: #ffcccc;}
 
  21.96501720% {background-color: #eee;}
 
  22.13001720% {background-color: #eee;}
 
  22.18501720% {background-color: #eee;}
 
  22.18501730% {background-color: #ffcccc;}
 
  22.24001730% {background-color: #ffcccc;}
 
  22.24001740% {background-color: #eee;}
 
  22.29501740% {background-color: #eee;}
 
  22.29501750% {background-color: #ffcccc;}
 
  22.46001750% {background-color: #ffcccc;}
 
  22.46001760% {background-color: #eee;}
 
  22.51501760% {background-color: #eee;}
 
  22.51501770% {background-color: #ffcccc;}
 
  22.68001770% {background-color: #ffcccc;}
 
  22.68001780% {background-color: #eee;}
 
  22.73501780% {background-color: #eee;}
 
  22.73501790% {background-color: #ffcccc;}
 
  22.79001790% {background-color: #ffcccc;}
 
  22.79001800% {background-color: #eee;}
 
  23.17501800% {background-color: #eee;}
 
  23.23001800% {background-color: #eee;}
 
  23.23001810% {background-color: #ffcccc;}
 
  23.39501810% {background-color: #ffcccc;}
 
  23.39501820% {background-color: #eee;}
 
  23.45001820% {background-color: #eee;}
 
  23.45001830% {background-color: #ffcccc;}
 
  23.50501830% {background-color: #ffcccc;}
 
  23.50501840% {background-color: #eee;}
 
  23.56001840% {background-color: #eee;}
 
  23.56001850% {background-color: #ffcccc;}
 
  23.61501850% {background-color: #ffcccc;}
 
  23.61501860% {background-color: #eee;}
 
  23.67001860% {background-color: #eee;}
 
  23.67001870% {background-color: #ffcccc;}
 
  23.72501870% {background-color: #ffcccc;}
 
  23.72501880% {background-color: #eee;}
 
  23.89001880% {background-color: #eee;}
 
  23.94501880% {background-color: #eee;}
 
  23.94501890% {background-color: #ffcccc;}
 
  24.00001890% {background-color: #ffcccc;}
 
  24.00001900% {background-color: #eee;}
 
  24.16501900% {background-color: #eee;}
 
  24.22001900% {background-color: #eee;}
 
  24.22001910% {background-color: #ffcccc;}
 
  24.27501910% {background-color: #ffcccc;}
 
  24.27501920% {background-color: #eee;}
 
  24.44001920% {background-color: #eee;}
 
  24.49501920% {background-color: #eee;}
 
  24.49501930% {background-color: #ffcccc;}
 
  24.55001930% {background-color: #ffcccc;}
 
  24.55001940% {background-color: #eee;}
 
  24.60501940% {background-color: #eee;}
 
  24.60501950% {background-color: #ffcccc;}
 
  24.77001950% {background-color: #ffcccc;}
 
  24.77001960% {background-color: #eee;}
 
  24.82501960% {background-color: #eee;}
 
  24.82501970% {background-color: #ffcccc;}
 
  24.99001970% {background-color: #ffcccc;}
 
  24.99001980% {background-color: #eee;}
 
  25.04501980% {background-color: #eee;}
 
  25.04501990% {background-color: #ffcccc;}
 
  25.10001990% {background-color: #ffcccc;}
 
  25.10002000% {background-color: #eee;}
 
  25.48502000% {background-color: #eee;}
 
  25.54002000% {background-color: #eee;}
 
  25.54002010% {background-color: #ffcccc;}
 
  25.70502010% {background-color: #ffcccc;}
 
  25.70502020% {background-color: #eee;}
 
  25.76002020% {background-color: #eee;}
 
  25.76002030% {background-color: #ffcccc;}
 
  25.81502030% {background-color: #ffcccc;}
 
  25.81502040% {background-color: #eee;}
 
  25.87002040% {background-color: #eee;}
 
  25.87002050% {background-color: #ffcccc;}
 
  25.92502050% {background-color: #ffcccc;}
 
  25.92502060% {background-color: #eee;}
 
  25.98002060% {background-color: #eee;}
 
  25.98002070% {background-color: #ffcccc;}
 
  26.03502070% {background-color: #ffcccc;}
 
  26.03502080% {background-color: #eee;}
 
  26.20002080% {background-color: #eee;}
 
  26.25502080% {background-color: #eee;}
 
  26.25502090% {background-color: #ffcccc;}
 
  26.31002090% {background-color: #ffcccc;}
 
  26.31002100% {background-color: #eee;}
 
  26.47502100% {background-color: #eee;}
 
  26.53002100% {background-color: #eee;}
 
  26.53002110% {background-color: #ffcccc;}
 
  26.58502110% {background-color: #ffcccc;}
 
  26.58502120% {background-color: #eee;}
 
  26.75002120% {background-color: #eee;}
 
  26.80502120% {background-color: #eee;}
 
  26.80502130% {background-color: #ffcccc;}
 
  26.86002130% {background-color: #ffcccc;}
 
  26.86002140% {background-color: #eee;}
 
  26.91502140% {background-color: #eee;}
 
  26.91502150% {background-color: #ffcccc;}
 
  27.08002150% {background-color: #ffcccc;}
 
  27.08002160% {background-color: #eee;}
 
  27.13502160% {background-color: #eee;}
 
  27.13502170% {background-color: #ffcccc;}
 
  27.30002170% {background-color: #ffcccc;}
 
  27.30002180% {background-color: #eee;}
 
  27.35502180% {background-color: #eee;}
 
  27.35502190% {background-color: #ffcccc;}
 
  27.41002190% {background-color: #ffcccc;}
 
  27.41002200% {background-color: #eee;}
 
  27.79502200% {background-color: #eee;}
 
  27.85002200% {background-color: #eee;}
 
  27.85002210% {background-color: #ffcccc;}
 
  28.01502210% {background-color: #ffcccc;}
 
  28.01502220% {background-color: #eee;}
 
  28.07002220% {background-color: #eee;}
 
  28.07002230% {background-color: #ffcccc;}
 
  28.12502230% {background-color: #ffcccc;}
 
  28.12502240% {background-color: #eee;}
 
  28.18002240% {background-color: #eee;}
 
  28.18002250% {background-color: #ffcccc;}
 
  28.23502250% {background-color: #ffcccc;}
 
  28.23502260% {background-color: #eee;}
 
  28.29002260% {background-color: #eee;}
 
  28.29002270% {background-color: #ffcccc;}
 
  28.34502270% {background-color: #ffcccc;}
 
  28.34502280% {background-color: #eee;}
 
  28.51002280% {background-color: #eee;}
 
  28.56502280% {background-color: #eee;}
 
  28.56502290% {background-color: #ffcccc;}
 
  28.62002290% {background-color: #ffcccc;}
 
  28.62002300% {background-color: #eee;}
 
  28.78502300% {background-color: #eee;}
 
  28.84002300% {background-color: #eee;}
 
  28.84002310% {background-color: #ffcccc;}
 
  28.89502310% {background-color: #ffcccc;}
 
  28.89502320% {background-color: #eee;}
 
  29.06002320% {background-color: #eee;}
 
  29.11502320% {background-color: #eee;}
 
  29.11502330% {background-color: #ffcccc;}
 
  29.17002330% {background-color: #ffcccc;}
 
  29.17002340% {background-color: #eee;}
 
  29.22502340% {background-color: #eee;}
 
  29.22502350% {background-color: #ffcccc;}
 
  29.39002350% {background-color: #ffcccc;}
 
  29.39002360% {background-color: #eee;}
 
  29.44502360% {background-color: #eee;}
 
  29.44502370% {background-color: #ffcccc;}
 
  29.61002370% {background-color: #ffcccc;}
 
  29.61002380% {background-color: #eee;}
 
  29.66502380% {background-color: #eee;}
 
  29.66502390% {background-color: #ffcccc;}
 
  29.72002390% {background-color: #ffcccc;}
 
  29.72002400% {background-color: #eee;}
 
  30.10502400% {background-color: #eee;}
 
  30.16002400% {background-color: #eee;}
 
  30.16002410% {background-color: #ffcccc;}
 
  30.32502410% {background-color: #ffcccc;}
 
  30.32502420% {background-color: #eee;}
 
  30.38002420% {background-color: #eee;}
 
  30.38002430% {background-color: #ffcccc;}
 
  30.43502430% {background-color: #ffcccc;}
 
  30.43502440% {background-color: #eee;}
 
  30.49002440% {background-color: #eee;}
 
  30.49002450% {background-color: #ffcccc;}
 
  30.54502450% {background-color: #ffcccc;}
 
  30.54502460% {background-color: #eee;}
 
  30.60002460% {background-color: #eee;}
 
  30.60002470% {background-color: #ffcccc;}
 
  30.65502470% {background-color: #ffcccc;}
 
  30.65502480% {background-color: #eee;}
 
  30.82002480% {background-color: #eee;}
 
  30.87502480% {background-color: #eee;}
 
  30.87502490% {background-color: #ffcccc;}
 
  30.93002490% {background-color: #ffcccc;}
 
  30.93002500% {background-color: #eee;}
 
  31.09502500% {background-color: #eee;}
 
  31.15002500% {background-color: #eee;}
 
  31.15002510% {background-color: #ffcccc;}
 
  31.20502510% {background-color: #ffcccc;}
 
  31.20502520% {background-color: #eee;}
 
  31.37002520% {background-color: #eee;}
 
  31.42502520% {background-color: #eee;}
 
  31.42502530% {background-color: #ffcccc;}
 
  31.48002530% {background-color: #ffcccc;}
 
  31.48002540% {background-color: #eee;}
 
  31.53502540% {background-color: #eee;}
 
  31.53502550% {background-color: #ffcccc;}
 
  31.70002550% {background-color: #ffcccc;}
 
  31.70002560% {background-color: #eee;}
 
  31.75502560% {background-color: #eee;}
 
  31.75502570% {background-color: #ffcccc;}
 
  31.92002570% {background-color: #ffcccc;}
 
  31.92002580% {background-color: #eee;}
 
  31.97502580% {background-color: #eee;}
 
  31.97502590% {background-color: #ffcccc;}
 
  32.03002590% {background-color: #ffcccc;}
 
  32.03002600% {background-color: #eee;}
 
  32.41502600% {background-color: #eee;}
 
  32.47002600% {background-color: #eee;}
 
  32.47002610% {background-color: #ffcccc;}
 
  32.63502610% {background-color: #ffcccc;}
 
  32.63502620% {background-color: #eee;}
 
  32.69002620% {background-color: #eee;}
 
  32.69002630% {background-color: #ffcccc;}
 
  32.74502630% {background-color: #ffcccc;}
 
  32.74502640% {background-color: #eee;}
 
  32.80002640% {background-color: #eee;}
 
  32.80002650% {background-color: #ffcccc;}
 
  32.85502650% {background-color: #ffcccc;}
 
  32.85502660% {background-color: #eee;}
 
  32.91002660% {background-color: #eee;}
 
  32.91002670% {background-color: #ffcccc;}
 
  32.96502670% {background-color: #ffcccc;}
 
  32.96502680% {background-color: #eee;}
 
  33.13002680% {background-color: #eee;}
 
  33.18502680% {background-color: #eee;}
 
  33.18502690% {background-color: #ffcccc;}
 
  33.24002690% {background-color: #ffcccc;}
 
  33.24002700% {background-color: #eee;}
 
  33.40502700% {background-color: #eee;}
 
  33.46002700% {background-color: #eee;}
 
  33.46002710% {background-color: #ffcccc;}
 
  33.51502710% {background-color: #ffcccc;}
 
  33.51502720% {background-color: #eee;}
 
  33.68002720% {background-color: #eee;}
 
  33.73502720% {background-color: #eee;}
 
  33.73502730% {background-color: #ffcccc;}
 
  33.79002730% {background-color: #ffcccc;}
 
  33.79002740% {background-color: #eee;}
 
  33.84502740% {background-color: #eee;}
 
  33.84502750% {background-color: #ffcccc;}
 
  34.01002750% {background-color: #ffcccc;}
 
  34.01002760% {background-color: #eee;}
 
  34.06502760% {background-color: #eee;}
 
  34.06502770% {background-color: #ffcccc;}
 
  34.23002770% {background-color: #ffcccc;}
 
  34.23002780% {background-color: #eee;}
 
  34.28502780% {background-color: #eee;}
 
  34.28502790% {background-color: #ffcccc;}
 
  34.34002790% {background-color: #ffcccc;}
 
  34.34002800% {background-color: #eee;}
 
  34.72502800% {background-color: #eee;}
 
  34.78002800% {background-color: #eee;}
 
  34.78002810% {background-color: #ffcccc;}
 
  34.94502810% {background-color: #ffcccc;}
 
  34.94502820% {background-color: #eee;}
 
  35.00002820% {background-color: #eee;}
 
  35.00002830% {background-color: #ffcccc;}
 
  35.05502830% {background-color: #ffcccc;}
 
  35.05502840% {background-color: #eee;}
 
  35.11002840% {background-color: #eee;}
 
  35.11002850% {background-color: #ffcccc;}
 
  35.16502850% {background-color: #ffcccc;}
 
  35.16502860% {background-color: #eee;}
 
  35.22002860% {background-color: #eee;}
 
  35.22002870% {background-color: #ffcccc;}
 
  35.27502870% {background-color: #ffcccc;}
 
  35.27502880% {background-color: #eee;}
 
  35.44002880% {background-color: #eee;}
 
  35.49502880% {background-color: #eee;}
 
  35.49502890% {background-color: #ffcccc;}
 
  35.55002890% {background-color: #ffcccc;}
 
  35.55002900% {background-color: #eee;}
 
  35.71502900% {background-color: #eee;}
 
  35.77002900% {background-color: #eee;}
 
  35.77002910% {background-color: #ffcccc;}
 
  35.82502910% {background-color: #ffcccc;}
 
  35.82502920% {background-color: #eee;}
 
  35.99002920% {background-color: #eee;}
 
  36.04502920% {background-color: #eee;}
 
  36.04502930% {background-color: #ffcccc;}
 
  36.10002930% {background-color: #ffcccc;}
 
  36.10002940% {background-color: #eee;}
 
  36.15502940% {background-color: #eee;}
 
  36.15502950% {background-color: #ffcccc;}
 
  36.32002950% {background-color: #ffcccc;}
 
  36.32002960% {background-color: #eee;}
 
  36.37502960% {background-color: #eee;}
 
  36.37502970% {background-color: #ffcccc;}
 
  36.54002970% {background-color: #ffcccc;}
 
  36.54002980% {background-color: #eee;}
 
  36.59502980% {background-color: #eee;}
 
  36.59502990% {background-color: #ffcccc;}
 
  36.65002990% {background-color: #ffcccc;}
 
  36.65003000% {background-color: #eee;}
 
  37.03503000% {background-color: #eee;}
 
  37.09003000% {background-color: #eee;}
 
  37.09003010% {background-color: #ffcccc;}
 
  37.25503010% {background-color: #ffcccc;}
 
  37.25503020% {background-color: #eee;}
 
  37.31003020% {background-color: #eee;}
 
  37.31003030% {background-color: #ffcccc;}
 
  37.36503030% {background-color: #ffcccc;}
 
  37.36503040% {background-color: #eee;}
 
  37.42003040% {background-color: #eee;}
 
  37.42003050% {background-color: #ffcccc;}
 
  37.47503050% {background-color: #ffcccc;}
 
  37.47503060% {background-color: #eee;}
 
  37.53003060% {background-color: #eee;}
 
  37.53003070% {background-color: #ffcccc;}
 
  37.58503070% {background-color: #ffcccc;}
 
  37.58503080% {background-color: #eee;}
 
  37.75003080% {background-color: #eee;}
 
  37.80503080% {background-color: #eee;}
 
  37.80503090% {background-color: #ffcccc;}
 
  37.86003090% {background-color: #ffcccc;}
 
  37.86003100% {background-color: #eee;}
 
  38.02503100% {background-color: #eee;}
 
  38.08003100% {background-color: #eee;}
 
  38.08003110% {background-color: #ffcccc;}
 
  38.13503110% {background-color: #ffcccc;}
 
  38.13503120% {background-color: #eee;}
 
  38.30003120% {background-color: #eee;}
 
  38.35503120% {background-color: #eee;}
 
  38.35503130% {background-color: #ffcccc;}
 
  38.41003130% {background-color: #ffcccc;}
 
  38.41003140% {background-color: #eee;}
 
  38.46503140% {background-color: #eee;}
 
  38.46503150% {background-color: #ffcccc;}
 
  38.63003150% {background-color: #ffcccc;}
 
  38.63003160% {background-color: #eee;}
 
  38.68503160% {background-color: #eee;}
 
  38.68503170% {background-color: #ffcccc;}
 
  38.85003170% {background-color: #ffcccc;}
 
  38.85003180% {background-color: #eee;}
 
  38.90503180% {background-color: #eee;}
 
  38.90503190% {background-color: #ffcccc;}
 
  38.96003190% {background-color: #ffcccc;}
 
  38.96003200% {background-color: #eee;}
 
  39.34503200% {background-color: #eee;}
 
  39.40003200% {background-color: #eee;}
 
  39.40003210% {background-color: #ffcccc;}
 
  39.56503210% {background-color: #ffcccc;}
 
  39.56503220% {background-color: #eee;}
 
  39.62003220% {background-color: #eee;}
 
  39.62003230% {background-color: #ffcccc;}
 
  39.67503230% {background-color: #ffcccc;}
 
  39.67503240% {background-color: #eee;}
 
  39.73003240% {background-color: #eee;}
 
  39.73003250% {background-color: #ffcccc;}
 
  39.78503250% {background-color: #ffcccc;}
 
  39.78503260% {background-color: #eee;}
 
  39.84003260% {background-color: #eee;}
 
  39.84003270% {background-color: #ffcccc;}
 
  39.89503270% {background-color: #ffcccc;}
 
  39.89503280% {background-color: #eee;}
 
  40.06003280% {background-color: #eee;}
 
  40.11503280% {background-color: #eee;}
 
  40.11503290% {background-color: #ffcccc;}
 
  40.17003290% {background-color: #ffcccc;}
 
  40.17003300% {background-color: #eee;}
 
  40.33503300% {background-color: #eee;}
 
  40.39003300% {background-color: #eee;}
 
  40.39003310% {background-color: #ffcccc;}
 
  40.44503310% {background-color: #ffcccc;}
 
  40.44503320% {background-color: #eee;}
 
  40.61003320% {background-color: #eee;}
 
  40.66503320% {background-color: #eee;}
 
  40.66503330% {background-color: #ffcccc;}
 
  40.72003330% {background-color: #ffcccc;}
 
  40.72003340% {background-color: #eee;}
 
  40.77503340% {background-color: #eee;}
 
  40.77503350% {background-color: #ffcccc;}
 
  40.94003350% {background-color: #ffcccc;}
 
  40.94003360% {background-color: #eee;}
 
  40.99503360% {background-color: #eee;}
 
  40.99503370% {background-color: #ffcccc;}
 
  41.16003370% {background-color: #ffcccc;}
 
  41.16003380% {background-color: #eee;}
 
  41.21503380% {background-color: #eee;}
 
  41.21503390% {background-color: #ffcccc;}
 
  41.27003390% {background-color: #ffcccc;}
 
  41.27003400% {background-color: #eee;}
 
  41.65503400% {background-color: #eee;}
 
  41.71003400% {background-color: #eee;}
 
  41.71003410% {background-color: #ffcccc;}
 
  41.87503410% {background-color: #ffcccc;}
 
  41.87503420% {background-color: #eee;}
 
  41.93003420% {background-color: #eee;}
 
  41.93003430% {background-color: #ffcccc;}
 
  41.98503430% {background-color: #ffcccc;}
 
  41.98503440% {background-color: #eee;}
 
  42.04003440% {background-color: #eee;}
 
  42.04003450% {background-color: #ffcccc;}
 
  42.09503450% {background-color: #ffcccc;}
 
  42.09503460% {background-color: #eee;}
 
  42.15003460% {background-color: #eee;}
 
  42.15003470% {background-color: #ffcccc;}
 
  42.20503470% {background-color: #ffcccc;}
 
  42.20503480% {background-color: #eee;}
 
  42.37003480% {background-color: #eee;}
 
  42.42503480% {background-color: #eee;}
 
  42.42503490% {background-color: #ffcccc;}
 
  42.48003490% {background-color: #ffcccc;}
 
  42.48003500% {background-color: #eee;}
 
  42.64503500% {background-color: #eee;}
 
  42.70003500% {background-color: #eee;}
 
  42.70003510% {background-color: #ffcccc;}
 
  42.75503510% {background-color: #ffcccc;}
 
  42.75503520% {background-color: #eee;}
 
  42.92003520% {background-color: #eee;}
 
  42.97503520% {background-color: #eee;}
 
  42.97503530% {background-color: #ffcccc;}
 
  43.03003530% {background-color: #ffcccc;}
 
  43.03003540% {background-color: #eee;}
 
  43.08503540% {background-color: #eee;}
 
  43.08503550% {background-color: #ffcccc;}
 
  43.25003550% {background-color: #ffcccc;}
 
  43.25003560% {background-color: #eee;}
 
  43.30503560% {background-color: #eee;}
 
  43.30503570% {background-color: #ffcccc;}
 
  43.47003570% {background-color: #ffcccc;}
 
  43.47003580% {background-color: #eee;}
 
  43.52503580% {background-color: #eee;}
 
  43.52503590% {background-color: #ffcccc;}
 
  43.58003590% {background-color: #ffcccc;}
 
  43.58003600% {background-color: #eee;}
 
  43.96503600% {background-color: #eee;}
 
  44.02003600% {background-color: #eee;}
 
  44.02003610% {background-color: #ffcccc;}
 
  44.18503610% {background-color: #ffcccc;}
 
  44.18503620% {background-color: #eee;}
 
  44.24003620% {background-color: #eee;}
 
  44.24003630% {background-color: #ffcccc;}
 
  44.29503630% {background-color: #ffcccc;}
 
  44.29503640% {background-color: #eee;}
 
  44.35003640% {background-color: #eee;}
 
  44.35003650% {background-color: #ffcccc;}
 
  44.40503650% {background-color: #ffcccc;}
 
  44.40503660% {background-color: #eee;}
 
  44.46003660% {background-color: #eee;}
 
  44.46003670% {background-color: #ffcccc;}
 
  44.51503670% {background-color: #ffcccc;}
 
  44.51503680% {background-color: #eee;}
 
  44.68003680% {background-color: #eee;}
 
  44.73503680% {background-color: #eee;}
 
  44.73503690% {background-color: #ffcccc;}
 
  44.79003690% {background-color: #ffcccc;}
 
  44.79003700% {background-color: #eee;}
 
  44.95503700% {background-color: #eee;}
 
  45.01003700% {background-color: #eee;}
 
  45.01003710% {background-color: #ffcccc;}
 
  45.06503710% {background-color: #ffcccc;}
 
  45.06503720% {background-color: #eee;}
 
  45.23003720% {background-color: #eee;}
 
  45.28503720% {background-color: #eee;}
 
  45.28503730% {background-color: #ffcccc;}
 
  45.34003730% {background-color: #ffcccc;}
 
  45.34003740% {background-color: #eee;}
 
  45.39503740% {background-color: #eee;}
 
  45.39503750% {background-color: #ffcccc;}
 
  45.56003750% {background-color: #ffcccc;}
 
  45.56003760% {background-color: #eee;}
 
  45.61503760% {background-color: #eee;}
 
  45.61503770% {background-color: #ffcccc;}
 
  45.78003770% {background-color: #ffcccc;}
 
  45.78003780% {background-color: #eee;}
 
  45.83503780% {background-color: #eee;}
 
  45.83503790% {background-color: #ffcccc;}
 
  45.89003790% {background-color: #ffcccc;}
 
  45.89003800% {background-color: #eee;}
 
  46.27503800% {background-color: #eee;}
 
  46.33003800% {background-color: #eee;}
 
  46.33003810% {background-color: #ffcccc;}
 
  46.49503810% {background-color: #ffcccc;}
 
  46.49503820% {background-color: #eee;}
 
  46.55003820% {background-color: #eee;}
 
  46.55003830% {background-color: #ffcccc;}
 
  46.60503830% {background-color: #ffcccc;}
 
  46.60503840% {background-color: #eee;}
 
  46.66003840% {background-color: #eee;}
 
  46.66003850% {background-color: #ffcccc;}
 
  46.71503850% {background-color: #ffcccc;}
 
  46.71503860% {background-color: #eee;}
 
  46.77003860% {background-color: #eee;}
 
  46.77003870% {background-color: #ffcccc;}
 
  46.82503870% {background-color: #ffcccc;}
 
  46.82503880% {background-color: #eee;}
 
  46.99003880% {background-color: #eee;}
 
  47.04503880% {background-color: #eee;}
 
  47.04503890% {background-color: #ffcccc;}
 
  47.10003890% {background-color: #ffcccc;}
 
  47.10003900% {background-color: #eee;}
 
  47.26503900% {background-color: #eee;}
 
  47.32003900% {background-color: #eee;}
 
  47.32003910% {background-color: #ffcccc;}
 
  47.37503910% {background-color: #ffcccc;}
 
  47.37503920% {background-color: #eee;}
 
  47.54003920% {background-color: #eee;}
 
  47.59503920% {background-color: #eee;}
 
  47.59503930% {background-color: #ffcccc;}
 
  47.65003930% {background-color: #ffcccc;}
 
  47.65003940% {background-color: #eee;}
 
  47.70503940% {background-color: #eee;}
 
  47.70503950% {background-color: #ffcccc;}
 
  47.87003950% {background-color: #ffcccc;}
 
  47.87003960% {background-color: #eee;}
 
  47.92503960% {background-color: #eee;}
 
  47.92503970% {background-color: #ffcccc;}
 
  48.09003970% {background-color: #ffcccc;}
 
  48.09003980% {background-color: #eee;}
 
  48.14503980% {background-color: #eee;}
 
  48.14503990% {background-color: #ffcccc;}
 
  48.20003990% {background-color: #ffcccc;}
 
  48.20004000% {background-color: #eee;}
 
  48.58504000% {background-color: #eee;}
 
  48.64004000% {background-color: #eee;}
 
  48.64004010% {background-color: #ffcccc;}
 
  48.80504010% {background-color: #ffcccc;}
 
  48.80504020% {background-color: #eee;}
 
  48.86004020% {background-color: #eee;}
 
  48.86004030% {background-color: #ffcccc;}
 
  48.91504030% {background-color: #ffcccc;}
 
  48.91504040% {background-color: #eee;}
 
  48.97004040% {background-color: #eee;}
 
  48.97004050% {background-color: #ffcccc;}
 
  49.02504050% {background-color: #ffcccc;}
 
  49.02504060% {background-color: #eee;}
 
  49.08004060% {background-color: #eee;}
 
  49.08004070% {background-color: #ffcccc;}
 
  49.13504070% {background-color: #ffcccc;}
 
  49.13504080% {background-color: #eee;}
 
  49.30004080% {background-color: #eee;}
 
  49.35504080% {background-color: #eee;}
 
  49.35504090% {background-color: #ffcccc;}
 
  49.41004090% {background-color: #ffcccc;}
 
  49.41004100% {background-color: #eee;}
 
  49.57504100% {background-color: #eee;}
 
  49.63004100% {background-color: #eee;}
 
  49.63004110% {background-color: #ffcccc;}
 
  49.68504110% {background-color: #ffcccc;}
 
  49.68504120% {background-color: #eee;}
 
  49.85004120% {background-color: #eee;}
 
  49.90504120% {background-color: #eee;}
 
  49.90504130% {background-color: #ffcccc;}
 
  49.96004130% {background-color: #ffcccc;}
 
  49.96004140% {background-color: #eee;}
 
  50.01504140% {background-color: #eee;}
 
  50.01504150% {background-color: #ffcccc;}
 
  50.18004150% {background-color: #ffcccc;}
 
  50.18004160% {background-color: #eee;}
 
  50.23504160% {background-color: #eee;}
 
  50.23504170% {background-color: #ffcccc;}
 
  50.40004170% {background-color: #ffcccc;}
 
  50.40004180% {background-color: #eee;}
 
  50.45504180% {background-color: #eee;}
 
  50.45504190% {background-color: #ffcccc;}
 
  50.51004190% {background-color: #ffcccc;}
 
  50.51004200% {background-color: #eee;}
 
  50.89504200% {background-color: #eee;}
 
  50.95004200% {background-color: #eee;}
 
  50.95004210% {background-color: #ffcccc;}
 
  51.11504210% {background-color: #ffcccc;}
 
  51.11504220% {background-color: #eee;}
 
  51.17004220% {background-color: #eee;}
 
  51.17004230% {background-color: #ffcccc;}
 
  51.22504230% {background-color: #ffcccc;}
 
  51.22504240% {background-color: #eee;}
 
  51.28004240% {background-color: #eee;}
 
  51.28004250% {background-color: #ffcccc;}
 
  51.33504250% {background-color: #ffcccc;}
 
  51.33504260% {background-color: #eee;}
 
  51.39004260% {background-color: #eee;}
 
  51.39004270% {background-color: #ffcccc;}
 
  51.44504270% {background-color: #ffcccc;}
 
  51.44504280% {background-color: #eee;}
 
  51.61004280% {background-color: #eee;}
 
  51.66504280% {background-color: #eee;}
 
  51.66504290% {background-color: #ffcccc;}
 
  51.72004290% {background-color: #ffcccc;}
 
  51.72004300% {background-color: #eee;}
 
  51.88504300% {background-color: #eee;}
 
  51.94004300% {background-color: #eee;}
 
  51.94004310% {background-color: #ffcccc;}
 
  51.99504310% {background-color: #ffcccc;}
 
  51.99504320% {background-color: #eee;}
 
  52.16004320% {background-color: #eee;}
 
  52.21504320% {background-color: #eee;}
 
  52.21504330% {background-color: #ffcccc;}
 
  52.27004330% {background-color: #ffcccc;}
 
  52.27004340% {background-color: #eee;}
 
  52.32504340% {background-color: #eee;}
 
  52.32504350% {background-color: #ffcccc;}
 
  52.49004350% {background-color: #ffcccc;}
 
  52.49004360% {background-color: #eee;}
 
  52.54504360% {background-color: #eee;}
 
  52.54504370% {background-color: #ffcccc;}
 
  52.71004370% {background-color: #ffcccc;}
 
  52.71004380% {background-color: #eee;}
 
  52.76504380% {background-color: #eee;}
 
  52.76504390% {background-color: #ffcccc;}
 
  52.82004390% {background-color: #ffcccc;}
 
  52.82004400% {background-color: #eee;}
 
  53.20504400% {background-color: #eee;}
 
  53.26004400% {background-color: #eee;}
 
  53.26004410% {background-color: #ffcccc;}
 
  53.42504410% {background-color: #ffcccc;}
 
  53.42504420% {background-color: #eee;}
 
  53.48004420% {background-color: #eee;}
 
  53.48004430% {background-color: #ffcccc;}
 
  53.53504430% {background-color: #ffcccc;}
 
  53.53504440% {background-color: #eee;}
 
  53.59004440% {background-color: #eee;}
 
  53.59004450% {background-color: #ffcccc;}
 
  53.64504450% {background-color: #ffcccc;}
 
  53.64504460% {background-color: #eee;}
 
  53.70004460% {background-color: #eee;}
 
  53.70004470% {background-color: #ffcccc;}
 
  53.75504470% {background-color: #ffcccc;}
 
  53.75504480% {background-color: #eee;}
 
  53.92004480% {background-color: #eee;}
 
  53.97504480% {background-color: #eee;}
 
  53.97504490% {background-color: #ffcccc;}
 
  54.03004490% {background-color: #ffcccc;}
 
  54.03004500% {background-color: #eee;}
 
  54.19504500% {background-color: #eee;}
 
  54.25004500% {background-color: #eee;}
 
  54.25004510% {background-color: #ffcccc;}
 
  54.30504510% {background-color: #ffcccc;}
 
  54.30504520% {background-color: #eee;}
 
  54.47004520% {background-color: #eee;}
 
  54.52504520% {background-color: #eee;}
 
  54.52504530% {background-color: #ffcccc;}
 
  54.58004530% {background-color: #ffcccc;}
 
  54.58004540% {background-color: #eee;}
 
  54.63504540% {background-color: #eee;}
 
  54.63504550% {background-color: #ffcccc;}
 
  54.80004550% {background-color: #ffcccc;}
 
  54.80004560% {background-color: #eee;}
 
  54.85504560% {background-color: #eee;}
 
  54.85504570% {background-color: #ffcccc;}
 
  55.02004570% {background-color: #ffcccc;}
 
  55.02004580% {background-color: #eee;}
 
  55.07504580% {background-color: #eee;}
 
  55.07504590% {background-color: #ffcccc;}
 
  55.13004590% {background-color: #ffcccc;}
 
  55.13004600% {background-color: #eee;}
 
  55.51504600% {background-color: #eee;}
 
  55.57004600% {background-color: #eee;}
 
  55.57004610% {background-color: #ffcccc;}
 
  55.73504610% {background-color: #ffcccc;}
 
  55.73504620% {background-color: #eee;}
 
  55.79004620% {background-color: #eee;}
 
  55.79004630% {background-color: #ffcccc;}
 
  55.84504630% {background-color: #ffcccc;}
 
  55.84504640% {background-color: #eee;}
 
  55.90004640% {background-color: #eee;}
 
  55.90004650% {background-color: #ffcccc;}
 
  55.95504650% {background-color: #ffcccc;}
 
  55.95504660% {background-color: #eee;}
 
  56.01004660% {background-color: #eee;}
 
  56.01004670% {background-color: #ffcccc;}
 
  56.06504670% {background-color: #ffcccc;}
 
  56.06504680% {background-color: #eee;}
 
  56.23004680% {background-color: #eee;}
 
  56.28504680% {background-color: #eee;}
 
  56.28504690% {background-color: #ffcccc;}
 
  56.34004690% {background-color: #ffcccc;}
 
  56.34004700% {background-color: #eee;}
 
  56.50504700% {background-color: #eee;}
 
  56.56004700% {background-color: #eee;}
 
  56.56004710% {background-color: #ffcccc;}
 
  56.61504710% {background-color: #ffcccc;}
 
  56.61504720% {background-color: #eee;}
 
  56.78004720% {background-color: #eee;}
 
  56.83504720% {background-color: #eee;}
 
  56.83504730% {background-color: #ffcccc;}
 
  56.89004730% {background-color: #ffcccc;}
 
  56.89004740% {background-color: #eee;}
 
  56.94504740% {background-color: #eee;}
 
  56.94504750% {background-color: #ffcccc;}
 
  57.11004750% {background-color: #ffcccc;}
 
  57.11004760% {background-color: #eee;}
 
  57.16504760% {background-color: #eee;}
 
  57.16504770% {background-color: #ffcccc;}
 
  57.33004770% {background-color: #ffcccc;}
 
  57.33004780% {background-color: #eee;}
 
  57.38504780% {background-color: #eee;}
 
  57.38504790% {background-color: #ffcccc;}
 
  57.44004790% {background-color: #ffcccc;}
 
  57.44004800% {background-color: #eee;}
 
  57.82504800% {background-color: #eee;}
 
  57.88004800% {background-color: #eee;}
 
  57.88004810% {background-color: #ffcccc;}
 
  58.04504810% {background-color: #ffcccc;}
 
  58.04504820% {background-color: #eee;}
 
  58.10004820% {background-color: #eee;}
 
  58.10004830% {background-color: #ffcccc;}
 
  58.15504830% {background-color: #ffcccc;}
 
  58.15504840% {background-color: #eee;}
 
  58.21004840% {background-color: #eee;}
 
  58.21004850% {background-color: #ffcccc;}
 
  58.26504850% {background-color: #ffcccc;}
 
  58.26504860% {background-color: #eee;}
 
  58.32004860% {background-color: #eee;}
 
  58.32004870% {background-color: #ffcccc;}
 
  58.37504870% {background-color: #ffcccc;}
 
  58.37504880% {background-color: #eee;}
 
  58.54004880% {background-color: #eee;}
 
  58.59504880% {background-color: #eee;}
 
  58.59504890% {background-color: #ffcccc;}
 
  58.65004890% {background-color: #ffcccc;}
 
  58.65004900% {background-color: #eee;}
 
  58.81504900% {background-color: #eee;}
 
  58.87004900% {background-color: #eee;}
 
  58.87004910% {background-color: #ffcccc;}
 
  58.92504910% {background-color: #ffcccc;}
 
  58.92504920% {background-color: #eee;}
 
  59.09004920% {background-color: #eee;}
 
  59.14504920% {background-color: #eee;}
 
  59.14504930% {background-color: #ffcccc;}
 
  59.20004930% {background-color: #ffcccc;}
 
  59.20004940% {background-color: #eee;}
 
  59.25504940% {background-color: #eee;}
 
  59.25504950% {background-color: #ffcccc;}
 
  59.42004950% {background-color: #ffcccc;}
 
  59.42004960% {background-color: #eee;}
 
  59.47504960% {background-color: #eee;}
 
  59.47504970% {background-color: #ffcccc;}
 
  59.64004970% {background-color: #ffcccc;}
 
  59.64004980% {background-color: #eee;}
 
  59.69504980% {background-color: #eee;}
 
  59.69504990% {background-color: #ffcccc;}
 
  59.75004990% {background-color: #ffcccc;}
 
  59.75005000% {background-color: #eee;}
 
  60.13505000% {background-color: #eee;}
 
  60.19005000% {background-color: #eee;}
 
  60.19005010% {background-color: #ffcccc;}
 
  60.35505010% {background-color: #ffcccc;}
 
  60.35505020% {background-color: #eee;}
 
  60.41005020% {background-color: #eee;}
 
  60.41005030% {background-color: #ffcccc;}
 
  60.46505030% {background-color: #ffcccc;}
 
  60.46505040% {background-color: #eee;}
 
  60.52005040% {background-color: #eee;}
 
  60.52005050% {background-color: #ffcccc;}
 
  60.57505050% {background-color: #ffcccc;}
 
  60.57505060% {background-color: #eee;}
 
  60.63005060% {background-color: #eee;}
 
  60.63005070% {background-color: #ffcccc;}
 
  60.68505070% {background-color: #ffcccc;}
 
  60.68505080% {background-color: #eee;}
 
  60.85005080% {background-color: #eee;}
 
  60.90505080% {background-color: #eee;}
 
  60.90505090% {background-color: #ffcccc;}
 
  60.96005090% {background-color: #ffcccc;}
 
  60.96005100% {background-color: #eee;}
 
  61.12505100% {background-color: #eee;}
 
  61.18005100% {background-color: #eee;}
 
  61.18005110% {background-color: #ffcccc;}
 
  61.23505110% {background-color: #ffcccc;}
 
  61.23505120% {background-color: #eee;}
 
  61.40005120% {background-color: #eee;}
 
  61.45505120% {background-color: #eee;}
 
  61.45505130% {background-color: #ffcccc;}
 
  61.51005130% {background-color: #ffcccc;}
 
  61.51005140% {background-color: #eee;}
 
  61.56505140% {background-color: #eee;}
 
  61.56505150% {background-color: #ffcccc;}
 
  61.73005150% {background-color: #ffcccc;}
 
  61.73005160% {background-color: #eee;}
 
  61.78505160% {background-color: #eee;}
 
  61.78505170% {background-color: #ffcccc;}
 
  61.95005170% {background-color: #ffcccc;}
 
  61.95005180% {background-color: #eee;}
 
  62.00505180% {background-color: #eee;}
 
  62.00505190% {background-color: #ffcccc;}
 
  62.06005190% {background-color: #ffcccc;}
 
  62.06005200% {background-color: #eee;}
 
  62.44505200% {background-color: #eee;}
 
  62.50005200% {background-color: #eee;}
 
  62.50005210% {background-color: #ffcccc;}
 
  62.66505210% {background-color: #ffcccc;}
 
  62.66505220% {background-color: #eee;}
 
  62.72005220% {background-color: #eee;}
 
  62.72005230% {background-color: #ffcccc;}
 
  62.77505230% {background-color: #ffcccc;}
 
  62.77505240% {background-color: #eee;}
 
  62.83005240% {background-color: #eee;}
 
  62.83005250% {background-color: #ffcccc;}
 
  62.88505250% {background-color: #ffcccc;}
 
  62.88505260% {background-color: #eee;}
 
  62.94005260% {background-color: #eee;}
 
  62.94005270% {background-color: #ffcccc;}
 
  62.99505270% {background-color: #ffcccc;}
 
  62.99505280% {background-color: #eee;}
 
  63.16005280% {background-color: #eee;}
 
  63.21505280% {background-color: #eee;}
 
  63.21505290% {background-color: #ffcccc;}
 
  63.27005290% {background-color: #ffcccc;}
 
  63.27005300% {background-color: #eee;}
 
  63.43505300% {background-color: #eee;}
 
  63.49005300% {background-color: #eee;}
 
  63.49005310% {background-color: #ffcccc;}
 
  63.54505310% {background-color: #ffcccc;}
 
  63.54505320% {background-color: #eee;}
 
  63.71005320% {background-color: #eee;}
 
  63.76505320% {background-color: #eee;}
 
  63.76505330% {background-color: #ffcccc;}
 
  63.82005330% {background-color: #ffcccc;}
 
  63.82005340% {background-color: #eee;}
 
  63.87505340% {background-color: #eee;}
 
  63.87505350% {background-color: #ffcccc;}
 
  64.04005350% {background-color: #ffcccc;}
 
  64.04005360% {background-color: #eee;}
 
  64.09505360% {background-color: #eee;}
 
  64.09505370% {background-color: #ffcccc;}
 
  64.26005370% {background-color: #ffcccc;}
 
  64.26005380% {background-color: #eee;}
 
  64.31505380% {background-color: #eee;}
 
  64.31505390% {background-color: #ffcccc;}
 
  64.37005390% {background-color: #ffcccc;}
 
  64.37005400% {background-color: #eee;}
 
  64.75505400% {background-color: #eee;}
 
  64.81005400% {background-color: #eee;}
 
  64.81005410% {background-color: #ffcccc;}
 
  64.97505410% {background-color: #ffcccc;}
 
  64.97505420% {background-color: #eee;}
 
  65.03005420% {background-color: #eee;}
 
  65.03005430% {background-color: #ffcccc;}
 
  65.08505430% {background-color: #ffcccc;}
 
  65.08505440% {background-color: #eee;}
 
  65.14005440% {background-color: #eee;}
 
  65.14005450% {background-color: #ffcccc;}
 
  65.19505450% {background-color: #ffcccc;}
 
  65.19505460% {background-color: #eee;}
 
  65.25005460% {background-color: #eee;}
 
  65.25005470% {background-color: #ffcccc;}
 
  65.30505470% {background-color: #ffcccc;}
 
  65.30505480% {background-color: #eee;}
 
  65.47005480% {background-color: #eee;}
 
  65.52505480% {background-color: #eee;}
 
  65.52505490% {background-color: #ffcccc;}
 
  65.58005490% {background-color: #ffcccc;}
 
  65.58005500% {background-color: #eee;}
 
  65.74505500% {background-color: #eee;}
 
  65.80005500% {background-color: #eee;}
 
  65.80005510% {background-color: #ffcccc;}
 
  65.85505510% {background-color: #ffcccc;}
 
  65.85505520% {background-color: #eee;}
 
  66.02005520% {background-color: #eee;}
 
  66.07505520% {background-color: #eee;}
 
  66.07505530% {background-color: #ffcccc;}
 
  66.13005530% {background-color: #ffcccc;}
 
  66.13005540% {background-color: #eee;}
 
  66.18505540% {background-color: #eee;}
 
  66.18505550% {background-color: #ffcccc;}
 
  66.35005550% {background-color: #ffcccc;}
 
  66.35005560% {background-color: #eee;}
 
  66.40505560% {background-color: #eee;}
 
  66.40505570% {background-color: #ffcccc;}
 
  66.57005570% {background-color: #ffcccc;}
 
  66.57005580% {background-color: #eee;}
 
  66.62505580% {background-color: #eee;}
 
  66.62505590% {background-color: #ffcccc;}
 
  66.68005590% {background-color: #ffcccc;}
 
  66.68005600% {background-color: #eee;}
 
  67.06505600% {background-color: #eee;}
 
  67.12005600% {background-color: #eee;}
 
  67.12005610% {background-color: #ffcccc;}
 
  67.28505610% {background-color: #ffcccc;}
 
  67.28505620% {background-color: #eee;}
 
  67.34005620% {background-color: #eee;}
 
  67.34005630% {background-color: #ffcccc;}
 
  67.39505630% {background-color: #ffcccc;}
 
  67.39505640% {background-color: #eee;}
 
  67.45005640% {background-color: #eee;}
 
  67.45005650% {background-color: #ffcccc;}
 
  67.50505650% {background-color: #ffcccc;}
 
  67.50505660% {background-color: #eee;}
 
  67.56005660% {background-color: #eee;}
 
  67.56005670% {background-color: #ffcccc;}
 
  67.61505670% {background-color: #ffcccc;}
 
  67.61505680% {background-color: #eee;}
 
  67.78005680% {background-color: #eee;}
 
  67.83505680% {background-color: #eee;}
 
  67.83505690% {background-color: #ffcccc;}
 
  67.89005690% {background-color: #ffcccc;}
 
  67.89005700% {background-color: #eee;}
 
  68.05505700% {background-color: #eee;}
 
  68.11005700% {background-color: #eee;}
 
  68.11005710% {background-color: #ffcccc;}
 
  68.16505710% {background-color: #ffcccc;}
 
  68.16505720% {background-color: #eee;}
 
  68.33005720% {background-color: #eee;}
 
  68.38505720% {background-color: #eee;}
 
  68.38505730% {background-color: #ffcccc;}
 
  68.44005730% {background-color: #ffcccc;}
 
  68.44005740% {background-color: #eee;}
 
  68.49505740% {background-color: #eee;}
 
  68.49505750% {background-color: #ffcccc;}
 
  68.66005750% {background-color: #ffcccc;}
 
  68.66005760% {background-color: #eee;}
 
  68.71505760% {background-color: #eee;}
 
  68.71505770% {background-color: #ffcccc;}
 
  68.88005770% {background-color: #ffcccc;}
 
  68.88005780% {background-color: #eee;}
 
  68.93505780% {background-color: #eee;}
 
  68.93505790% {background-color: #ffcccc;}
 
  68.99005790% {background-color: #ffcccc;}
 
  68.99005800% {background-color: #eee;}
 
  69.37505800% {background-color: #eee;}
 
  69.43005800% {background-color: #eee;}
 
  69.43005810% {background-color: #ffcccc;}
 
  69.59505810% {background-color: #ffcccc;}
 
  69.59505820% {background-color: #eee;}
 
  69.65005820% {background-color: #eee;}
 
  69.65005830% {background-color: #ffcccc;}
 
  69.70505830% {background-color: #ffcccc;}
 
  69.70505840% {background-color: #eee;}
 
  69.76005840% {background-color: #eee;}
 
  69.76005850% {background-color: #ffcccc;}
 
  69.81505850% {background-color: #ffcccc;}
 
  69.81505860% {background-color: #eee;}
 
  69.87005860% {background-color: #eee;}
 
  69.87005870% {background-color: #ffcccc;}
 
  69.92505870% {background-color: #ffcccc;}
 
  69.92505880% {background-color: #eee;}
 
  70.09005880% {background-color: #eee;}
 
  70.14505880% {background-color: #eee;}
 
  70.14505890% {background-color: #ffcccc;}
 
  70.20005890% {background-color: #ffcccc;}
 
  70.20005900% {background-color: #eee;}
 
  70.36505900% {background-color: #eee;}
 
  70.42005900% {background-color: #eee;}
 
  70.42005910% {background-color: #ffcccc;}
 
  70.47505910% {background-color: #ffcccc;}
 
  70.47505920% {background-color: #eee;}
 
  70.64005920% {background-color: #eee;}
 
  70.69505920% {background-color: #eee;}
 
  70.69505930% {background-color: #ffcccc;}
 
  70.75005930% {background-color: #ffcccc;}
 
  70.75005940% {background-color: #eee;}
 
  70.80505940% {background-color: #eee;}
 
  70.80505950% {background-color: #ffcccc;}
 
  70.97005950% {background-color: #ffcccc;}
 
  70.97005960% {background-color: #eee;}
 
  71.02505960% {background-color: #eee;}
 
  71.02505970% {background-color: #ffcccc;}
 
  71.19005970% {background-color: #ffcccc;}
 
  71.19005980% {background-color: #eee;}
 
  71.24505980% {background-color: #eee;}
 
  71.24505990% {background-color: #ffcccc;}
 
  71.30005990% {background-color: #ffcccc;}
 
  71.30006000% {background-color: #eee;}
 
  71.68506000% {background-color: #eee;}
 
  71.74006000% {background-color: #eee;}
 
  71.74006010% {background-color: #ffcccc;}
 
  71.90506010% {background-color: #ffcccc;}
 
  71.90506020% {background-color: #eee;}
 
  71.96006020% {background-color: #eee;}
 
  71.96006030% {background-color: #ffcccc;}
 
  72.01506030% {background-color: #ffcccc;}
 
  72.01506040% {background-color: #eee;}
 
  72.07006040% {background-color: #eee;}
 
  72.07006050% {background-color: #ffcccc;}
 
  72.12506050% {background-color: #ffcccc;}
 
  72.12506060% {background-color: #eee;}
 
  72.18006060% {background-color: #eee;}
 
  72.18006070% {background-color: #ffcccc;}
 
  72.23506070% {background-color: #ffcccc;}
 
  72.23506080% {background-color: #eee;}
 
  72.40006080% {background-color: #eee;}
 
  72.45506080% {background-color: #eee;}
 
  72.45506090% {background-color: #ffcccc;}
 
  72.51006090% {background-color: #ffcccc;}
 
  72.51006100% {background-color: #eee;}
 
  72.67506100% {background-color: #eee;}
 
  72.73006100% {background-color: #eee;}
 
  72.73006110% {background-color: #ffcccc;}
 
  72.78506110% {background-color: #ffcccc;}
 
  72.78506120% {background-color: #eee;}
 
  72.95006120% {background-color: #eee;}
 
  73.00506120% {background-color: #eee;}
 
  73.00506130% {background-color: #ffcccc;}
 
  73.06006130% {background-color: #ffcccc;}
 
  73.06006140% {background-color: #eee;}
 
  73.11506140% {background-color: #eee;}
 
  73.11506150% {background-color: #ffcccc;}
 
  73.28006150% {background-color: #ffcccc;}
 
  73.28006160% {background-color: #eee;}
 
  73.33506160% {background-color: #eee;}
 
  73.33506170% {background-color: #ffcccc;}
 
  73.50006170% {background-color: #ffcccc;}
 
  73.50006180% {background-color: #eee;}
 
  73.55506180% {background-color: #eee;}
 
  73.55506190% {background-color: #ffcccc;}
 
  73.61006190% {background-color: #ffcccc;}
 
  73.61006200% {background-color: #eee;}
 
  73.99506200% {background-color: #eee;}
 
  74.05006200% {background-color: #eee;}
 
  74.05006210% {background-color: #ffcccc;}
 
  74.21506210% {background-color: #ffcccc;}
 
  74.21506220% {background-color: #eee;}
 
  74.27006220% {background-color: #eee;}
 
  74.27006230% {background-color: #ffcccc;}
 
  74.32506230% {background-color: #ffcccc;}
 
  74.32506240% {background-color: #eee;}
 
  74.38006240% {background-color: #eee;}
 
  74.38006250% {background-color: #ffcccc;}
 
  74.43506250% {background-color: #ffcccc;}
 
  74.43506260% {background-color: #eee;}
 
  74.49006260% {background-color: #eee;}
 
  74.49006270% {background-color: #ffcccc;}
 
  74.54506270% {background-color: #ffcccc;}
 
  74.54506280% {background-color: #eee;}
 
  74.71006280% {background-color: #eee;}
 
  74.76506280% {background-color: #eee;}
 
  74.76506290% {background-color: #ffcccc;}
 
  74.82006290% {background-color: #ffcccc;}
 
  74.82006300% {background-color: #eee;}
 
  74.98506300% {background-color: #eee;}
 
  75.04006300% {background-color: #eee;}
 
  75.04006310% {background-color: #ffcccc;}
 
  75.09506310% {background-color: #ffcccc;}
 
  75.09506320% {background-color: #eee;}
 
  75.26006320% {background-color: #eee;}
 
  75.31506320% {background-color: #eee;}
 
  75.31506330% {background-color: #ffcccc;}
 
  75.37006330% {background-color: #ffcccc;}
 
  75.37006340% {background-color: #eee;}
 
  75.42506340% {background-color: #eee;}
 
  75.42506350% {background-color: #ffcccc;}
 
  75.59006350% {background-color: #ffcccc;}
 
  75.59006360% {background-color: #eee;}
 
  75.64506360% {background-color: #eee;}
 
  75.64506370% {background-color: #ffcccc;}
 
  75.81006370% {background-color: #ffcccc;}
 
  75.81006380% {background-color: #eee;}
 
  75.86506380% {background-color: #eee;}
 
  75.86506390% {background-color: #ffcccc;}
 
  75.92006390% {background-color: #ffcccc;}
 
  75.92006400% {background-color: #eee;}
 
  76.30506400% {background-color: #eee;}
 
  76.36006400% {background-color: #eee;}
 
  76.36006410% {background-color: #ffcccc;}
 
  76.52506410% {background-color: #ffcccc;}
 
  76.52506420% {background-color: #eee;}
 
  76.58006420% {background-color: #eee;}
 
  76.58006430% {background-color: #ffcccc;}
 
  76.63506430% {background-color: #ffcccc;}
 
  76.63506440% {background-color: #eee;}
 
  76.69006440% {background-color: #eee;}
 
  76.69006450% {background-color: #ffcccc;}
 
  76.74506450% {background-color: #ffcccc;}
 
  76.74506460% {background-color: #eee;}
 
  76.80006460% {background-color: #eee;}
 
  76.80006470% {background-color: #ffcccc;}
 
  76.85506470% {background-color: #ffcccc;}
 
  76.85506480% {background-color: #eee;}
 
  77.02006480% {background-color: #eee;}
 
  77.07506480% {background-color: #eee;}
 
  77.07506490% {background-color: #ffcccc;}
 
  77.13006490% {background-color: #ffcccc;}
 
  77.13006500% {background-color: #eee;}
 
  77.29506500% {background-color: #eee;}
 
  77.35006500% {background-color: #eee;}
 
  77.35006510% {background-color: #ffcccc;}
 
  77.40506510% {background-color: #ffcccc;}
 
  77.40506520% {background-color: #eee;}
 
  77.57006520% {background-color: #eee;}
 
  77.62506520% {background-color: #eee;}
 
  77.62506530% {background-color: #ffcccc;}
 
  77.68006530% {background-color: #ffcccc;}
 
  77.68006540% {background-color: #eee;}
 
  77.73506540% {background-color: #eee;}
 
  77.73506550% {background-color: #ffcccc;}
 
  77.90006550% {background-color: #ffcccc;}
 
  77.90006560% {background-color: #eee;}
 
  77.95506560% {background-color: #eee;}
 
  77.95506570% {background-color: #ffcccc;}
 
  78.12006570% {background-color: #ffcccc;}
 
  78.12006580% {background-color: #eee;}
 
  78.17506580% {background-color: #eee;}
 
  78.17506590% {background-color: #ffcccc;}
 
  78.23006590% {background-color: #ffcccc;}
 
  78.23006600% {background-color: #eee;}
 
  78.61506600% {background-color: #eee;}
 
  78.67006600% {background-color: #eee;}
 
  78.67006610% {background-color: #ffcccc;}
 
  78.83506610% {background-color: #ffcccc;}
 
  78.83506620% {background-color: #eee;}
 
  78.89006620% {background-color: #eee;}
 
  78.89006630% {background-color: #ffcccc;}
 
  78.94506630% {background-color: #ffcccc;}
 
  78.94506640% {background-color: #eee;}
 
  79.00006640% {background-color: #eee;}
 
  79.00006650% {background-color: #ffcccc;}
 
  79.05506650% {background-color: #ffcccc;}
 
  79.05506660% {background-color: #eee;}
 
  79.11006660% {background-color: #eee;}
 
  79.11006670% {background-color: #ffcccc;}
 
  79.16506670% {background-color: #ffcccc;}
 
  79.16506680% {background-color: #eee;}
 
  79.33006680% {background-color: #eee;}
 
  79.38506680% {background-color: #eee;}
 
  79.38506690% {background-color: #ffcccc;}
 
  79.44006690% {background-color: #ffcccc;}
 
  79.44006700% {background-color: #eee;}
 
  79.60506700% {background-color: #eee;}
 
  79.66006700% {background-color: #eee;}
 
  79.66006710% {background-color: #ffcccc;}
 
  79.71506710% {background-color: #ffcccc;}
 
  79.71506720% {background-color: #eee;}
 
  79.88006720% {background-color: #eee;}
 
  79.93506720% {background-color: #eee;}
 
  79.93506730% {background-color: #ffcccc;}
 
  79.99006730% {background-color: #ffcccc;}
 
  79.99006740% {background-color: #eee;}
 
  80.04506740% {background-color: #eee;}
 
  80.04506750% {background-color: #ffcccc;}
 
  80.21006750% {background-color: #ffcccc;}
 
  80.21006760% {background-color: #eee;}
 
  80.26506760% {background-color: #eee;}
 
  80.26506770% {background-color: #ffcccc;}
 
  80.43006770% {background-color: #ffcccc;}
 
  80.43006780% {background-color: #eee;}
 
  80.48506780% {background-color: #eee;}
 
  80.48506790% {background-color: #ffcccc;}
 
  80.54006790% {background-color: #ffcccc;}
 
  80.54006800% {background-color: #eee;}
 
  80.92506800% {background-color: #eee;}
 
  80.98006800% {background-color: #eee;}
 
  80.98006810% {background-color: #ffcccc;}
 
  81.14506810% {background-color: #ffcccc;}
 
  81.14506820% {background-color: #eee;}
 
  81.20006820% {background-color: #eee;}
 
  81.20006830% {background-color: #ffcccc;}
 
  81.25506830% {background-color: #ffcccc;}
 
  81.25506840% {background-color: #eee;}
 
  81.31006840% {background-color: #eee;}
 
  81.31006850% {background-color: #ffcccc;}
 
  81.36506850% {background-color: #ffcccc;}
 
  81.36506860% {background-color: #eee;}
 
  81.42006860% {background-color: #eee;}
 
  81.42006870% {background-color: #ffcccc;}
 
  81.47506870% {background-color: #ffcccc;}
 
  81.47506880% {background-color: #eee;}
 
  81.64006880% {background-color: #eee;}
 
  81.69506880% {background-color: #eee;}
 
  81.69506890% {background-color: #ffcccc;}
 
  81.75006890% {background-color: #ffcccc;}
 
  81.75006900% {background-color: #eee;}
 
  81.91506900% {background-color: #eee;}
 
  81.97006900% {background-color: #eee;}
 
  81.97006910% {background-color: #ffcccc;}
 
  82.02506910% {background-color: #ffcccc;}
 
  82.02506920% {background-color: #eee;}
 
  82.19006920% {background-color: #eee;}
 
  82.24506920% {background-color: #eee;}
 
  82.24506930% {background-color: #ffcccc;}
 
  82.30006930% {background-color: #ffcccc;}
 
  82.30006940% {background-color: #eee;}
 
  82.35506940% {background-color: #eee;}
 
  82.35506950% {background-color: #ffcccc;}
 
  82.52006950% {background-color: #ffcccc;}
 
  82.52006960% {background-color: #eee;}
 
  82.57506960% {background-color: #eee;}
 
  82.57506970% {background-color: #ffcccc;}
 
  82.74006970% {background-color: #ffcccc;}
 
  82.74006980% {background-color: #eee;}
 
  82.79506980% {background-color: #eee;}
 
  82.79506990% {background-color: #ffcccc;}
 
  82.85006990% {background-color: #ffcccc;}
 
  82.85007000% {background-color: #eee;}
 
  83.23507000% {background-color: #eee;}
 
  83.29007000% {background-color: #eee;}
 
  83.29007010% {background-color: #ffcccc;}
 
  83.45507010% {background-color: #ffcccc;}
 
  83.45507020% {background-color: #eee;}
 
  83.51007020% {background-color: #eee;}
 
  83.51007030% {background-color: #ffcccc;}
 
  83.56507030% {background-color: #ffcccc;}
 
  83.56507040% {background-color: #eee;}
 
  83.62007040% {background-color: #eee;}
 
  83.62007050% {background-color: #ffcccc;}
 
  83.67507050% {background-color: #ffcccc;}
 
  83.67507060% {background-color: #eee;}
 
  83.73007060% {background-color: #eee;}
 
  83.73007070% {background-color: #ffcccc;}
 
  83.78507070% {background-color: #ffcccc;}
 
  83.78507080% {background-color: #eee;}
 
  83.95007080% {background-color: #eee;}
 
  84.00507080% {background-color: #eee;}
 
  84.00507090% {background-color: #ffcccc;}
 
  84.06007090% {background-color: #ffcccc;}
 
  84.06007100% {background-color: #eee;}
 
  84.22507100% {background-color: #eee;}
 
  84.28007100% {background-color: #eee;}
 
  84.28007110% {background-color: #ffcccc;}
 
  84.33507110% {background-color: #ffcccc;}
 
  84.33507120% {background-color: #eee;}
 
  84.50007120% {background-color: #eee;}
 
  84.55507120% {background-color: #eee;}
 
  84.55507130% {background-color: #ffcccc;}
 
  84.61007130% {background-color: #ffcccc;}
 
  84.61007140% {background-color: #eee;}
 
  84.66507140% {background-color: #eee;}
 
  84.66507150% {background-color: #ffcccc;}
 
  84.83007150% {background-color: #ffcccc;}
 
  84.83007160% {background-color: #eee;}
 
  84.88507160% {background-color: #eee;}
 
  84.88507170% {background-color: #ffcccc;}
 
  85.05007170% {background-color: #ffcccc;}
 
  85.05007180% {background-color: #eee;}
 
  85.10507180% {background-color: #eee;}
 
  85.10507190% {background-color: #ffcccc;}
 
  85.16007190% {background-color: #ffcccc;}
 
  85.16007200% {background-color: #eee;}
 
  85.54507200% {background-color: #eee;}
 
  85.60007200% {background-color: #eee;}
 
  85.60007210% {background-color: #ffcccc;}
 
  85.76507210% {background-color: #ffcccc;}
 
  85.76507220% {background-color: #eee;}
 
  85.82007220% {background-color: #eee;}
 
  85.82007230% {background-color: #ffcccc;}
 
  85.87507230% {background-color: #ffcccc;}
 
  85.87507240% {background-color: #eee;}
 
  85.93007240% {background-color: #eee;}
 
  85.93007250% {background-color: #ffcccc;}
 
  85.98507250% {background-color: #ffcccc;}
 
  85.98507260% {background-color: #eee;}
 
  86.04007260% {background-color: #eee;}
 
  86.04007270% {background-color: #ffcccc;}
 
  86.09507270% {background-color: #ffcccc;}
 
  86.09507280% {background-color: #eee;}
 
  86.26007280% {background-color: #eee;}
 
  86.31507280% {background-color: #eee;}
 
  86.31507290% {background-color: #ffcccc;}
 
  86.37007290% {background-color: #ffcccc;}
 
  86.37007300% {background-color: #eee;}
 
  86.53507300% {background-color: #eee;}
 
  86.59007300% {background-color: #eee;}
 
  86.59007310% {background-color: #ffcccc;}
 
  86.64507310% {background-color: #ffcccc;}
 
  86.64507320% {background-color: #eee;}
 
  86.81007320% {background-color: #eee;}
 
  86.86507320% {background-color: #eee;}
 
  86.86507330% {background-color: #ffcccc;}
 
  86.92007330% {background-color: #ffcccc;}
 
  86.92007340% {background-color: #eee;}
 
  86.97507340% {background-color: #eee;}
 
  86.97507350% {background-color: #ffcccc;}
 
  87.14007350% {background-color: #ffcccc;}
 
  87.14007360% {background-color: #eee;}
 
  87.19507360% {background-color: #eee;}
 
  87.19507370% {background-color: #ffcccc;}
 
  87.36007370% {background-color: #ffcccc;}
 
  87.36007380% {background-color: #eee;}
 
  87.41507380% {background-color: #eee;}
 
  87.41507390% {background-color: #ffcccc;}
 
  87.47007390% {background-color: #ffcccc;}
 
  87.47007400% {background-color: #eee;}
 
  87.85507400% {background-color: #eee;}
 
  87.91007400% {background-color: #eee;}
 
  87.91007410% {background-color: #ffcccc;}
 
  88.07507410% {background-color: #ffcccc;}
 
  88.07507420% {background-color: #eee;}
 
  88.13007420% {background-color: #eee;}
 
  88.13007430% {background-color: #ffcccc;}
 
  88.18507430% {background-color: #ffcccc;}
 
  88.18507440% {background-color: #eee;}
 
  88.24007440% {background-color: #eee;}
 
  88.24007450% {background-color: #ffcccc;}
 
  88.29507450% {background-color: #ffcccc;}
 
  88.29507460% {background-color: #eee;}
 
  88.35007460% {background-color: #eee;}
 
  88.35007470% {background-color: #ffcccc;}
 
  88.40507470% {background-color: #ffcccc;}
 
  88.40507480% {background-color: #eee;}
 
  88.57007480% {background-color: #eee;}
 
  88.62507480% {background-color: #eee;}
 
  88.62507490% {background-color: #ffcccc;}
 
  88.68007490% {background-color: #ffcccc;}
 
  88.68007500% {background-color: #eee;}
 
  88.84507500% {background-color: #eee;}
 
  88.90007500% {background-color: #eee;}
 
  88.90007510% {background-color: #ffcccc;}
 
  88.95507510% {background-color: #ffcccc;}
 
  88.95507520% {background-color: #eee;}
 
  89.12007520% {background-color: #eee;}
 
  89.17507520% {background-color: #eee;}
 
  89.17507530% {background-color: #ffcccc;}
 
  89.23007530% {background-color: #ffcccc;}
 
  89.23007540% {background-color: #eee;}
 
  89.28507540% {background-color: #eee;}
 
  89.28507550% {background-color: #ffcccc;}
 
  89.45007550% {background-color: #ffcccc;}
 
  89.45007560% {background-color: #eee;}
 
  89.50507560% {background-color: #eee;}
 
  89.50507570% {background-color: #ffcccc;}
 
  89.67007570% {background-color: #ffcccc;}
 
  89.67007580% {background-color: #eee;}
 
  89.72507580% {background-color: #eee;}
 
  89.72507590% {background-color: #ffcccc;}
 
  89.78007590% {background-color: #ffcccc;}
 
  89.78007600% {background-color: #eee;}
 
  90.16507600% {background-color: #eee;}
 
  90.22007600% {background-color: #eee;}
 
  90.22007610% {background-color: #ffcccc;}
 
  90.38507610% {background-color: #ffcccc;}
 
  90.38507620% {background-color: #eee;}
 
  90.44007620% {background-color: #eee;}
 
  90.44007630% {background-color: #ffcccc;}
 
  90.49507630% {background-color: #ffcccc;}
 
  90.49507640% {background-color: #eee;}
 
  90.55007640% {background-color: #eee;}
 
  90.55007650% {background-color: #ffcccc;}
 
  90.60507650% {background-color: #ffcccc;}
 
  90.60507660% {background-color: #eee;}
 
  90.66007660% {background-color: #eee;}
 
  90.66007670% {background-color: #ffcccc;}
 
  90.71507670% {background-color: #ffcccc;}
 
  90.71507680% {background-color: #eee;}
 
  90.88007680% {background-color: #eee;}
 
  90.93507680% {background-color: #eee;}
 
  90.93507690% {background-color: #ffcccc;}
 
  90.99007690% {background-color: #ffcccc;}
 
  90.99007700% {background-color: #eee;}
 
  91.15507700% {background-color: #eee;}
 
  91.21007700% {background-color: #eee;}
 
  91.21007710% {background-color: #ffcccc;}
 
  91.26507710% {background-color: #ffcccc;}
 
  91.26507720% {background-color: #eee;}
 
  91.43007720% {background-color: #eee;}
 
  91.48507720% {background-color: #eee;}
 
  91.48507730% {background-color: #ffcccc;}
 
  91.54007730% {background-color: #ffcccc;}
 
  91.54007740% {background-color: #eee;}
 
  91.59507740% {background-color: #eee;}
 
  91.59507750% {background-color: #ffcccc;}
 
  91.76007750% {background-color: #ffcccc;}
 
  91.76007760% {background-color: #eee;}
 
  91.81507760% {background-color: #eee;}
 
  91.81507770% {background-color: #ffcccc;}
 
  91.98007770% {background-color: #ffcccc;}
 
  91.98007780% {background-color: #eee;}
 
  92.03507780% {background-color: #eee;}
 
  92.03507790% {background-color: #ffcccc;}
 
  92.09007790% {background-color: #ffcccc;}
 
  92.09007800% {background-color: #eee;}
 
  92.47507800% {background-color: #eee;}
 
  92.53007800% {background-color: #eee;}
 
  92.53007810% {background-color: #ffcccc;}
 
  92.69507810% {background-color: #ffcccc;}
 
  92.69507820% {background-color: #eee;}
 
  92.75007820% {background-color: #eee;}
 
  92.75007830% {background-color: #ffcccc;}
 
  92.80507830% {background-color: #ffcccc;}
 
  92.80507840% {background-color: #eee;}
 
  92.86007840% {background-color: #eee;}
 
  92.86007850% {background-color: #ffcccc;}
 
  92.91507850% {background-color: #ffcccc;}
 
  92.91507860% {background-color: #eee;}
 
  92.97007860% {background-color: #eee;}
 
  92.97007870% {background-color: #ffcccc;}
 
  93.02507870% {background-color: #ffcccc;}
 
  93.02507880% {background-color: #eee;}
 
  93.19007880% {background-color: #eee;}
 
  93.24507880% {background-color: #eee;}
 
  93.24507890% {background-color: #ffcccc;}
 
  93.30007890% {background-color: #ffcccc;}
 
  93.30007900% {background-color: #eee;}
 
  93.46507900% {background-color: #eee;}
 
  93.52007900% {background-color: #eee;}
 
  93.52007910% {background-color: #ffcccc;}
 
  93.57507910% {background-color: #ffcccc;}
 
  93.57507920% {background-color: #eee;}
 
  93.74007920% {background-color: #eee;}
 
  93.79507920% {background-color: #eee;}
 
  93.79507930% {background-color: #ffcccc;}
 
  93.85007930% {background-color: #ffcccc;}
 
  93.85007940% {background-color: #eee;}
 
  93.90507940% {background-color: #eee;}
 
  93.90507950% {background-color: #ffcccc;}
 
  94.07007950% {background-color: #ffcccc;}
 
  94.07007960% {background-color: #eee;}
 
  94.12507960% {background-color: #eee;}
 
  94.12507970% {background-color: #ffcccc;}
 
  94.29007970% {background-color: #ffcccc;}
 
  94.29007980% {background-color: #eee;}
 
  94.34507980% {background-color: #eee;}
 
  94.34507990% {background-color: #ffcccc;}
 
  94.40007990% {background-color: #ffcccc;}
 
  94.40008000% {background-color: #eee;}
 
  94.78508000% {background-color: #eee;}
 
  94.84008000% {background-color: #eee;}
 
  94.84008010% {background-color: #ffcccc;}
 
  95.00508010% {background-color: #ffcccc;}
 
  95.00508020% {background-color: #eee;}
 
  95.06008020% {background-color: #eee;}
 
  95.06008030% {background-color: #ffcccc;}
 
  95.11508030% {background-color: #ffcccc;}
 
  95.11508040% {background-color: #eee;}
 
  95.17008040% {background-color: #eee;}
 
  95.17008050% {background-color: #ffcccc;}
 
  95.22508050% {background-color: #ffcccc;}
 
  95.22508060% {background-color: #eee;}
 
  95.28008060% {background-color: #eee;}
 
  95.28008070% {background-color: #ffcccc;}
 
  95.33508070% {background-color: #ffcccc;}
 
  95.33508080% {background-color: #eee;}
 
  95.50008080% {background-color: #eee;}
 
  95.55508080% {background-color: #eee;}
 
  95.55508090% {background-color: #ffcccc;}
 
  95.61008090% {background-color: #ffcccc;}
 
  95.61008100% {background-color: #eee;}
 
  95.77508100% {background-color: #eee;}
 
  95.83008100% {background-color: #eee;}
 
  95.83008110% {background-color: #ffcccc;}
 
  95.88508110% {background-color: #ffcccc;}
 
  95.88508120% {background-color: #eee;}
 
  96.05008120% {background-color: #eee;}
 
  96.10508120% {background-color: #eee;}
 
  96.10508130% {background-color: #ffcccc;}
 
  96.16008130% {background-color: #ffcccc;}
 
  96.16008140% {background-color: #eee;}
 
  96.21508140% {background-color: #eee;}
 
  96.21508150% {background-color: #ffcccc;}
 
  96.38008150% {background-color: #ffcccc;}
 
  96.38008160% {background-color: #eee;}
 
  96.43508160% {background-color: #eee;}
 
  96.43508170% {background-color: #ffcccc;}
 
  96.60008170% {background-color: #ffcccc;}
 
  96.60008180% {background-color: #eee;}
 
  96.65508180% {background-color: #eee;}
 
  96.65508190% {background-color: #ffcccc;}
 
  96.71008190% {background-color: #ffcccc;}
 
  96.71008200% {background-color: #eee;}
 
  97.09508200% {background-color: #eee;}
 
  97.15008200% {background-color: #eee;}
 
  97.15008210% {background-color: #ffcccc;}
 
  97.31508210% {background-color: #ffcccc;}
 
  97.31508220% {background-color: #eee;}
 
  97.37008220% {background-color: #eee;}
 
  97.37008230% {background-color: #ffcccc;}
 
  97.42508230% {background-color: #ffcccc;}
 
  97.42508240% {background-color: #eee;}
 
  97.48008240% {background-color: #eee;}
 
  97.48008250% {background-color: #ffcccc;}
 
  97.53508250% {background-color: #ffcccc;}
 
  97.53508260% {background-color: #eee;}
 
  97.59008260% {background-color: #eee;}
 
  97.59008270% {background-color: #ffcccc;}
 
  97.64508270% {background-color: #ffcccc;}
 
  97.64508280% {background-color: #eee;}
 
  97.81008280% {background-color: #eee;}
 
  97.86508280% {background-color: #eee;}
 
  97.86508290% {background-color: #ffcccc;}
 
  97.92008290% {background-color: #ffcccc;}
 
  97.92008300% {background-color: #eee;}
 
  98.08508300% {background-color: #eee;}
 
  98.14008300% {background-color: #eee;}
 
  98.14008310% {background-color: #ffcccc;}
 
  98.19508310% {background-color: #ffcccc;}
 
  98.19508320% {background-color: #eee;}
 
  98.36008320% {background-color: #eee;}
 
  98.41508320% {background-color: #eee;}
 
  98.41508330% {background-color: #ffcccc;}
 
  98.47008330% {background-color: #ffcccc;}
 
  98.47008340% {background-color: #eee;}
 
  98.52508340% {background-color: #eee;}
 
  98.52508350% {background-color: #ffcccc;}
 
  98.69008350% {background-color: #ffcccc;}
 
  98.69008360% {background-color: #eee;}
 
  98.74508360% {background-color: #eee;}
 
  98.74508370% {background-color: #ffcccc;}
 
  98.91008370% {background-color: #ffcccc;}
 
  98.91008380% {background-color: #eee;}
 
  98.96508380% {background-color: #eee;}
 
  98.96508390% {background-color: #ffcccc;}
 
  99.02008390% {background-color: #ffcccc;}
 
  99.02008400% {background-color: #eee;}
 
  99.40508400% {background-color: #eee;}
 
  99.46008400% {background-color: #eee;}
 
  99.46008410% {background-color: #ffcccc;}
 
  99.62508410% {background-color: #ffcccc;}
 
  99.62508420% {background-color: #eee;}
 
  99.68008420% {background-color: #eee;}
 
  99.68008430% {background-color: #ffcccc;}
 
  99.73508430% {background-color: #ffcccc;}
 
  99.73508440% {background-color: #eee;}
 
  99.79008440% {background-color: #eee;}
 
   99.79008450% {background-color: #ffcccc;}
 
   99.84508450% {background-color: #ffcccc;}
 
   99.84508460% {background-color: #eee;}
 
  99.90008460% {background-color: #eee;}
 
   99.90008470% {background-color: #ffcccc;}
 
  99.95508470% {background-color: #ffcccc;}
 
  99.95508480% {background-color: #eee;}
 
   100.12008480% {background-color: #eee;}
 
 
}
 
}
  
 +
/* jQuery UI Dialog Styles */
  
@keyframes Pulse2Odd {
+
.ui-dialog {
  0.00000000% {background-color: #ffcccc;}
+
   text-align: center;
  0.50000000% {background-color: #fff;}
+
   border: 1px red;
  1.00000000% {background-color: #ffcccc;}
+
}
  1.50000000% {background-color: #fff;}
+
.ui-widget-header a, .ui-widget-content a {
   2.00000000% {background-color: #ffcccc;}
+
   color: #b02e2e !important;
   2.50000000% {background-color: #fff;}
+
}
  3.00000000% {background-color: #ffcccc;}
+
span.ui-dialog-title {
  3.50000000% {background-color: #fff;}
+
   margin-left: -5px;
  4.00000000% {background-color: #ffcccc;}
+
}
  4.50000000% {background-color: #fff;}
+
.ui-effects-transfer {
  5.00000000% {background-color: #ffcccc;}
+
   border: 2px solid black;
  5.50000000% {background-color: #fff;}
+
}
   6.00000000% {background-color: #ffcccc;}
+
.ui-widget-overlay {
  6.50000000% {background-color: #fff;}
+
   -moz-animation: fadeIn 1s;
  7.00000000% {background-color: #ffcccc;}
+
   -webkit-animation: fadeIn 1s;
  7.50000000% {background-color: #fff;}
+
}
  8.00000000% {background-color: #ffcccc;}
+
.ui-dialog, .ui-dialog-buttonpane, .ui-dialog-buttonset {
   8.50000000% {background-color: #fff;}
+
   text-align: center;
  9.00000000% {background-color: #ffcccc;}
+
   float: none !important;
  9.50000000% {background-color: #fff;}
+
   background: url(https://i.imgur.com/323RLD2.png) !important;
  10.00000000% {background-color: #ffcccc;}
+
   padding-left: 18px;
  10.50000000% {background-color: #fff;}
+
}
  11.00000000% {background-color: #ffcccc;}
+
.ui-dialog-content.ui-widget-content {
   11.50000000% {background-color: #fff;}
+
   font-size: 25px;
  12.00000000% {background-color: #ffcccc;}
+
   text-align: center;
  12.50000000% {background-color: #fff;}
+
   color: white !important;
  13.00000000% {background-color: #ffcccc;}
+
}
  13.50000000% {background-color: #fff;}
+
div.ui-dialog-buttonset {
  14.00000000% {background-color: #ffcccc;}
+
   height: initial !important;
  14.50000000% {background-color: #fff;}
+
   max-height: initial !important;
  15.00000000% {background-color: #ffcccc;}
+
}
  15.50000000% {background-color: #fff;}
+
.ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix {
  16.00000000% {background-color: #ffcccc;}
+
   border: 0px !important;
  16.50000000% {background-color: #fff;}
+
}
  17.00000000% {background-color: #ffcccc;}
+
img.dialogImage {
  17.50000000% {background-color: #fff;}
+
   max-width:400px;
  18.00000000% {background-color: #ffcccc;}
 
  18.50000000% {background-color: #fff;}
 
  19.00000000% {background-color: #ffcccc;}
 
  19.50000000% {background-color: #fff;}
 
  20.00000000% {background-color: #ffcccc;}
 
  20.50000000% {background-color: #fff;}
 
  21.00000000% {background-color: #ffcccc;}
 
  21.50000000% {background-color: #fff;}
 
  22.00000000% {background-color: #ffcccc;}
 
  22.50000000% {background-color: #fff;}
 
  23.00000000% {background-color: #ffcccc;}
 
  23.50000000% {background-color: #fff;}
 
   24.00000000% {background-color: #ffcccc;}
 
  24.50000000% {background-color: #fff;}
 
   25.00000000% {background-color: #ffcccc;}
 
  25.50000000% {background-color: #fff;}
 
  26.00000000% {background-color: #ffcccc;}
 
  26.50000000% {background-color: #fff;}
 
  27.00000000% {background-color: #ffcccc;}
 
  27.50000000% {background-color: #fff;}
 
  28.00000000% {background-color: #ffcccc;}
 
  28.50000000% {background-color: #fff;}
 
  29.00000000% {background-color: #ffcccc;}
 
   29.50000000% {background-color: #fff;}
 
   30.00000000% {background-color: #ffcccc;}
 
   30.50000000% {background-color: #fff;}
 
  31.00000000% {background-color: #ffcccc;}
 
  31.50000000% {background-color: #fff;}
 
  32.00000000% {background-color: #ffcccc;}
 
  32.50000000% {background-color: #fff;}
 
   33.00000000% {background-color: #ffcccc;}
 
  33.50000000% {background-color: #fff;}
 
  34.00000000% {background-color: #ffcccc;}
 
  34.50000000% {background-color: #fff;}
 
  35.00000000% {background-color: #ffcccc;}
 
  35.50000000% {background-color: #fff;}
 
  36.00000000% {background-color: #ffcccc;}
 
   36.50000000% {background-color: #fff;}
 
   37.00000000% {background-color: #ffcccc;}
 
   37.50000000% {background-color: #fff;}
 
  38.00000000% {background-color: #ffcccc;}
 
  38.50000000% {background-color: #fff;}
 
  39.00000000% {background-color: #ffcccc;}
 
  39.50000000% {background-color: #fff;}
 
   40.00000000% {background-color: #ffcccc;}
 
   40.50000000% {background-color: #fff;}
 
  41.00000000% {background-color: #ffcccc;}
 
  41.50000000% {background-color: #fff;}
 
  42.00000000% {background-color: #ffcccc;}
 
  42.50000000% {background-color: #fff;}
 
  43.00000000% {background-color: #ffcccc;}
 
  43.50000000% {background-color: #fff;}
 
  44.00000000% {background-color: #ffcccc;}
 
  44.50000000% {background-color: #fff;}
 
   45.00000000% {background-color: #ffcccc;}
 
  45.50000000% {background-color: #fff;}
 
  46.00000000% {background-color: #ffcccc;}
 
   46.50000000% {background-color: #fff;}
 
  47.00000000% {background-color: #ffcccc;}
 
  47.50000000% {background-color: #fff;}
 
  48.00000000% {background-color: #ffcccc;}
 
  48.50000000% {background-color: #fff;}
 
  49.00000000% {background-color: #ffcccc;}
 
  49.50000000% {background-color: #fff;}
 
  50.00000000% {background-color: #ffcccc;}
 
  50.50000000% {background-color: #fff;}
 
  51.00000000% {background-color: #ffcccc;}
 
  51.50000000% {background-color: #fff;}
 
  52.00000000% {background-color: #ffcccc;}
 
  52.50000000% {background-color: #fff;}
 
  53.00000000% {background-color: #ffcccc;}
 
  53.50000000% {background-color: #fff;}
 
  54.00000000% {background-color: #ffcccc;}
 
  54.50000000% {background-color: #fff;}
 
  55.00000000% {background-color: #ffcccc;}
 
  55.50000000% {background-color: #fff;}
 
  56.00000000% {background-color: #ffcccc;}
 
  56.50000000% {background-color: #fff;}
 
  57.00000000% {background-color: #ffcccc;}
 
  57.50000000% {background-color: #fff;}
 
  58.00000000% {background-color: #ffcccc;}
 
  58.50000000% {background-color: #fff;}
 
  59.00000000% {background-color: #ffcccc;}
 
  59.50000000% {background-color: #fff;}
 
  60.00000000% {background-color: #ffcccc;}
 
  60.50000000% {background-color: #fff;}
 
  61.00000000% {background-color: #ffcccc;}
 
  61.50000000% {background-color: #fff;}
 
  61.88500000% {background-color: #fff;}
 
  61.94000000% {background-color: #fff;}
 
  61.94000010% {background-color: #ffcccc;}
 
  61.99500010% {background-color: #ffcccc;}
 
  61.99500020% {background-color: #fff;}
 
  62.05000020% {background-color: #fff;}
 
  62.05000030% {background-color: #ffcccc;}
 
  62.21500030% {background-color: #ffcccc;}
 
  62.21500040% {background-color: #fff;}
 
  62.27000040% {background-color: #fff;}
 
  62.27000050% {background-color: #ffcccc;}
 
  62.43500050% {background-color: #ffcccc;}
 
  62.43500060% {background-color: #fff;}
 
  62.49000060% {background-color: #fff;}
 
  62.49000070% {background-color: #ffcccc;}
 
  62.54500070% {background-color: #ffcccc;}
 
  62.54500080% {background-color: #fff;}
 
  62.71000080% {background-color: #fff;}
 
  62.76500080% {background-color: #fff;}
 
  62.76500090% {background-color: #ffcccc;}
 
  62.82000090% {background-color: #ffcccc;}
 
  62.82000100% {background-color: #fff;}
 
  62.87500100% {background-color: #fff;}
 
  62.87500110% {background-color: #ffcccc;}
 
  63.04000110% {background-color: #ffcccc;}
 
  63.04000120% {background-color: #fff;}
 
  63.20500120% {background-color: #fff;}
 
  63.26000120% {background-color: #fff;}
 
  63.26000130% {background-color: #ffcccc;}
 
  63.42500130% {background-color: #ffcccc;}
 
  63.42500140% {background-color: #fff;}
 
  63.59000140% {background-color: #fff;}
 
  63.64500140% {background-color: #fff;}
 
  63.64500150% {background-color: #ffcccc;}
 
  63.70000150% {background-color: #ffcccc;}
 
  63.70000160% {background-color: #fff;}
 
  63.75500160% {background-color: #fff;}
 
  63.75500170% {background-color: #ffcccc;}
 
  63.81000170% {background-color: #ffcccc;}
 
  63.81000180% {background-color: #fff;}
 
  63.97500180% {background-color: #fff;}
 
  64.03000180% {background-color: #fff;}
 
  64.03000190% {background-color: #ffcccc;}
 
  64.08500190% {background-color: #ffcccc;}
 
  64.08500200% {background-color: #fff;}
 
  64.25000200% {background-color: #fff;}
 
  64.30500200% {background-color: #fff;}
 
  64.30500210% {background-color: #ffcccc;}
 
  64.47000210% {background-color: #ffcccc;}
 
  64.47000220% {background-color: #fff;}
 
  64.52500220% {background-color: #fff;}
 
  64.52500230% {background-color: #ffcccc;}
 
  64.58000230% {background-color: #ffcccc;}
 
  64.58000240% {background-color: #fff;}
 
  64.74500240% {background-color: #fff;}
 
  64.80000240% {background-color: #fff;}
 
  64.80000250% {background-color: #ffcccc;}
 
  64.96500250% {background-color: #ffcccc;}
 
  64.96500260% {background-color: #fff;}
 
  65.02000260% {background-color: #fff;}
 
  65.02000270% {background-color: #ffcccc;}
 
  65.07500270% {background-color: #ffcccc;}
 
  65.07500280% {background-color: #fff;}
 
  65.13000280% {background-color: #fff;}
 
  65.13000290% {background-color: #ffcccc;}
 
  65.29500290% {background-color: #ffcccc;}
 
  65.29500300% {background-color: #fff;}
 
  65.35000300% {background-color: #fff;}
 
  65.35000310% {background-color: #ffcccc;}
 
  65.40500310% {background-color: #ffcccc;}
 
  65.40500320% {background-color: #fff;}
 
  65.57000320% {background-color: #fff;}
 
  65.62500320% {background-color: #fff;}
 
  65.62500330% {background-color: #ffcccc;}
 
  65.68000330% {background-color: #ffcccc;}
 
  65.68000340% {background-color: #fff;}
 
  66.06500340% {background-color: #fff;}
 
  66.12000340% {background-color: #fff;}
 
  66.12000350% {background-color: #ffcccc;}
 
  66.17500350% {background-color: #ffcccc;}
 
  66.17500360% {background-color: #fff;}
 
  66.23000360% {background-color: #fff;}
 
  66.23000370% {background-color: #ffcccc;}
 
  66.28500370% {background-color: #ffcccc;}
 
  66.28500380% {background-color: #fff;}
 
  66.45000380% {background-color: #fff;}
 
  66.50500380% {background-color: #fff;}
 
  66.50500390% {background-color: #ffcccc;}
 
  66.56000390% {background-color: #ffcccc;}
 
  66.56000400% {background-color: #fff;}
 
  66.61500400% {background-color: #fff;}
 
  66.61500410% {background-color: #ffcccc;}
 
  66.67000410% {background-color: #ffcccc;}
 
  66.67000420% {background-color: #fff;}
 
  66.72500420% {background-color: #fff;}
 
  66.72500430% {background-color: #ffcccc;}
 
  66.78000430% {background-color: #ffcccc;}
 
  66.78000440% {background-color: #fff;}
 
  67.16500440% {background-color: #fff;}
 
  67.22000440% {background-color: #fff;}
 
  67.22000450% {background-color: #ffcccc;}
 
  67.38500450% {background-color: #ffcccc;}
 
  67.38500460% {background-color: #fff;}
 
  67.44000460% {background-color: #fff;}
 
  67.44000470% {background-color: #ffcccc;}
 
  67.49500470% {background-color: #ffcccc;}
 
  67.49500480% {background-color: #fff;}
 
  67.55000480% {background-color: #fff;}
 
  67.55000490% {background-color: #ffcccc;}
 
  67.71500490% {background-color: #ffcccc;}
 
  67.71500500% {background-color: #fff;}
 
  67.88000500% {background-color: #fff;}
 
  67.93500500% {background-color: #fff;}
 
  67.93500510% {background-color: #ffcccc;}
 
  67.99000510% {background-color: #ffcccc;}
 
  67.99000520% {background-color: #fff;}
 
  68.15500520% {background-color: #fff;}
 
  68.21000520% {background-color: #fff;}
 
  68.21000530% {background-color: #ffcccc;}
 
  68.37500530% {background-color: #ffcccc;}
 
  68.37500540% {background-color: #fff;}
 
  68.43000540% {background-color: #fff;}
 
  68.43000550% {background-color: #ffcccc;}
 
  68.48500550% {background-color: #ffcccc;}
 
  68.48500560% {background-color: #fff;}
 
  68.54000560% {background-color: #fff;}
 
  68.54000570% {background-color: #ffcccc;}
 
  68.70500570% {background-color: #ffcccc;}
 
  68.70500580% {background-color: #fff;}
 
  68.76000580% {background-color: #fff;}
 
  68.76000590% {background-color: #ffcccc;}
 
  68.92500590% {background-color: #ffcccc;}
 
  68.92500600% {background-color: #fff;}
 
  69.31000600% {background-color: #fff;}
 
  69.36500600% {background-color: #fff;}
 
  69.36500610% {background-color: #ffcccc;}
 
  69.53000610% {background-color: #ffcccc;}
 
  69.53000620% {background-color: #fff;}
 
  69.58500620% {background-color: #fff;}
 
  69.58500630% {background-color: #ffcccc;}
 
  69.75000630% {background-color: #ffcccc;}
 
  69.75000640% {background-color: #fff;}
 
  69.80500640% {background-color: #fff;}
 
  69.80500650% {background-color: #ffcccc;}
 
  69.97000650% {background-color: #ffcccc;}
 
  69.97000660% {background-color: #fff;}
 
  70.02500660% {background-color: #fff;}
 
  70.02500670% {background-color: #ffcccc;}
 
  70.08000670% {background-color: #ffcccc;}
 
  70.08000680% {background-color: #fff;}
 
  70.13500680% {background-color: #fff;}
 
  70.13500690% {background-color: #ffcccc;}
 
  70.19000690% {background-color: #ffcccc;}
 
  70.19000700% {background-color: #fff;}
 
  70.35500700% {background-color: #fff;}
 
  70.41000700% {background-color: #fff;}
 
  70.41000710% {background-color: #ffcccc;}
 
  70.46500710% {background-color: #ffcccc;}
 
  70.46500720% {background-color: #fff;}
 
  70.52000720% {background-color: #fff;}
 
  70.52000730% {background-color: #ffcccc;}
 
  70.57500730% {background-color: #ffcccc;}
 
  70.57500740% {background-color: #fff;}
 
  70.63000740% {background-color: #fff;}
 
  70.63000750% {background-color: #ffcccc;}
 
  70.68500750% {background-color: #ffcccc;}
 
  70.68500760% {background-color: #fff;}
 
  70.74000760% {background-color: #fff;}
 
  70.74000770% {background-color: #ffcccc;}
 
  70.90500770% {background-color: #ffcccc;}
 
  70.90500780% {background-color: #fff;}
 
  71.07000780% {background-color: #fff;}
 
  71.12500780% {background-color: #fff;}
 
  71.12500790% {background-color: #ffcccc;}
 
  71.18000790% {background-color: #ffcccc;}
 
  71.18000800% {background-color: #fff;}
 
  71.34500800% {background-color: #fff;}
 
  71.40000800% {background-color: #fff;}
 
  71.40000810% {background-color: #ffcccc;}
 
  71.56500810% {background-color: #ffcccc;}
 
  71.56500820% {background-color: #fff;}
 
  71.62000820% {background-color: #fff;}
 
  71.62000830% {background-color: #ffcccc;}
 
  71.78500830% {background-color: #ffcccc;}
 
  71.78500840% {background-color: #fff;}
 
  71.95000840% {background-color: #fff;}
 
  72.00500840% {background-color: #fff;}
 
  72.00500850% {background-color: #ffcccc;}
 
  72.17000850% {background-color: #ffcccc;}
 
  72.17000860% {background-color: #fff;}
 
  72.22500860% {background-color: #fff;}
 
  72.22500870% {background-color: #ffcccc;}
 
  72.39000870% {background-color: #ffcccc;}
 
  72.39000880% {background-color: #fff;}
 
  72.44500880% {background-color: #fff;}
 
  72.44500890% {background-color: #ffcccc;}
 
  72.61000890% {background-color: #ffcccc;}
 
  72.61000900% {background-color: #fff;}
 
  72.66500900% {background-color: #fff;}
 
  72.66500910% {background-color: #ffcccc;}
 
  72.72000910% {background-color: #ffcccc;}
 
  72.72000920% {background-color: #fff;}
 
  72.77500920% {background-color: #fff;}
 
  72.77500930% {background-color: #ffcccc;}
 
  72.83000930% {background-color: #ffcccc;}
 
  72.83000940% {background-color: #fff;}
 
  72.99500940% {background-color: #fff;}
 
  73.05000940% {background-color: #fff;}
 
  73.05000950% {background-color: #ffcccc;}
 
  73.21500950% {background-color: #ffcccc;}
 
  73.21500960% {background-color: #fff;}
 
  73.27000960% {background-color: #fff;}
 
  73.27000970% {background-color: #ffcccc;}
 
  73.32500970% {background-color: #ffcccc;}
 
  73.32500980% {background-color: #fff;}
 
  73.38000980% {background-color: #fff;}
 
  73.38000990% {background-color: #ffcccc;}
 
  73.43500990% {background-color: #ffcccc;}
 
  73.43501000% {background-color: #fff;}
 
  73.49001000% {background-color: #fff;}
 
  73.49001010% {background-color: #ffcccc;}
 
  73.54501010% {background-color: #ffcccc;}
 
  73.54501020% {background-color: #fff;}
 
  73.60001020% {background-color: #fff;}
 
  73.60001030% {background-color: #ffcccc;}
 
  73.65501030% {background-color: #ffcccc;}
 
  73.65501040% {background-color: #fff;}
 
  73.71001040% {background-color: #fff;}
 
  73.71001050% {background-color: #ffcccc;}
 
  73.87501050% {background-color: #ffcccc;}
 
  73.87501060% {background-color: #fff;}
 
  74.04001060% {background-color: #fff;}
 
  74.09501060% {background-color: #fff;}
 
  74.09501070% {background-color: #ffcccc;}
 
  74.26001070% {background-color: #ffcccc;}
 
  74.26001080% {background-color: #fff;}
 
  74.31501080% {background-color: #fff;}
 
  74.31501090% {background-color: #ffcccc;}
 
  74.37001090% {background-color: #ffcccc;}
 
  74.37001100% {background-color: #fff;}
 
  74.53501100% {background-color: #fff;}
 
  74.59001100% {background-color: #fff;}
 
  74.59001110% {background-color: #ffcccc;}
 
  74.64501110% {background-color: #ffcccc;}
 
  74.64501120% {background-color: #fff;}
 
  74.81001120% {background-color: #fff;}
 
  74.86501120% {background-color: #fff;}
 
  74.86501130% {background-color: #ffcccc;}
 
  75.03001130% {background-color: #ffcccc;}
 
  75.03001140% {background-color: #fff;}
 
  75.08501140% {background-color: #fff;}
 
  75.08501150% {background-color: #ffcccc;}
 
  75.14001150% {background-color: #ffcccc;}
 
  75.14001160% {background-color: #fff;}
 
  75.19501160% {background-color: #fff;}
 
  75.19501170% {background-color: #ffcccc;}
 
  75.25001170% {background-color: #ffcccc;}
 
  75.25001180% {background-color: #fff;}
 
  75.30501180% {background-color: #fff;}
 
  75.30501190% {background-color: #ffcccc;}
 
  75.36001190% {background-color: #ffcccc;}
 
  75.36001200% {background-color: #fff;}
 
  75.41501200% {background-color: #fff;}
 
  75.41501210% {background-color: #ffcccc;}
 
  75.47001210% {background-color: #ffcccc;}
 
  75.47001220% {background-color: #fff;}
 
  75.63501220% {background-color: #fff;}
 
  75.69001220% {background-color: #fff;}
 
  75.69001230% {background-color: #ffcccc;}
 
  75.74501230% {background-color: #ffcccc;}
 
  75.74501240% {background-color: #fff;}
 
  75.80001240% {background-color: #fff;}
 
  75.80001250% {background-color: #ffcccc;}
 
  75.96501250% {background-color: #ffcccc;}
 
  75.96501260% {background-color: #fff;}
 
  76.13001260% {background-color: #fff;}
 
  76.18501260% {background-color: #fff;}
 
  76.18501270% {background-color: #ffcccc;}
 
  76.24001270% {background-color: #ffcccc;}
 
  76.24001280% {background-color: #fff;}
 
  76.29501280% {background-color: #fff;}
 
  76.29501290% {background-color: #ffcccc;}
 
  76.35001290% {background-color: #ffcccc;}
 
  76.35001300% {background-color: #fff;}
 
  76.40501300% {background-color: #fff;}
 
  76.40501310% {background-color: #ffcccc;}
 
  76.46001310% {background-color: #ffcccc;}
 
  76.46001320% {background-color: #fff;}
 
  76.51501320% {background-color: #fff;}
 
  76.51501330% {background-color: #ffcccc;}
 
  76.57001330% {background-color: #ffcccc;}
 
  76.57001340% {background-color: #fff;}
 
  76.73501340% {background-color: #fff;}
 
  76.79001340% {background-color: #fff;}
 
  76.79001350% {background-color: #ffcccc;}
 
  76.95501350% {background-color: #ffcccc;}
 
  76.95501360% {background-color: #fff;}
 
  77.01001360% {background-color: #fff;}
 
  77.01001370% {background-color: #ffcccc;}
 
  77.06501370% {background-color: #ffcccc;}
 
  77.06501380% {background-color: #fff;}
 
  77.12001380% {background-color: #fff;}
 
  77.12001390% {background-color: #ffcccc;}
 
  77.17501390% {background-color: #ffcccc;}
 
  77.17501400% {background-color: #fff;}
 
  77.23001400% {background-color: #fff;}
 
  77.23001410% {background-color: #ffcccc;}
 
  77.28501410% {background-color: #ffcccc;}
 
  77.28501420% {background-color: #fff;}
 
  77.34001420% {background-color: #fff;}
 
  77.34001430% {background-color: #ffcccc;}
 
  77.39501430% {background-color: #ffcccc;}
 
  77.39501440% {background-color: #fff;}
 
  77.45001440% {background-color: #fff;}
 
  77.45001450% {background-color: #ffcccc;}
 
  77.61501450% {background-color: #ffcccc;}
 
  77.61501460% {background-color: #fff;}
 
  77.78001460% {background-color: #fff;}
 
  77.83501460% {background-color: #fff;}
 
  77.83501470% {background-color: #ffcccc;}
 
  77.89001470% {background-color: #ffcccc;}
 
  77.89001480% {background-color: #fff;}
 
  77.94501480% {background-color: #fff;}
 
  77.94501490% {background-color: #ffcccc;}
 
  78.00001490% {background-color: #ffcccc;}
 
  78.00001500% {background-color: #fff;}
 
  78.05501500% {background-color: #fff;}
 
  78.05501510% {background-color: #ffcccc;}
 
  78.11001510% {background-color: #ffcccc;}
 
  78.11001520% {background-color: #fff;}
 
  78.16501520% {background-color: #fff;}
 
  78.16501530% {background-color: #ffcccc;}
 
  78.22001530% {background-color: #ffcccc;}
 
  78.22001540% {background-color: #fff;}
 
  78.27501540% {background-color: #fff;}
 
  78.27501550% {background-color: #ffcccc;}
 
  78.33001550% {background-color: #ffcccc;}
 
  78.33001560% {background-color: #fff;}
 
  78.49501560% {background-color: #fff;}
 
  78.55001560% {background-color: #fff;}
 
  78.55001570% {background-color: #ffcccc;}
 
  78.60501570% {background-color: #ffcccc;}
 
  78.60501580% {background-color: #fff;}
 
  78.66001580% {background-color: #fff;}
 
  78.66001590% {background-color: #ffcccc;}
 
  78.71501590% {background-color: #ffcccc;}
 
  78.71501600% {background-color: #fff;}
 
  78.77001600% {background-color: #fff;}
 
  78.77001610% {background-color: #ffcccc;}
 
  78.82501610% {background-color: #ffcccc;}
 
  78.82501620% {background-color: #fff;}
 
  78.88001620% {background-color: #fff;}
 
  78.88001630% {background-color: #ffcccc;}
 
  78.93501630% {background-color: #ffcccc;}
 
  78.93501640% {background-color: #fff;}
 
  78.99001640% {background-color: #fff;}
 
  78.99001650% {background-color: #ffcccc;}
 
  79.04501650% {background-color: #ffcccc;}
 
  79.04501660% {background-color: #fff;}
 
  79.21001660% {background-color: #fff;}
 
  79.26501660% {background-color: #fff;}
 
  79.26501670% {background-color: #ffcccc;}
 
  79.43001670% {background-color: #ffcccc;}
 
  79.43001680% {background-color: #fff;}
 
  79.48501680% {background-color: #fff;}
 
  79.48501690% {background-color: #ffcccc;}
 
  79.54001690% {background-color: #ffcccc;}
 
  79.54001700% {background-color: #fff;}
 
  79.59501700% {background-color: #fff;}
 
  79.59501710% {background-color: #ffcccc;}
 
  79.76001710% {background-color: #ffcccc;}
 
  79.76001720% {background-color: #fff;}
 
  79.92501720% {background-color: #fff;}
 
  79.98001720% {background-color: #fff;}
 
  79.98001730% {background-color: #ffcccc;}
 
  80.14501730% {background-color: #ffcccc;}
 
  80.14501740% {background-color: #fff;}
 
  80.20001740% {background-color: #fff;}
 
  80.20001750% {background-color: #ffcccc;}
 
  80.36501750% {background-color: #ffcccc;}
 
  80.36501760% {background-color: #fff;}
 
  80.42001760% {background-color: #fff;}
 
  80.42001770% {background-color: #ffcccc;}
 
  80.58501770% {background-color: #ffcccc;}
 
  80.58501780% {background-color: #fff;}
 
  80.64001780% {background-color: #fff;}
 
  80.64001790% {background-color: #ffcccc;}
 
  80.80501790% {background-color: #ffcccc;}
 
  80.80501800% {background-color: #fff;}
 
  80.86001800% {background-color: #fff;}
 
  80.86001810% {background-color: #ffcccc;}
 
  81.02501810% {background-color: #ffcccc;}
 
  81.02501820% {background-color: #fff;}
 
  81.19001820% {background-color: #fff;}
 
  81.24501820% {background-color: #fff;}
 
  81.24501830% {background-color: #ffcccc;}
 
  81.41001830% {background-color: #ffcccc;}
 
  81.41001840% {background-color: #fff;}
 
  81.79501840% {background-color: #fff;}
 
  81.85001840% {background-color: #fff;}
 
  81.85001850% {background-color: #ffcccc;}
 
  81.90501850% {background-color: #ffcccc;}
 
  81.90501860% {background-color: #fff;}
 
  81.96001860% {background-color: #fff;}
 
  81.96001870% {background-color: #ffcccc;}
 
  82.01501870% {background-color: #ffcccc;}
 
  82.01501880% {background-color: #fff;}
 
  82.07001880% {background-color: #fff;}
 
  82.07001890% {background-color: #ffcccc;}
 
  82.12501890% {background-color: #ffcccc;}
 
  82.12501900% {background-color: #fff;}
 
  82.29001900% {background-color: #fff;}
 
  82.34501900% {background-color: #fff;}
 
  82.34501910% {background-color: #ffcccc;}
 
  82.51001910% {background-color: #ffcccc;}
 
  82.51001920% {background-color: #fff;}
 
  82.67501920% {background-color: #fff;}
 
  82.73001920% {background-color: #fff;}
 
  82.73001930% {background-color: #ffcccc;}
 
  82.78501930% {background-color: #ffcccc;}
 
  82.78501940% {background-color: #fff;}
 
  82.95001940% {background-color: #fff;}
 
  83.00501940% {background-color: #fff;}
 
  83.00501950% {background-color: #ffcccc;}
 
  83.06001950% {background-color: #ffcccc;}
 
  83.06001960% {background-color: #fff;}
 
  83.11501960% {background-color: #fff;}
 
  83.11501970% {background-color: #ffcccc;}
 
  83.28001970% {background-color: #ffcccc;}
 
  83.28001980% {background-color: #fff;}
 
  83.44501980% {background-color: #fff;}
 
  83.50001980% {background-color: #fff;}
 
  83.50001990% {background-color: #ffcccc;}
 
  83.66501990% {background-color: #ffcccc;}
 
  83.66502000% {background-color: #fff;}
 
  83.72002000% {background-color: #fff;}
 
  83.72002010% {background-color: #ffcccc;}
 
  83.88502010% {background-color: #ffcccc;}
 
  83.88502020% {background-color: #fff;}
 
  84.27002020% {background-color: #fff;}
 
  61.50000000% {background-color: #ffcccc;}
 
  62.00000000% {background-color: #fff;}
 
  62.50000000% {background-color: #ffcccc;}
 
  63.00000000% {background-color: #fff;}
 
  63.50000000% {background-color: #ffcccc;}
 
  64.00000000% {background-color: #fff;}
 
  64.50000000% {background-color: #ffcccc;}
 
  65.00000000% {background-color: #fff;}
 
  65.50000000% {background-color: #ffcccc;}
 
  66.00000000% {background-color: #fff;}
 
  66.50000000% {background-color: #ffcccc;}
 
  67.00000000% {background-color: #fff;}
 
  67.50000000% {background-color: #ffcccc;}
 
  68.00000000% {background-color: #fff;}
 
  68.50000000% {background-color: #ffcccc;}
 
  69.00000000% {background-color: #fff;}
 
  69.50000000% {background-color: #ffcccc;}
 
  70.00000000% {background-color: #fff;}
 
  70.50000000% {background-color: #ffcccc;}
 
  71.00000000% {background-color: #fff;}
 
  71.50000000% {background-color: #ffcccc;}
 
  72.00000000% {background-color: #fff;}
 
  72.50000000% {background-color: #ffcccc;}
 
  73.00000000% {background-color: #fff;}
 
  73.50000000% {background-color: #ffcccc;}
 
  74.00000000% {background-color: #fff;}
 
  74.50000000% {background-color: #ffcccc;}
 
  75.00000000% {background-color: #fff;}
 
  75.50000000% {background-color: #ffcccc;}
 
  76.00000000% {background-color: #fff;}
 
  76.50000000% {background-color: #ffcccc;}
 
  77.00000000% {background-color: #fff;}
 
  77.50000000% {background-color: #ffcccc;}
 
  78.00000000% {background-color: #fff;}
 
  78.50000000% {background-color: #ffcccc;}
 
  79.00000000% {background-color: #fff;}
 
  79.50000000% {background-color: #ffcccc;}
 
  80.00000000% {background-color: #fff;}
 
  80.50000000% {background-color: #ffcccc;}
 
  81.00000000% {background-color: #fff;}
 
  81.50000000% {background-color: #ffcccc;}
 
  82.00000000% {background-color: #fff;}
 
  82.50000000% {background-color: #ffcccc;}
 
  83.00000000% {background-color: #fff;}
 
  83.50000000% {background-color: #ffcccc;}
 
  84.00000000% {background-color: #fff;}
 
  84.50000000% {background-color: #ffcccc;}
 
  85.00000000% {background-color: #fff;}
 
  85.50000000% {background-color: #ffcccc;}
 
  86.00000000% {background-color: #fff;}
 
  86.50000000% {background-color: #ffcccc;}
 
  87.00000000% {background-color: #fff;}
 
  87.50000000% {background-color: #ffcccc;}
 
  88.00000000% {background-color: #fff;}
 
  88.50000000% {background-color: #ffcccc;}
 
  89.00000000% {background-color: #fff;}
 
  89.50000000% {background-color: #ffcccc;}
 
  90.00000000% {background-color: #fff;}
 
  90.50000000% {background-color: #ffcccc;}
 
  91.00000000% {background-color: #fff;}
 
  91.50000000% {background-color: #ffcccc;}
 
  92.00000000% {background-color: #fff;}
 
  92.50000000% {background-color: #ffcccc;}
 
  93.00000000% {background-color: #fff;}
 
  93.50000000% {background-color: #ffcccc;}
 
  94.00000000% {background-color: #fff;}
 
  94.50000000% {background-color: #ffcccc;}
 
  95.00000000% {background-color: #fff;}
 
  95.50000000% {background-color: #ffcccc;}
 
  96.00000000% {background-color: #fff;}
 
  96.50000000% {background-color: #ffcccc;}
 
  97.00000000% {background-color: #fff;}
 
  97.50000000% {background-color: #ffcccc;}
 
  98.00000000% {background-color: #fff;}
 
  98.50000000% {background-color: #ffcccc;}
 
  99.00000000% {background-color: #fff;}
 
  99.50000000% {background-color: #ffcccc;}
 
  100.00000000% {background-color: #fff;}
 
 
}
 
}
  
@keyframes Pulse2Even {
+
/* jQuery UI Dialog Scrollbar Styles */
  0.00000000% {background-color: #ffcccc;}
+
 
  0.50000000% {background-color: #eee;}
+
/* Width */
  1.00000000% {background-color: #ffcccc;}
+
div.ui-dialog-content.ui-widget-content::-webkit-scrollbar {
  1.50000000% {background-color: #eee;}
+
   width: 9px;
  2.00000000% {background-color: #ffcccc;}
+
}
  2.50000000% {background-color: #eee;}
+
/* Track */
  3.00000000% {background-color: #ffcccc;}
+
div.ui-dialog-content.ui-widget-content::-webkit-scrollbar-track {
  3.50000000% {background-color: #eee;}
+
   background: #f1f1f1;
  4.00000000% {background-color: #ffcccc;}
+
   box-shadow: inset 0 0 5px grey;
  4.50000000% {background-color: #eee;}
+
   border-radius: 10px;
   5.00000000% {background-color: #ffcccc;}
+
}
  5.50000000% {background-color: #eee;}
+
/* Handle */
  6.00000000% {background-color: #ffcccc;}
+
div.ui-dialog-content.ui-widget-content::-webkit-scrollbar-thumb {
  6.50000000% {background-color: #eee;}
+
   background: rgba(176, 46, 46, 0.81);
  7.00000000% {background-color: #ffcccc;}
+
   border-radius: 10px;
  7.50000000% {background-color: #eee;}
+
   box-shadow: outset 0 0 5px grey;
  8.00000000% {background-color: #ffcccc;}
+
}
  8.50000000% {background-color: #eee;}
+
/* Handle on hover */
  9.00000000% {background-color: #ffcccc;}
+
div.ui-dialog-content.ui-widget-content::-webkit-scrollbar-thumb:hover {
  9.50000000% {background-color: #eee;}
+
   background: #b02e2e;
  10.00000000% {background-color: #ffcccc;}
 
  10.50000000% {background-color: #eee;}
 
   11.00000000% {background-color: #ffcccc;}
 
   11.50000000% {background-color: #eee;}
 
  12.00000000% {background-color: #ffcccc;}
 
  12.50000000% {background-color: #eee;}
 
  13.00000000% {background-color: #ffcccc;}
 
   13.50000000% {background-color: #eee;}
 
  14.00000000% {background-color: #ffcccc;}
 
  14.50000000% {background-color: #eee;}
 
  15.00000000% {background-color: #ffcccc;}
 
  15.50000000% {background-color: #eee;}
 
  16.00000000% {background-color: #ffcccc;}
 
  16.50000000% {background-color: #eee;}
 
  17.00000000% {background-color: #ffcccc;}
 
  17.50000000% {background-color: #eee;}
 
  18.00000000% {background-color: #ffcccc;}
 
  18.50000000% {background-color: #eee;}
 
  19.00000000% {background-color: #ffcccc;}
 
  19.50000000% {background-color: #eee;}
 
  20.00000000% {background-color: #ffcccc;}
 
  20.50000000% {background-color: #eee;}
 
  21.00000000% {background-color: #ffcccc;}
 
  21.50000000% {background-color: #eee;}
 
  22.00000000% {background-color: #ffcccc;}
 
   22.50000000% {background-color: #eee;}
 
  23.00000000% {background-color: #ffcccc;}
 
  23.50000000% {background-color: #eee;}
 
  24.00000000% {background-color: #ffcccc;}
 
  24.50000000% {background-color: #eee;}
 
  25.00000000% {background-color: #ffcccc;}
 
  25.50000000% {background-color: #eee;}
 
  26.00000000% {background-color: #ffcccc;}
 
  26.50000000% {background-color: #eee;}
 
  27.00000000% {background-color: #ffcccc;}
 
  27.50000000% {background-color: #eee;}
 
  28.00000000% {background-color: #ffcccc;}
 
  28.50000000% {background-color: #eee;}
 
  29.00000000% {background-color: #ffcccc;}
 
  29.50000000% {background-color: #eee;}
 
  30.00000000% {background-color: #ffcccc;}
 
  30.50000000% {background-color: #eee;}
 
  31.00000000% {background-color: #ffcccc;}
 
  31.50000000% {background-color: #eee;}
 
  32.00000000% {background-color: #ffcccc;}
 
  32.50000000% {background-color: #eee;}
 
  33.00000000% {background-color: #ffcccc;}
 
  33.50000000% {background-color: #eee;}
 
  34.00000000% {background-color: #ffcccc;}
 
  34.50000000% {background-color: #eee;}
 
  35.00000000% {background-color: #ffcccc;}
 
  35.50000000% {background-color: #eee;}
 
  36.00000000% {background-color: #ffcccc;}
 
  36.50000000% {background-color: #eee;}
 
  37.00000000% {background-color: #ffcccc;}
 
  37.50000000% {background-color: #eee;}
 
  38.00000000% {background-color: #ffcccc;}
 
  38.50000000% {background-color: #eee;}
 
  39.00000000% {background-color: #ffcccc;}
 
  39.50000000% {background-color: #eee;}
 
  40.00000000% {background-color: #ffcccc;}
 
  40.50000000% {background-color: #eee;}
 
  41.00000000% {background-color: #ffcccc;}
 
  41.50000000% {background-color: #eee;}
 
  42.00000000% {background-color: #ffcccc;}
 
  42.50000000% {background-color: #eee;}
 
  43.00000000% {background-color: #ffcccc;}
 
  43.50000000% {background-color: #eee;}
 
  44.00000000% {background-color: #ffcccc;}
 
  44.50000000% {background-color: #eee;}
 
  45.00000000% {background-color: #ffcccc;}
 
  45.50000000% {background-color: #eee;}
 
  46.00000000% {background-color: #ffcccc;}
 
  46.50000000% {background-color: #eee;}
 
  47.00000000% {background-color: #ffcccc;}
 
  47.50000000% {background-color: #eee;}
 
  48.00000000% {background-color: #ffcccc;}
 
  48.50000000% {background-color: #eee;}
 
  49.00000000% {background-color: #ffcccc;}
 
  49.50000000% {background-color: #eee;}
 
  50.00000000% {background-color: #ffcccc;}
 
  50.50000000% {background-color: #eee;}
 
  51.00000000% {background-color: #ffcccc;}
 
  51.50000000% {background-color: #eee;}
 
  52.00000000% {background-color: #ffcccc;}
 
  52.50000000% {background-color: #eee;}
 
  53.00000000% {background-color: #ffcccc;}
 
  53.50000000% {background-color: #eee;}
 
  54.00000000% {background-color: #ffcccc;}
 
  54.50000000% {background-color: #eee;}
 
  55.00000000% {background-color: #ffcccc;}
 
  55.50000000% {background-color: #eee;}
 
  56.00000000% {background-color: #ffcccc;}
 
  56.50000000% {background-color: #eee;}
 
  57.00000000% {background-color: #ffcccc;}
 
  57.50000000% {background-color: #eee;}
 
  58.00000000% {background-color: #ffcccc;}
 
  58.50000000% {background-color: #eee;}
 
  59.00000000% {background-color: #ffcccc;}
 
  59.50000000% {background-color: #eee;}
 
  60.00000000% {background-color: #ffcccc;}
 
  60.50000000% {background-color: #eee;}
 
  61.00000000% {background-color: #ffcccc;}
 
  61.50000000% {background-color: #eee;}
 
  61.88500000% {background-color: #eee;}
 
  61.94000000% {background-color: #eee;}
 
  61.94000010% {background-color: #ffcccc;}
 
  61.99500010% {background-color: #ffcccc;}
 
  61.99500020% {background-color: #eee;}
 
  62.05000020% {background-color: #eee;}
 
  62.05000030% {background-color: #ffcccc;}
 
  62.21500030% {background-color: #ffcccc;}
 
  62.21500040% {background-color: #eee;}
 
  62.27000040% {background-color: #eee;}
 
  62.27000050% {background-color: #ffcccc;}
 
  62.43500050% {background-color: #ffcccc;}
 
  62.43500060% {background-color: #eee;}
 
  62.49000060% {background-color: #eee;}
 
  62.49000070% {background-color: #ffcccc;}
 
  62.54500070% {background-color: #ffcccc;}
 
  62.54500080% {background-color: #eee;}
 
  62.71000080% {background-color: #eee;}
 
  62.76500080% {background-color: #eee;}
 
  62.76500090% {background-color: #ffcccc;}
 
  62.82000090% {background-color: #ffcccc;}
 
  62.82000100% {background-color: #eee;}
 
  62.87500100% {background-color: #eee;}
 
  62.87500110% {background-color: #ffcccc;}
 
  63.04000110% {background-color: #ffcccc;}
 
  63.04000120% {background-color: #eee;}
 
  63.20500120% {background-color: #eee;}
 
  63.26000120% {background-color: #eee;}
 
  63.26000130% {background-color: #ffcccc;}
 
  63.42500130% {background-color: #ffcccc;}
 
  63.42500140% {background-color: #eee;}
 
  63.59000140% {background-color: #eee;}
 
  63.64500140% {background-color: #eee;}
 
  63.64500150% {background-color: #ffcccc;}
 
  63.70000150% {background-color: #ffcccc;}
 
  63.70000160% {background-color: #eee;}
 
  63.75500160% {background-color: #eee;}
 
  63.75500170% {background-color: #ffcccc;}
 
  63.81000170% {background-color: #ffcccc;}
 
  63.81000180% {background-color: #eee;}
 
  63.97500180% {background-color: #eee;}
 
  64.03000180% {background-color: #eee;}
 
  64.03000190% {background-color: #ffcccc;}
 
  64.08500190% {background-color: #ffcccc;}
 
  64.08500200% {background-color: #eee;}
 
  64.25000200% {background-color: #eee;}
 
  64.30500200% {background-color: #eee;}
 
  64.30500210% {background-color: #ffcccc;}
 
  64.47000210% {background-color: #ffcccc;}
 
  64.47000220% {background-color: #eee;}
 
  64.52500220% {background-color: #eee;}
 
  64.52500230% {background-color: #ffcccc;}
 
  64.58000230% {background-color: #ffcccc;}
 
  64.58000240% {background-color: #eee;}
 
  64.74500240% {background-color: #eee;}
 
  64.80000240% {background-color: #eee;}
 
  64.80000250% {background-color: #ffcccc;}
 
  64.96500250% {background-color: #ffcccc;}
 
  64.96500260% {background-color: #eee;}
 
  65.02000260% {background-color: #eee;}
 
  65.02000270% {background-color: #ffcccc;}
 
  65.07500270% {background-color: #ffcccc;}
 
  65.07500280% {background-color: #eee;}
 
  65.13000280% {background-color: #eee;}
 
  65.13000290% {background-color: #ffcccc;}
 
  65.29500290% {background-color: #ffcccc;}
 
  65.29500300% {background-color: #eee;}
 
  65.35000300% {background-color: #eee;}
 
  65.35000310% {background-color: #ffcccc;}
 
  65.40500310% {background-color: #ffcccc;}
 
  65.40500320% {background-color: #eee;}
 
  65.57000320% {background-color: #eee;}
 
  65.62500320% {background-color: #eee;}
 
  65.62500330% {background-color: #ffcccc;}
 
  65.68000330% {background-color: #ffcccc;}
 
  65.68000340% {background-color: #eee;}
 
  66.06500340% {background-color: #eee;}
 
  66.12000340% {background-color: #eee;}
 
  66.12000350% {background-color: #ffcccc;}
 
  66.17500350% {background-color: #ffcccc;}
 
  66.17500360% {background-color: #eee;}
 
  66.23000360% {background-color: #eee;}
 
  66.23000370% {background-color: #ffcccc;}
 
  66.28500370% {background-color: #ffcccc;}
 
  66.28500380% {background-color: #eee;}
 
  66.45000380% {background-color: #eee;}
 
  66.50500380% {background-color: #eee;}
 
  66.50500390% {background-color: #ffcccc;}
 
  66.56000390% {background-color: #ffcccc;}
 
  66.56000400% {background-color: #eee;}
 
  66.61500400% {background-color: #eee;}
 
  66.61500410% {background-color: #ffcccc;}
 
  66.67000410% {background-color: #ffcccc;}
 
  66.67000420% {background-color: #eee;}
 
  66.72500420% {background-color: #eee;}
 
  66.72500430% {background-color: #ffcccc;}
 
  66.78000430% {background-color: #ffcccc;}
 
  66.78000440% {background-color: #eee;}
 
  67.16500440% {background-color: #eee;}
 
  67.22000440% {background-color: #eee;}
 
  67.22000450% {background-color: #ffcccc;}
 
  67.38500450% {background-color: #ffcccc;}
 
  67.38500460% {background-color: #eee;}
 
  67.44000460% {background-color: #eee;}
 
  67.44000470% {background-color: #ffcccc;}
 
  67.49500470% {background-color: #ffcccc;}
 
  67.49500480% {background-color: #eee;}
 
  67.55000480% {background-color: #eee;}
 
  67.55000490% {background-color: #ffcccc;}
 
  67.71500490% {background-color: #ffcccc;}
 
  67.71500500% {background-color: #eee;}
 
  67.88000500% {background-color: #eee;}
 
  67.93500500% {background-color: #eee;}
 
  67.93500510% {background-color: #ffcccc;}
 
  67.99000510% {background-color: #ffcccc;}
 
  67.99000520% {background-color: #eee;}
 
  68.15500520% {background-color: #eee;}
 
  68.21000520% {background-color: #eee;}
 
  68.21000530% {background-color: #ffcccc;}
 
  68.37500530% {background-color: #ffcccc;}
 
  68.37500540% {background-color: #eee;}
 
  68.43000540% {background-color: #eee;}
 
  68.43000550% {background-color: #ffcccc;}
 
  68.48500550% {background-color: #ffcccc;}
 
  68.48500560% {background-color: #eee;}
 
  68.54000560% {background-color: #eee;}
 
  68.54000570% {background-color: #ffcccc;}
 
  68.70500570% {background-color: #ffcccc;}
 
  68.70500580% {background-color: #eee;}
 
  68.76000580% {background-color: #eee;}
 
  68.76000590% {background-color: #ffcccc;}
 
  68.92500590% {background-color: #ffcccc;}
 
  68.92500600% {background-color: #eee;}
 
  69.31000600% {background-color: #eee;}
 
  69.36500600% {background-color: #eee;}
 
  69.36500610% {background-color: #ffcccc;}
 
  69.53000610% {background-color: #ffcccc;}
 
  69.53000620% {background-color: #eee;}
 
  69.58500620% {background-color: #eee;}
 
  69.58500630% {background-color: #ffcccc;}
 
  69.75000630% {background-color: #ffcccc;}
 
  69.75000640% {background-color: #eee;}
 
  69.80500640% {background-color: #eee;}
 
  69.80500650% {background-color: #ffcccc;}
 
  69.97000650% {background-color: #ffcccc;}
 
  69.97000660% {background-color: #eee;}
 
  70.02500660% {background-color: #eee;}
 
  70.02500670% {background-color: #ffcccc;}
 
  70.08000670% {background-color: #ffcccc;}
 
  70.08000680% {background-color: #eee;}
 
  70.13500680% {background-color: #eee;}
 
  70.13500690% {background-color: #ffcccc;}
 
  70.19000690% {background-color: #ffcccc;}
 
  70.19000700% {background-color: #eee;}
 
  70.35500700% {background-color: #eee;}
 
  70.41000700% {background-color: #eee;}
 
  70.41000710% {background-color: #ffcccc;}
 
  70.46500710% {background-color: #ffcccc;}
 
  70.46500720% {background-color: #eee;}
 
  70.52000720% {background-color: #eee;}
 
  70.52000730% {background-color: #ffcccc;}
 
  70.57500730% {background-color: #ffcccc;}
 
  70.57500740% {background-color: #eee;}
 
  70.63000740% {background-color: #eee;}
 
  70.63000750% {background-color: #ffcccc;}
 
  70.68500750% {background-color: #ffcccc;}
 
  70.68500760% {background-color: #eee;}
 
  70.74000760% {background-color: #eee;}
 
  70.74000770% {background-color: #ffcccc;}
 
  70.90500770% {background-color: #ffcccc;}
 
  70.90500780% {background-color: #eee;}
 
  71.07000780% {background-color: #eee;}
 
  71.12500780% {background-color: #eee;}
 
  71.12500790% {background-color: #ffcccc;}
 
  71.18000790% {background-color: #ffcccc;}
 
  71.18000800% {background-color: #eee;}
 
  71.34500800% {background-color: #eee;}
 
  71.40000800% {background-color: #eee;}
 
  71.40000810% {background-color: #ffcccc;}
 
  71.56500810% {background-color: #ffcccc;}
 
  71.56500820% {background-color: #eee;}
 
  71.62000820% {background-color: #eee;}
 
  71.62000830% {background-color: #ffcccc;}
 
  71.78500830% {background-color: #ffcccc;}
 
  71.78500840% {background-color: #eee;}
 
  71.95000840% {background-color: #eee;}
 
  72.00500840% {background-color: #eee;}
 
  72.00500850% {background-color: #ffcccc;}
 
  72.17000850% {background-color: #ffcccc;}
 
  72.17000860% {background-color: #eee;}
 
  72.22500860% {background-color: #eee;}
 
  72.22500870% {background-color: #ffcccc;}
 
  72.39000870% {background-color: #ffcccc;}
 
  72.39000880% {background-color: #eee;}
 
  72.44500880% {background-color: #eee;}
 
  72.44500890% {background-color: #ffcccc;}
 
  72.61000890% {background-color: #ffcccc;}
 
  72.61000900% {background-color: #eee;}
 
  72.66500900% {background-color: #eee;}
 
  72.66500910% {background-color: #ffcccc;}
 
  72.72000910% {background-color: #ffcccc;}
 
  72.72000920% {background-color: #eee;}
 
  72.77500920% {background-color: #eee;}
 
  72.77500930% {background-color: #ffcccc;}
 
  72.83000930% {background-color: #ffcccc;}
 
  72.83000940% {background-color: #eee;}
 
  72.99500940% {background-color: #eee;}
 
  73.05000940% {background-color: #eee;}
 
  73.05000950% {background-color: #ffcccc;}
 
  73.21500950% {background-color: #ffcccc;}
 
  73.21500960% {background-color: #eee;}
 
  73.27000960% {background-color: #eee;}
 
  73.27000970% {background-color: #ffcccc;}
 
  73.32500970% {background-color: #ffcccc;}
 
  73.32500980% {background-color: #eee;}
 
  73.38000980% {background-color: #eee;}
 
  73.38000990% {background-color: #ffcccc;}
 
  73.43500990% {background-color: #ffcccc;}
 
  73.43501000% {background-color: #eee;}
 
  73.49001000% {background-color: #eee;}
 
  73.49001010% {background-color: #ffcccc;}
 
  73.54501010% {background-color: #ffcccc;}
 
  73.54501020% {background-color: #eee;}
 
  73.60001020% {background-color: #eee;}
 
  73.60001030% {background-color: #ffcccc;}
 
  73.65501030% {background-color: #ffcccc;}
 
  73.65501040% {background-color: #eee;}
 
  73.71001040% {background-color: #eee;}
 
  73.71001050% {background-color: #ffcccc;}
 
  73.87501050% {background-color: #ffcccc;}
 
  73.87501060% {background-color: #eee;}
 
  74.04001060% {background-color: #eee;}
 
  74.09501060% {background-color: #eee;}
 
  74.09501070% {background-color: #ffcccc;}
 
  74.26001070% {background-color: #ffcccc;}
 
  74.26001080% {background-color: #eee;}
 
  74.31501080% {background-color: #eee;}
 
  74.31501090% {background-color: #ffcccc;}
 
  74.37001090% {background-color: #ffcccc;}
 
  74.37001100% {background-color: #eee;}
 
  74.53501100% {background-color: #eee;}
 
  74.59001100% {background-color: #eee;}
 
  74.59001110% {background-color: #ffcccc;}
 
  74.64501110% {background-color: #ffcccc;}
 
  74.64501120% {background-color: #eee;}
 
  74.81001120% {background-color: #eee;}
 
  74.86501120% {background-color: #eee;}
 
  74.86501130% {background-color: #ffcccc;}
 
  75.03001130% {background-color: #ffcccc;}
 
  75.03001140% {background-color: #eee;}
 
  75.08501140% {background-color: #eee;}
 
  75.08501150% {background-color: #ffcccc;}
 
  75.14001150% {background-color: #ffcccc;}
 
  75.14001160% {background-color: #eee;}
 
  75.19501160% {background-color: #eee;}
 
  75.19501170% {background-color: #ffcccc;}
 
  75.25001170% {background-color: #ffcccc;}
 
  75.25001180% {background-color: #eee;}
 
  75.30501180% {background-color: #eee;}
 
  75.30501190% {background-color: #ffcccc;}
 
  75.36001190% {background-color: #ffcccc;}
 
  75.36001200% {background-color: #eee;}
 
  75.41501200% {background-color: #eee;}
 
  75.41501210% {background-color: #ffcccc;}
 
  75.47001210% {background-color: #ffcccc;}
 
  75.47001220% {background-color: #eee;}
 
  75.63501220% {background-color: #eee;}
 
  75.69001220% {background-color: #eee;}
 
  75.69001230% {background-color: #ffcccc;}
 
  75.74501230% {background-color: #ffcccc;}
 
  75.74501240% {background-color: #eee;}
 
  75.80001240% {background-color: #eee;}
 
  75.80001250% {background-color: #ffcccc;}
 
  75.96501250% {background-color: #ffcccc;}
 
  75.96501260% {background-color: #eee;}
 
  76.13001260% {background-color: #eee;}
 
  76.18501260% {background-color: #eee;}
 
  76.18501270% {background-color: #ffcccc;}
 
  76.24001270% {background-color: #ffcccc;}
 
  76.24001280% {background-color: #eee;}
 
  76.29501280% {background-color: #eee;}
 
  76.29501290% {background-color: #ffcccc;}
 
  76.35001290% {background-color: #ffcccc;}
 
  76.35001300% {background-color: #eee;}
 
  76.40501300% {background-color: #eee;}
 
  76.40501310% {background-color: #ffcccc;}
 
  76.46001310% {background-color: #ffcccc;}
 
  76.46001320% {background-color: #eee;}
 
  76.51501320% {background-color: #eee;}
 
  76.51501330% {background-color: #ffcccc;}
 
  76.57001330% {background-color: #ffcccc;}
 
  76.57001340% {background-color: #eee;}
 
  76.73501340% {background-color: #eee;}
 
  76.79001340% {background-color: #eee;}
 
  76.79001350% {background-color: #ffcccc;}
 
  76.95501350% {background-color: #ffcccc;}
 
  76.95501360% {background-color: #eee;}
 
  77.01001360% {background-color: #eee;}
 
  77.01001370% {background-color: #ffcccc;}
 
  77.06501370% {background-color: #ffcccc;}
 
  77.06501380% {background-color: #eee;}
 
  77.12001380% {background-color: #eee;}
 
  77.12001390% {background-color: #ffcccc;}
 
  77.17501390% {background-color: #ffcccc;}
 
  77.17501400% {background-color: #eee;}
 
  77.23001400% {background-color: #eee;}
 
  77.23001410% {background-color: #ffcccc;}
 
  77.28501410% {background-color: #ffcccc;}
 
  77.28501420% {background-color: #eee;}
 
  77.34001420% {background-color: #eee;}
 
  77.34001430% {background-color: #ffcccc;}
 
  77.39501430% {background-color: #ffcccc;}
 
  77.39501440% {background-color: #eee;}
 
  77.45001440% {background-color: #eee;}
 
  77.45001450% {background-color: #ffcccc;}
 
  77.61501450% {background-color: #ffcccc;}
 
  77.61501460% {background-color: #eee;}
 
  77.78001460% {background-color: #eee;}
 
  77.83501460% {background-color: #eee;}
 
  77.83501470% {background-color: #ffcccc;}
 
  77.89001470% {background-color: #ffcccc;}
 
  77.89001480% {background-color: #eee;}
 
  77.94501480% {background-color: #eee;}
 
  77.94501490% {background-color: #ffcccc;}
 
  78.00001490% {background-color: #ffcccc;}
 
  78.00001500% {background-color: #eee;}
 
  78.05501500% {background-color: #eee;}
 
  78.05501510% {background-color: #ffcccc;}
 
  78.11001510% {background-color: #ffcccc;}
 
  78.11001520% {background-color: #eee;}
 
  78.16501520% {background-color: #eee;}
 
  78.16501530% {background-color: #ffcccc;}
 
  78.22001530% {background-color: #ffcccc;}
 
  78.22001540% {background-color: #eee;}
 
  78.27501540% {background-color: #eee;}
 
  78.27501550% {background-color: #ffcccc;}
 
  78.33001550% {background-color: #ffcccc;}
 
  78.33001560% {background-color: #eee;}
 
  78.49501560% {background-color: #eee;}
 
  78.55001560% {background-color: #eee;}
 
  78.55001570% {background-color: #ffcccc;}
 
  78.60501570% {background-color: #ffcccc;}
 
  78.60501580% {background-color: #eee;}
 
  78.66001580% {background-color: #eee;}
 
  78.66001590% {background-color: #ffcccc;}
 
  78.71501590% {background-color: #ffcccc;}
 
  78.71501600% {background-color: #eee;}
 
  78.77001600% {background-color: #eee;}
 
  78.77001610% {background-color: #ffcccc;}
 
  78.82501610% {background-color: #ffcccc;}
 
  78.82501620% {background-color: #eee;}
 
  78.88001620% {background-color: #eee;}
 
  78.88001630% {background-color: #ffcccc;}
 
  78.93501630% {background-color: #ffcccc;}
 
  78.93501640% {background-color: #eee;}
 
  78.99001640% {background-color: #eee;}
 
  78.99001650% {background-color: #ffcccc;}
 
  79.04501650% {background-color: #ffcccc;}
 
  79.04501660% {background-color: #eee;}
 
  79.21001660% {background-color: #eee;}
 
  79.26501660% {background-color: #eee;}
 
  79.26501670% {background-color: #ffcccc;}
 
  79.43001670% {background-color: #ffcccc;}
 
  79.43001680% {background-color: #eee;}
 
  79.48501680% {background-color: #eee;}
 
  79.48501690% {background-color: #ffcccc;}
 
  79.54001690% {background-color: #ffcccc;}
 
  79.54001700% {background-color: #eee;}
 
  79.59501700% {background-color: #eee;}
 
  79.59501710% {background-color: #ffcccc;}
 
  79.76001710% {background-color: #ffcccc;}
 
  79.76001720% {background-color: #eee;}
 
  79.92501720% {background-color: #eee;}
 
  79.98001720% {background-color: #eee;}
 
  79.98001730% {background-color: #ffcccc;}
 
  80.14501730% {background-color: #ffcccc;}
 
  80.14501740% {background-color: #eee;}
 
  80.20001740% {background-color: #eee;}
 
  80.20001750% {background-color: #ffcccc;}
 
  80.36501750% {background-color: #ffcccc;}
 
  80.36501760% {background-color: #eee;}
 
  80.42001760% {background-color: #eee;}
 
  80.42001770% {background-color: #ffcccc;}
 
  80.58501770% {background-color: #ffcccc;}
 
  80.58501780% {background-color: #eee;}
 
  80.64001780% {background-color: #eee;}
 
  80.64001790% {background-color: #ffcccc;}
 
  80.80501790% {background-color: #ffcccc;}
 
  80.80501800% {background-color: #eee;}
 
  80.86001800% {background-color: #eee;}
 
  80.86001810% {background-color: #ffcccc;}
 
  81.02501810% {background-color: #ffcccc;}
 
   81.02501820% {background-color: #eee;}
 
   81.19001820% {background-color: #eee;}
 
  81.24501820% {background-color: #eee;}
 
  81.24501830% {background-color: #ffcccc;}
 
  81.41001830% {background-color: #ffcccc;}
 
  81.41001840% {background-color: #eee;}
 
  81.79501840% {background-color: #eee;}
 
  81.85001840% {background-color: #eee;}
 
  81.85001850% {background-color: #ffcccc;}
 
  81.90501850% {background-color: #ffcccc;}
 
  81.90501860% {background-color: #eee;}
 
  81.96001860% {background-color: #eee;}
 
  81.96001870% {background-color: #ffcccc;}
 
  82.01501870% {background-color: #ffcccc;}
 
  82.01501880% {background-color: #eee;}
 
  82.07001880% {background-color: #eee;}
 
  82.07001890% {background-color: #ffcccc;}
 
  82.12501890% {background-color: #ffcccc;}
 
  82.12501900% {background-color: #eee;}
 
  82.29001900% {background-color: #eee;}
 
  82.34501900% {background-color: #eee;}
 
  82.34501910% {background-color: #ffcccc;}
 
  82.51001910% {background-color: #ffcccc;}
 
  82.51001920% {background-color: #eee;}
 
  82.67501920% {background-color: #eee;}
 
  82.73001920% {background-color: #eee;}
 
  82.73001930% {background-color: #ffcccc;}
 
  82.78501930% {background-color: #ffcccc;}
 
  82.78501940% {background-color: #eee;}
 
  82.95001940% {background-color: #eee;}
 
  83.00501940% {background-color: #eee;}
 
  83.00501950% {background-color: #ffcccc;}
 
  83.06001950% {background-color: #ffcccc;}
 
  83.06001960% {background-color: #eee;}
 
  83.11501960% {background-color: #eee;}
 
  83.11501970% {background-color: #ffcccc;}
 
  83.28001970% {background-color: #ffcccc;}
 
  83.28001980% {background-color: #eee;}
 
  83.44501980% {background-color: #eee;}
 
  83.50001980% {background-color: #eee;}
 
  83.50001990% {background-color: #ffcccc;}
 
  83.66501990% {background-color: #ffcccc;}
 
  83.66502000% {background-color: #eee;}
 
  83.72002000% {background-color: #eee;}
 
  83.72002010% {background-color: #ffcccc;}
 
  83.88502010% {background-color: #ffcccc;}
 
  83.88502020% {background-color: #eee;}
 
  84.27002020% {background-color: #eee;}
 
  61.50000000% {background-color: #ffcccc;}
 
  62.00000000% {background-color: #eee;}
 
  62.50000000% {background-color: #ffcccc;}
 
  63.00000000% {background-color: #eee;}
 
  63.50000000% {background-color: #ffcccc;}
 
  64.00000000% {background-color: #eee;}
 
  64.50000000% {background-color: #ffcccc;}
 
  65.00000000% {background-color: #eee;}
 
  65.50000000% {background-color: #ffcccc;}
 
  66.00000000% {background-color: #eee;}
 
  66.50000000% {background-color: #ffcccc;}
 
  67.00000000% {background-color: #eee;}
 
  67.50000000% {background-color: #ffcccc;}
 
  68.00000000% {background-color: #eee;}
 
  68.50000000% {background-color: #ffcccc;}
 
  69.00000000% {background-color: #eee;}
 
  69.50000000% {background-color: #ffcccc;}
 
  70.00000000% {background-color: #eee;}
 
  70.50000000% {background-color: #ffcccc;}
 
  71.00000000% {background-color: #eee;}
 
  71.50000000% {background-color: #ffcccc;}
 
  72.00000000% {background-color: #eee;}
 
  72.50000000% {background-color: #ffcccc;}
 
  73.00000000% {background-color: #eee;}
 
  73.50000000% {background-color: #ffcccc;}
 
  74.00000000% {background-color: #eee;}
 
  74.50000000% {background-color: #ffcccc;}
 
  75.00000000% {background-color: #eee;}
 
  75.50000000% {background-color: #ffcccc;}
 
  76.00000000% {background-color: #eee;}
 
  76.50000000% {background-color: #ffcccc;}
 
  77.00000000% {background-color: #eee;}
 
  77.50000000% {background-color: #ffcccc;}
 
  78.00000000% {background-color: #eee;}
 
  78.50000000% {background-color: #ffcccc;}
 
  79.00000000% {background-color: #eee;}
 
  79.50000000% {background-color: #ffcccc;}
 
  80.00000000% {background-color: #eee;}
 
  80.50000000% {background-color: #ffcccc;}
 
  81.00000000% {background-color: #eee;}
 
  81.50000000% {background-color: #ffcccc;}
 
  82.00000000% {background-color: #eee;}
 
  82.50000000% {background-color: #ffcccc;}
 
  83.00000000% {background-color: #eee;}
 
  83.50000000% {background-color: #ffcccc;}
 
  84.00000000% {background-color: #eee;}
 
  84.50000000% {background-color: #ffcccc;}
 
  85.00000000% {background-color: #eee;}
 
  85.50000000% {background-color: #ffcccc;}
 
  86.00000000% {background-color: #eee;}
 
  86.50000000% {background-color: #ffcccc;}
 
  87.00000000% {background-color: #eee;}
 
  87.50000000% {background-color: #ffcccc;}
 
  88.00000000% {background-color: #eee;}
 
  88.50000000% {background-color: #ffcccc;}
 
  89.00000000% {background-color: #eee;}
 
  89.50000000% {background-color: #ffcccc;}
 
  90.00000000% {background-color: #eee;}
 
  90.50000000% {background-color: #ffcccc;}
 
  91.00000000% {background-color: #eee;}
 
  91.50000000% {background-color: #ffcccc;}
 
  92.00000000% {background-color: #eee;}
 
  92.50000000% {background-color: #ffcccc;}
 
  93.00000000% {background-color: #eee;}
 
  93.50000000% {background-color: #ffcccc;}
 
  94.00000000% {background-color: #eee;}
 
  94.50000000% {background-color: #ffcccc;}
 
  95.00000000% {background-color: #eee;}
 
  95.50000000% {background-color: #ffcccc;}
 
  96.00000000% {background-color: #eee;}
 
  96.50000000% {background-color: #ffcccc;}
 
  97.00000000% {background-color: #eee;}
 
  97.50000000% {background-color: #ffcccc;}
 
  98.00000000% {background-color: #eee;}
 
  98.50000000% {background-color: #ffcccc;}
 
  99.00000000% {background-color: #eee;}
 
  99.50000000% {background-color: #ffcccc;}
 
   100.00000000% {background-color: #eee;}
 
 
}
 
}
  
 +
/* TOC Float Styles */
  
/* Matty Tables */
+
.tocFloatHidden {
 +
  width:auto !important;
 +
}
 +
.tocFloatHidden div.toctitle {
 +
  border-bottom:none !important;
 +
  padding-bottom:0 !important;
 +
}
 +
div.tocFloatContainer {
 +
  width:160px;
 +
  position:fixed;
 +
  bottom:64px;
 +
  left:0.5%;
 +
  z-index:1;
 +
  max-height:65%;
 +
  overflow-y:scroll !important;
 +
  overflow-x:hidden !important;
 +
  overflow-wrap:break-word !important;
 +
  display:block;
 +
}
 +
div#tocFloatContainer div.toc {
 +
  padding-top: 0;
 +
  margin: 0 auto;
 +
}
 +
div#tocFloatContainer div.toc div.toctitle {
 +
  position: sticky;
 +
  top:0;
 +
  padding-top: 5px;
 +
  padding-bottom: 5px;
 +
  z-index:10;
 +
  border-bottom: 1px black solid;
 +
  margin: 0 auto;
 +
  background: #f8f9fa;
 +
}
  
table.matty tbody tr:nth-child(odd):hover td:not(:nth-child(2)) {
+
div#tocFloatContainer div.toc ul {
   animation-name: PulseOdd;
+
  display:block;
   animation-iteration-count: infinite;
+
  z-index:1;
   animation-timing-function: linear;
+
  overflow-x:hidden !important;
   animation-duration: 4s;
+
  overflow-wrap:break-word !important;
   -webkit-animation-duration: 4s;
+
}
   -moz-animation-duration: 4s;
+
div#tocFloatContainer div.toc ul ul {
   -o-animation-duration: 4s;
+
   margin: 0 0 0 1em !important;
   animation-delay: 1s;
+
   padding: 0 !important;
   background-color: #ffcccc;
+
   font-size:12px;
 +
   display:show !important;
 +
}
 +
div#tocFloatContainer div.toc li {
 +
  margin: 0 !important;
 +
   padding: 0 !important;
 +
   font-size:12px;
 +
}
 +
div#tocFloatContainer div.toc div.toctitle, div#tocFloatContainer div.toc ul {
 +
   max-width:148px;
 +
}
 +
div#tocFloatContainer div.toc ul li ul li span.toctext{
 +
word-break:break-word;
 +
}
 +
.highlight {
 +
   animation: highlight 250ms;
 +
   background-color: rgba(255, 204, 204, 1);
 
}
 
}
  
table.matty tbody tr:nth-child(even):hover td:not(:nth-child(2)) {
+
 
   animation-name: PulseEven;
+
/* TOC Float Scrollbar Styles */
   animation-iteration-count: infinite;
+
 
   animation-timing-function: linear;
+
/* Width */
  animation-duration: 4s;
+
div.tocFloatContainer::-webkit-scrollbar {
  -webkit-animation-duration: 4s;
+
  width: 7px;
   -moz-animation-duration: 4s;
+
}
   -o-animation-duration: 4s;
+
/* Track */
  animation-delay: 1s;
+
div.tocFloatContainer:hover::-webkit-scrollbar-track {
   background-color: #ffcccc;
+
   background: #f1f1f1;
 +
   box-shadow: inset 0 0 5px grey;
 +
   border-radius: 10px;
 +
}
 +
/* Handle */
 +
div.tocFloatContainer:hover::-webkit-scrollbar-thumb {
 +
  background: rgba(176, 46, 46, 0.81);
 +
   border-radius: 10px;
 +
   box-shadow: outset 0 0 5px grey;
 +
}
 +
/* Handle on hover */
 +
div.tocFloatContainer:hover::-webkit-scrollbar-thumb:hover {
 +
   background: #b02e2e;
 
}
 
}
  
table.matty tbody tr:nth-child(odd).tableRow:hover td:not(:nth-child(2)) {
+
/* Fancy Editor Scrollbar */
   animation-name: Pulse2Odd;
+
 
  animation-iteration-count: infinite;
+
textarea.mw-editfont-monospace::-webkit-scrollbar {
   animation-timing-function: linear;
+
   width: 9x;
   animation-duration: 200s;
+
}
  -webkit-animation-duration: 200s;
+
textarea.mw-editfont-monospace::-webkit-scrollbar-track {
   -moz-animation-duration: 200s;
+
  background: #f1f1f1;
   -o-animation-duration: 200s;
+
   box-shadow: inset 0 0 5px grey;
  animation-delay: 1s;
+
   border-radius: 10px;
   background-color: #ffcccc;
+
}
 +
textarea.mw-editfont-monospace::-webkit-scrollbar-thumb {
 +
  background: rgba(176, 46, 46, 0.81);
 +
   border-radius: 10px;
 +
   box-shadow: outset 0 0 5px grey;
 +
}
 +
textarea.mw-editfont-monospace::-webkit-scrollbar-thumb:hover {
 +
   background: #b02e2e;
 
}
 
}
  
table.matty tbody tr:nth-child(even).tableRow:hover td:not(:nth-child(2)) {
+
/* Fancy Review Footer Scrollbar */
   animation-name: Pulse2Even;
+
 
   animation-iteration-count: infinite;
+
form#mw-fr-reviewform::-webkit-scrollbar {
   animation-timing-function: linear;
+
  height: 7px;
  animation-duration: 200s;
+
}
  -webkit-animation-duration: 200s;
+
form#mw-fr-reviewform:hover::-webkit-scrollbar-track {
   -moz-animation-duration: 200s;
+
   background: #f1f1f1;
   -o-animation-duration: 200s;
+
   box-shadow: inset 0 0 5px grey;
  animation-delay: 1s;
+
   border-radius: 10px;
   background-color: #ffcccc;
+
}
 +
form#mw-fr-reviewform:hover::-webkit-scrollbar-thumb {
 +
  background: rgba(176, 46, 46, 0.81);
 +
   border-radius: 10px;
 +
   box-shadow: outset 0 0 5px grey;
 +
}
 +
form#mw-fr-reviewform:hover::-webkit-scrollbar-thumb:hover {
 +
   background: #b02e2e;
 
}
 
}
  
table.matty tbody tr:nth-child(odd).tableRowCP:hover td:not(:nth-child(2)) {
+
/* The Responsive Movement - brought to you by CSSears */
   animation-name: PulseCPOdd;
+
 
   animation-iteration-count: infinite;
+
html{
   animation-timing-function: linear;
+
  height:100%;
   animation-duration: 200s;
+
  min-height:100%;
   -webkit-animation-duration: 200s;
+
}
   -moz-animation-duration: 200s;
+
body{
   -o-animation-duration: 200s;
+
  min-height:100%;
   animation-delay: 1s;
+
}
   background-color: #ffcccc;
+
pre {
 +
  overflow-wrap: break-all;
 +
  word-break: break-all;
 +
}
 +
code {
 +
   overflow-wrap: break-all;
 +
   word-break: break-word;
 +
}
 +
div {
 +
  overflow-wrap: break-word;
 +
}
 +
img {
 +
  width: inherit;
 +
   max-width: 100%;
 +
  height: auto;
 +
}
 +
div.thumbinner {
 +
  max-width: inherit;
 +
}
 +
div.thumb {
 +
   max-width: 100%;
 +
}
 +
div.portal.navFloat {
 +
   position: fixed !important;
 +
}
 +
div#p-navigation.portal.navFloat {
 +
  left: 0.5%;
 +
  top:0;
 +
}
 +
div#p-tb.portal.navFloat {
 +
  left: 0.5%;
 +
  top:160px;
 +
}
 +
div#userloginForm {
 +
  max-width: 100%;
 +
}
 +
form.mw-htmlform.mw-ui-vform.mw-ui-container {
 +
  max-width: inherit;
 +
}
 +
div.navMobile {
 +
   display:none;
 +
}
 +
form#mw-fr-reviewform {
 +
  overflow-x:scroll;
 +
}
 +
.mw-parser-output pre, .mw-parser-output ul:not(.gallery), .mw-parser-output ol, .mw-parser-output div:not(.center)  {
 +
  text-align:left;
 +
}
 +
.mw-parser-output center p, .mw-parser-output center pre, .mw-parser-output center ul  {
 +
   text-align:center;
 +
}
 +
table.argbox img {
 +
  max-width:100% !important;
 +
}
 +
body {
 +
   z-index: 0;
 +
}
 +
.mw-body-content {
 +
   z-index: auto;
 
}
 
}
 +
/* On screens 1024px and smaller */
 +
@media only screen and (max-width: 1024px) {
  
table.matty tbody tr:nth-child(even).tableRowCP:hover td:not(:nth-child(2)) {
+
  div#left-navigation {
  animation-name: PulseCPEven;
+
    float:left;
   animation-iteration-count: infinite;
+
    margin-left:194px;
   animation-timing-function: linear;
+
  }
   animation-duration: 200s;
+
  div.mw-body:not(table.matty) {
   -webkit-animation-duration: 200s;
+
    font-size: 110%;
   -moz-animation-duration: 200s;
+
   }
   -o-animation-duration: 200s;
+
  div.mw-head {
   animation-delay: 1s;
+
    left:1.1em;
   background-color: #ffcccc;
+
   }
 +
   div#tocFloatContainer div.toc ul {
 +
    font-size: 12px;
 +
   }
 +
   div#tocFloatContainer div.toc li {
 +
    font-size: 12px;
 +
   }
 +
   li#ca-talk {
 +
    display:none;
 +
   }
 
}
 
}
  
.tableRowEven {
+
/* On screens 982px and smaller */
   background-color: #eee;
+
@media only screen and (max-width: 982px) {
 +
 
 +
   div#left-navigation {
 +
    margin-left:176px;
 +
  }
 
}
 
}
  
.tableRowOdd {
+
/* On screens 768px and smaller */
   background-color: #fff;
+
@media only screen and (max-width: 768px) {
 +
 
 +
  div.mw-parser-output p, div.mw-parser-output h1, div.mw-parser-output h2, div.mw-parser-output h3, div.mw-parser-output h4 {
 +
    clear:both;
 +
  }
 +
  div.thumb {
 +
    clear:both;
 +
    float:none;
 +
    display: inline-block;
 +
    margin:0 auto;
 +
  }
 +
  div.thumbinner {
 +
    width:inherit !important;
 +
  }
 +
  .mw-parser-output a.image {
 +
    width:768px;
 +
    max-width:100%;
 +
  }
 +
  .mw-parser-output, .mw-parser-output div.thumbcaption {
 +
    text-align:center;
 +
  }
 +
  .mw-parser-output ul, .mw-parser-output ol {
 +
    display:inline-block;
 +
  }
 +
  .mw-parser-output div.toc ul, .mw-parser-output div.toc ol {
 +
    display:table !important;
 +
  }
 +
  table.wikitable.argbox {
 +
    width: inherit !important;
 +
    max-width: 100% !important;
 +
    height: auto !important;
 +
  }
 +
  div.mw-body {
 +
    margin-right: 1%;
 +
    margin-left: 1%;
 +
    margin-top: 140px;
 +
}
 +
  div#mw-panel {
 +
    position:absolute;
 +
    display:block;
 +
    top:30px;
 +
    left:0;
 +
    right:0;
 +
    margin:auto;
 +
    padding-top:0;
 +
    height:140px;
 +
  }
 +
  div#p-logo {
 +
    top:0;
 +
  }
 +
  div#left-navigation {
 +
    float:right;
 +
    margin-top:181px;
 +
    margin-right:30px;
 +
    margin-left:0;
 +
    left:0;
 +
  }
 +
  div#right-navigation {
 +
    margin-top:181px;
 +
    margin-right:0;
 +
  }
 +
  div#rightNavMobile {
 +
    top:56px;
 +
    right:1%;
 +
    text-align:right;
 +
  }
 +
  div#rightNavMobile ul li  {
 +
    text-align: right !important;
 +
  }
 +
  div#rightNavMobile h3 {
 +
    display:none;
 +
  }
 +
  div#leftNavMobile {
 +
    top:0;
 +
    left:1%;
 +
  }
 +
  div.navMobile {
 +
    position:absolute !important;
 +
    font-size:70%;
 +
    z-index:1;
 +
    display:block !important;
 +
    animation: fadeIn2 500ms linear;
 +
  }
 +
  div.navMobile div.body ul {
 +
    list-style-type: none;
 +
    list-style-image: none !important;
 +
    list-style:none;
 +
    margin:0;
 +
  }
 +
  div#p-navigation {
 +
    visibility:hidden;
 +
  }
 +
  div#p-tb {
 +
    visibility:hidden;
 +
  }
 +
  h3#p-tb-label {
 +
    display:none;
 +
  }
 +
  div#p-search {
 +
    display:none;
 +
  }
 +
  li#pt-mytalk {
 +
    display: none;
 +
  }
 +
  li#pt-mytalk {
 +
    display: none;
 +
  }
 +
  li.icon.mw-watchlink {
 +
    display:none;
 +
  }
 +
   li#pt-watchlist {
 +
    display:none;
 +
  }
 +
  div#footer {
 +
    float:right;
 +
    text-align:right;
 +
    padding: 1%;
 +
  }
 +
  #footer-icons {
 +
    clear:both;
 +
    float:right;
 +
  }
 +
  #footer-places ul {
 +
    float:right !important;
 +
  }
 +
  #footer-places li {
 +
    margin: 0 0 0 0 !important;
 +
    padding: 5px 0 5px 10px !important;
 +
    float:right !important;
 +
    text-align:right;
 +
  }
 +
  pre {
 +
    display:inline-block;
 +
    clear:both;
 +
    text-align:left;
 +
  }
 +
  ol li, ul li {
 +
    text-align:left;
 +
  }
 +
  ul li#footer-info-lastmod {
 +
    text-align:right;
 +
  }
 +
 
 
}
 
}
  
table.matty tbody tr:nth-child(odd).tableAnimationOdd {
+
/* On screens 425px and smaller */
   animation-name: flashOdd;
+
@media only screen and (max-width: 425px) {
   animation-timing-function: linear;
+
 
   animation-duration: 0.35s;
+
   div#leftNavMobile {
  -webkit-animation-duration: 0.35s;
+
    font-size:60%;
   -moz-animation-duration: 0.35s;
+
   }
   -o-animation-duration: 0.35s;
+
 
}
+
  li#pt-mycontris {
 +
    display:none;
 +
   }
 +
 
 +
  div.mw-body:not(table.matty) {
 +
    font-size:115%;
 +
   }
 +
 
 +
  div#tocFloatContainer div.toc ul {
 +
    font-size:11px;
 +
   }
 +
 
 +
  div#tocFloatContainer div.toc li {
 +
    font-size:11px;
 +
  }
  
table.matty tbody tr:nth-child(even).tableAnimationEven {
 
  animation-name: flashEven;
 
  animation-timing-function: linear;
 
  animation-duration: 0.35s;
 
  -webkit-animation-duration: 0.35s;
 
  -moz-animation-duration: 0.35s;
 
  -o-animation-duration: 0.35s;
 
 
}
 
}
  
/* Dialog UI Styles */
+
/* Misc aka i'm too lazy i'll sort this later*/
  
.ui-dialog {
+
div.ev_left {
   text-align: center;
+
  margin: 7.2px 19.6px 18.2px 0;
 +
}
 +
div.ev_right {
 +
  margin: 7.2px 0 18.2px 19.6px;
 +
}
 +
img.mainButtonLeft {
 +
  float: right;
 +
}
 +
img.mainButtonRight {
 +
  float: left;
 +
}
 +
table.mainNavButtons td {
 +
  width:210px;
 +
}
 +
table.mainSocialButtons td {
 +
  width:150px;
 +
}
 +
img.mainImg {
 +
  max-width: 100% !important;
 +
}
 +
.flaggedrevs_unreviewed a {
 +
   color:#b02e2e !important;
 +
}
 +
div.flaggedrevs_unreviewed {
 +
  clear:both;
 +
  margin:0 0 0 0;
 +
}
 +
#footer-info li {
 +
  color:#ffffff !important;
 
}
 
}
 
+
table.matty td {
.ui-dialog-content.ui-widget-content {
+
   word-break:break-word;
   font-size: 25px;
+
   overflow:hidden;
  text-align: center;
 
   color: white !important;
 
 
}
 
}
 
+
table.pageValidation th.reviewed, table.pageValidation td.reviewed {
.ui-effects-transfer {
+
   background-color: #eaf3ff !important;
   border: 2px solid black;
 
 
}
 
}
.ui-widget-overlay {
+
table.pageValidation th.quality, table.pageValidation td.quality {
   animation-name: fadeIn;
+
   background-color: #d5fdf4 !important;
  animation-duration: 1s;
 
  -webkit-animation-duration: 1s;
 
  -moz-animation-duration: 1s;
 
  -o-animation-duration: 1s;
 
 
}
 
}
 
+
table.pageValidation th.pristine, table.pageValidation td.pristine {
.ui-dialog {
+
   background-color: #fef6e7 !important;
   background: url(https://i.imgur.com/323RLD2.png) !important;
 
  border: 1px red;
 
 
}
 
}
 
+
.matty td {
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
+
   min-width: 40px;
   text-align: center;
 
  float: none !important;
 
  background: url(https://i.imgur.com/323RLD2.png) !important;
 
 
}
 
}
 
+
td {
.ui-dialog-buttonpane {
+
   word-break: break-word;
   background: url(https://i.imgur.com/323RLD2.png) !important;
 
 
}
 
}
 
+
table.wikitable.argbox td {
.ui-widget-header a {
+
   word-break: normal;
   color: #b02e2e !important;
 
 
}
 
}
  
.ui-widget-content a {
+
div#mw-fr-revisiontag.flaggedrevs_stable_notsynced a:nth-child(2) {
  color: #b02e2e !important;
+
    color: #b02e2e;
 
}
 
}
  
.ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix {
+
div#mw-fr-revisiontag.flaggedrevs_draft_notsynced a:nth-child(3) {
  border: 0px !important;
+
    color: #b02e2e;
 
}
 
}

Latest revision as of 22:23, 27 September 2021

/* CSS placed here will be applied to all skins */

body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }

/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
th.mbox-text, td.mbox-text {   /* The message body cell(s) */
  border: none;
  /* @noflip */
  padding: 0.25em 0.9em;     /* 0.9em left/right */
  width: 100%;               /* Make all mboxes the same width regardless of text length */
}
td.mbox-image {                /* The left image cell */
  border: none;
  /* @noflip */
  padding: 2px 0 2px 0.9em;  /* 0.9em left, 0px right */
  text-align: center;
}
td.mbox-imageright {           /* The right image cell */
  border: none;
  /* @noflip */
  padding: 2px 0.9em 2px 0;  /* 0px left, 0.9em right */
  text-align: center;
}
td.mbox-empty-cell {           /* An empty narrow cell */
  border: none;
  padding: 0;
  width: 1px;
}

/* Article message box styles */
table.ambox {
  margin: 0 10%;                  /* 10% = Will not overlap with other elements */
  border: 1px solid #a2a9b1;
  /* @noflip */
  border-left: 10px solid #36c;  /* Default "notice" blue */
  background: #fbfbfb;
}
table.ambox + table.ambox {      /* Single border between stacked boxes. */
  margin-top: -1px;
}
.ambox th.mbox-text,
.ambox td.mbox-text {            /* The message body cell(s) */
  padding: 0.25em 0.5em;       /* 0.5em left/right */
}
.ambox td.mbox-image {           /* The left image cell */
  /* @noflip */
  padding: 2px 0 2px 0.5em;    /* 0.5em left, 0px right */
}
.ambox td.mbox-imageright {      /* The right image cell */
  /* @noflip */
  padding: 2px 0.5em 2px 0;    /* 0px left, 0.5em right */
}

table.ambox-notice {
  /* @noflip */
  border-left: 10px solid #36c;    /* Blue */
}
table.ambox-speedy {
  /* @noflip */
  border-left: 10px solid #b32424;    /* Red */
  background: #fee7e6;                   /* Pink */
}
table.ambox-delete {
  /* @noflip */
  border-left: 10px solid #b32424;    /* Red */
}
table.ambox-content {
  /* @noflip */
  border-left: 10px solid #f28500;    /* Orange */
}
table.ambox-style {
  /* @noflip */
  border-left: 10px solid #fc3;    /* Yellow */
}
table.ambox-move {
  /* @noflip */
  border-left: 10px solid #9932cc;    /* Purple */
}
table.ambox-protection {
  /* @noflip */
  border-left: 10px solid #a2a9b1;       /* Gray-gold */
}
/* These mbox-small classes must be placed after all other
   ambox/tmbox/ombox etc classes. "html body.mediawiki" is so
   they override "table.ambox + table.ambox" above. */
html body.mediawiki .mbox-small {   /* For the "small=yes" option. */
  /* @noflip */
  clear: right;
  /* @noflip */
  float: right;
  /* @noflip */
  margin: 4px 0 4px 1em;
  box-sizing: border-box;
  width: 238px;
  font-size: 88%;
  line-height: 1.25em;
}
html body.mediawiki .mbox-small-left {   /* For the "small=left" option. */
  /* @noflip */
  margin: 4px 1em 4px 0;
  box-sizing: border-box;
  overflow: hidden;
  width: 238px;
  border-collapse: collapse;
  font-size: 88%;
  line-height: 1.25em;
}

/* Style for compact ambox */
/* Hide the images */
.compact-ambox table .mbox-image,
.compact-ambox table .mbox-imageright,
.compact-ambox table .mbox-empty-cell {
  display: none;
}
/* Remove borders, backgrounds, padding, etc. */
.compact-ambox table.ambox {
  border: none;
  border-collapse: collapse;
  background: transparent;
  margin: 0 0 0 1.6em !important;
  padding: 0 !important;
  width: auto;
  display: block;
}
body.mediawiki .compact-ambox table.mbox-small-left {
  font-size: 100%;
  width: auto;
  margin: 0;
}
/* Style the text cell as a list item and remove its padding */
.compact-ambox table .mbox-text {
  padding: 0 !important;
  margin: 0 !important;
}
.compact-ambox table .mbox-text-span {
  display: list-item;
  line-height: 1.5em;
  list-style-type: square;
  list-style-image: url(/w/skins/MonoBook/bullet.gif);
}
.skin-vector .compact-ambox table .mbox-text-span {
  list-style-type: disc;
  list-style-image: url(/w/skins/Vector/images/bullet-icon.svg);
  list-style-image: url(/w/skins/Vector/images/bullet-icon.png)\9;
}
/* Allow for hiding text in compact form */
.compact-ambox .hide-when-compact {
  display: none;
}

/* Other pages message box styles */
table.ombox {
  margin: 4px 10%;
  border-collapse: collapse;
  border: 1px solid #a2a9b1;       /* Default "notice" gray */
  background: #f8f9fa;
  box-sizing: border-box;
}

table.ombox-notice {
  border: 1px solid #a2a9b1;       /* Gray */
}
table.ombox-speedy {
  border: 2px solid #b32424;    /* Red */
  background: #fee7e6;             /* Pink */
}
table.ombox-delete {
  border: 2px solid #b32424;    /* Red */
}
table.ombox-content {
  border: 1px solid #f28500;    /* Orange */
}
table.ombox-style {
  border: 1px solid #fc3;    /* Yellow */
}
table.ombox-move {
  border: 1px solid #9932cc;    /* Purple */
}
table.ombox-protection {
  border: 2px solid #a2a9b1;       /* Gray-gold */
}

/* Begin Custom CSS */

/* Support for <div class="mattyRawImg">ImageURL</div> on wiki pages */

div.mattyRawImg {
  height: auto;
  width: inherit;
  max-height: inherit;
  max-width: 100%;
  margin: inherit;
  border: inherit;
  padding: inherit;
}

/* SMW table styles */
.smwtable .row-even {
  background-color: #fff;
}
.smwtable .row-odd {
  background-color: #e6e6e6;
}
.smwtable .smwtype_txt{
  text-align: center;
}
.smwtable .smwtype_dat{
  text-align: center;
}

/* Keyframe Animations */

@-moz-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 0.3;}
}
@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 0.3;}
}

@-moz-keyframes fadeIn2 {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
@-webkit-keyframes fadeIn2 {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@-moz-keyframes highlight {
  0% {background-color: rgba(255, 204, 204, 0);}
  100% {background-color: rgba(255, 204, 204, 1)}
}
@-webkit-keyframes highlight {
  0% {background-color: rgba(255, 204, 204, 0);}
  100% {background-color: rgba(255, 204, 204, 1);}
}

@-moz-keyframes flash {
  25% {background-color: rgba(255, 204, 204, 1);}
  50% {background-color: rgba(255, 204, 204, 0);}
  75% {background-color: rgba(255, 204, 204, 1);}
  100% {background-color: rgba(255, 204, 204, 0);}
}
@-webkit-keyframes flash {
  25% {background-color: rgba(255, 204, 204, 1);}
  50% {background-color: rgba(255, 204, 204, 0);}
  75% {background-color: rgba(255, 204, 204, 1);}
  100% {background-color: rgba(255, 204, 204, 0);}
}

@-moz-keyframes pulse {
  0% {background-color: rgba(255, 204, 204, 1);}
  50% {background-color: rgba(255, 204, 204, 0);}
  100% {background-color: rgba(255, 204, 204, 1);}
}
@-webkit-keyframes pulse {
  0% {background-color: rgba(255, 204, 204, 1);}
  50% {background-color: rgba(255, 204, 204, 0);}
  100% {background-color: rgba(255, 204, 204, 1);}
}


/* Matty Table Styles */

table.matty tbody tr:hover td:not(:nth-child(2)) {
  -webkit-animation: pulse 2s linear 1s infinite;
  -moz-animation: pulse 2s linear 1s infinite;
  background-color: #ffcccc;
}
table.matty tbody tr.tableAnimation {
  -webkit-animation: flash 0.35s linear;
  -moz-animation: flash 0.35s linear;
}
table.matty, table.matty th, table.matty td {
  border: 1px black solid;
}
table.matty th {
  height: 50px;
  padding-left: 20px;
  font-size: x-large;
}
.tableRowEven {
  background-color: #eee;
}
.tableRowOdd {
  background-color: #fff;
}

/* jQuery UI Dialog Styles */

.ui-dialog {
  text-align: center;
  border: 1px red;
}
.ui-widget-header a, .ui-widget-content a {
  color: #b02e2e !important;
}
span.ui-dialog-title {
  margin-left: -5px;
}
.ui-effects-transfer {
  border: 2px solid black;
}
.ui-widget-overlay {
  -moz-animation: fadeIn 1s;
  -webkit-animation: fadeIn 1s;
}
.ui-dialog, .ui-dialog-buttonpane, .ui-dialog-buttonset {
  text-align: center;
  float: none !important;
  background: url(https://i.imgur.com/323RLD2.png) !important;
  padding-left: 18px;
}
.ui-dialog-content.ui-widget-content {
  font-size: 25px;
  text-align: center;
  color: white !important;
}
div.ui-dialog-buttonset {
  height: initial !important;
  max-height: initial !important;
}
.ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix {
  border: 0px !important;
}
img.dialogImage {
  max-width:400px;
}

/* jQuery UI Dialog Scrollbar Styles */

/* Width */
div.ui-dialog-content.ui-widget-content::-webkit-scrollbar {
  width: 9px;
}
/* Track */
div.ui-dialog-content.ui-widget-content::-webkit-scrollbar-track {
  background: #f1f1f1;
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
/* Handle */
div.ui-dialog-content.ui-widget-content::-webkit-scrollbar-thumb {
  background: rgba(176, 46, 46, 0.81);
  border-radius: 10px;
  box-shadow: outset 0 0 5px grey;
}
/* Handle on hover */
div.ui-dialog-content.ui-widget-content::-webkit-scrollbar-thumb:hover {
  background: #b02e2e;
}

/* TOC Float Styles */

.tocFloatHidden {
  width:auto !important;
}
.tocFloatHidden div.toctitle {
  border-bottom:none !important;
  padding-bottom:0 !important;
}
div.tocFloatContainer {
  width:160px;
  position:fixed;
  bottom:64px;
  left:0.5%;
  z-index:1;
  max-height:65%;
  overflow-y:scroll !important;
  overflow-x:hidden !important;
  overflow-wrap:break-word !important;
  display:block;
}
div#tocFloatContainer div.toc {
  padding-top: 0;
  margin: 0 auto;
}
div#tocFloatContainer div.toc div.toctitle {
  position: sticky;
  top:0;
  padding-top: 5px;
  padding-bottom: 5px;
  z-index:10;
  border-bottom: 1px black solid;
  margin: 0 auto;
  background: #f8f9fa;
}

div#tocFloatContainer div.toc ul {
  display:block;
  z-index:1;
  overflow-x:hidden !important;
  overflow-wrap:break-word !important;
}
div#tocFloatContainer div.toc ul ul {
  margin: 0 0 0 1em !important;
  padding: 0 !important;
  font-size:12px;
  display:show !important;
}
div#tocFloatContainer div.toc li {
  margin: 0 !important;
  padding: 0 !important;
  font-size:12px;
}
div#tocFloatContainer div.toc div.toctitle, div#tocFloatContainer div.toc ul {
  max-width:148px;
}
div#tocFloatContainer div.toc ul li ul li span.toctext{
 word-break:break-word;
}
.highlight {
  animation: highlight 250ms;
  background-color: rgba(255, 204, 204, 1);
}


/* TOC Float Scrollbar Styles */

/* Width */
div.tocFloatContainer::-webkit-scrollbar {
  width: 7px;
}
/* Track */
div.tocFloatContainer:hover::-webkit-scrollbar-track {
  background: #f1f1f1;
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
/* Handle */
div.tocFloatContainer:hover::-webkit-scrollbar-thumb {
  background: rgba(176, 46, 46, 0.81);
  border-radius: 10px;
  box-shadow: outset 0 0 5px grey;
}
/* Handle on hover */
div.tocFloatContainer:hover::-webkit-scrollbar-thumb:hover {
  background: #b02e2e;
}

/* Fancy Editor Scrollbar */

textarea.mw-editfont-monospace::-webkit-scrollbar {
  width: 9x;
}
textarea.mw-editfont-monospace::-webkit-scrollbar-track {
  background: #f1f1f1;
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
textarea.mw-editfont-monospace::-webkit-scrollbar-thumb {
  background: rgba(176, 46, 46, 0.81);
  border-radius: 10px;
  box-shadow: outset 0 0 5px grey;
}
textarea.mw-editfont-monospace::-webkit-scrollbar-thumb:hover {
  background: #b02e2e;
}

/* Fancy Review Footer Scrollbar */

form#mw-fr-reviewform::-webkit-scrollbar {
  height: 7px;
}
form#mw-fr-reviewform:hover::-webkit-scrollbar-track {
  background: #f1f1f1;
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
form#mw-fr-reviewform:hover::-webkit-scrollbar-thumb {
  background: rgba(176, 46, 46, 0.81);
  border-radius: 10px;
  box-shadow: outset 0 0 5px grey;
}
form#mw-fr-reviewform:hover::-webkit-scrollbar-thumb:hover {
  background: #b02e2e;
}

/* The Responsive Movement - brought to you by CSSears */

html{
  height:100%;
  min-height:100%;
}
body{
  min-height:100%;
}
pre {
  overflow-wrap: break-all;
  word-break: break-all;
}
code {
  overflow-wrap: break-all;
  word-break: break-word;
}
div {
  overflow-wrap: break-word;
}
img {
  width: inherit;
  max-width: 100%;
  height: auto;
}
div.thumbinner {
  max-width: inherit;
}
div.thumb {
  max-width: 100%;
}
div.portal.navFloat {
  position: fixed !important;
}
div#p-navigation.portal.navFloat {
  left: 0.5%;
  top:0;
}
div#p-tb.portal.navFloat {
  left: 0.5%;
  top:160px;
}
div#userloginForm {
  max-width: 100%;
}
form.mw-htmlform.mw-ui-vform.mw-ui-container {
  max-width: inherit;
}
div.navMobile {
  display:none;
}
form#mw-fr-reviewform {
  overflow-x:scroll;
}
.mw-parser-output pre, .mw-parser-output ul:not(.gallery), .mw-parser-output ol, .mw-parser-output div:not(.center)  {
   text-align:left;
}
.mw-parser-output center p, .mw-parser-output center pre, .mw-parser-output center ul  {
  text-align:center;
}
table.argbox img {
  max-width:100% !important;
}
body {
  z-index: 0;
}
.mw-body-content {
  z-index: auto;
}
/* On screens 1024px and smaller */
@media only screen and (max-width: 1024px) {

  div#left-navigation {
    float:left;
    margin-left:194px;
  }
  div.mw-body:not(table.matty) {
    font-size: 110%;
  }
  div.mw-head {
    left:1.1em;
  }
  div#tocFloatContainer div.toc ul {
    font-size: 12px;
  }
  div#tocFloatContainer div.toc li {
    font-size: 12px;
  }
  li#ca-talk {
    display:none;
  }
}

/* On screens 982px and smaller */
@media only screen and (max-width: 982px) {

  div#left-navigation {
    margin-left:176px;
  }
}

/* On screens 768px and smaller */
@media only screen and (max-width: 768px) {

  div.mw-parser-output p, div.mw-parser-output h1, div.mw-parser-output h2, div.mw-parser-output h3, div.mw-parser-output h4 {
    clear:both;
  }
  div.thumb {
    clear:both;
    float:none;
    display: inline-block;
    margin:0 auto;
  }
  div.thumbinner {
    width:inherit !important;
  }
  .mw-parser-output a.image {
    width:768px;
    max-width:100%;
  }
  .mw-parser-output, .mw-parser-output div.thumbcaption {
    text-align:center;
  }
  .mw-parser-output ul, .mw-parser-output ol {
    display:inline-block;
  }
  .mw-parser-output div.toc ul, .mw-parser-output div.toc ol {
    display:table !important;
  }
  table.wikitable.argbox {
    width: inherit !important;
    max-width: 100% !important;
    height: auto !important;
  }
  div.mw-body {
    margin-right: 1%;
    margin-left: 1%;
    margin-top: 140px;
 }
  div#mw-panel {
    position:absolute;
    display:block;
    top:30px;
    left:0;
    right:0;
    margin:auto;
    padding-top:0;
    height:140px;
  }
  div#p-logo {
    top:0;
  }
  div#left-navigation {
    float:right;
    margin-top:181px;
    margin-right:30px;
    margin-left:0;
    left:0;
  }
  div#right-navigation {
    margin-top:181px;
    margin-right:0;
  }
  div#rightNavMobile {
    top:56px;
    right:1%;
    text-align:right;
   }
  div#rightNavMobile ul li  {
    text-align: right !important;
  }
  div#rightNavMobile h3 {
    display:none;
  }
  div#leftNavMobile {
    top:0;
    left:1%;
  }
  div.navMobile {
    position:absolute !important;
    font-size:70%;
    z-index:1;
    display:block !important;
    animation: fadeIn2 500ms linear;
  }
  div.navMobile div.body ul {
    list-style-type: none;
    list-style-image: none !important;
    list-style:none;
    margin:0;
  }
  div#p-navigation {
    visibility:hidden;
  }
  div#p-tb {
    visibility:hidden;
  }
  h3#p-tb-label {
    display:none;
  }
  div#p-search {
    display:none;
  }
  li#pt-mytalk {
    display: none;
  }
  li#pt-mytalk {
    display: none;
  }
  li.icon.mw-watchlink {
    display:none;
  }
  li#pt-watchlist {
    display:none;
  }
  div#footer {
    float:right;
    text-align:right;
    padding: 1%;
  }
  #footer-icons {
    clear:both;
    float:right;
  }
  #footer-places ul {
    float:right !important;
  }
  #footer-places li {
    margin: 0 0 0 0 !important;
    padding: 5px 0 5px 10px !important;
    float:right !important;
    text-align:right;
  }
  pre {
    display:inline-block;
    clear:both;
    text-align:left;
  }
  ol li, ul li {
    text-align:left;
  }
  ul li#footer-info-lastmod {
    text-align:right;
  }

}

/* On screens 425px and smaller */
@media only screen and (max-width: 425px) {

  div#leftNavMobile {
    font-size:60%;
  }

  li#pt-mycontris {
    display:none;
  }

  div.mw-body:not(table.matty) {
    font-size:115%;
  }

  div#tocFloatContainer div.toc ul {
    font-size:11px;
  }

  div#tocFloatContainer div.toc li {
    font-size:11px;
  }

}

/* Misc aka i'm too lazy i'll sort this later*/

div.ev_left {
  margin: 7.2px 19.6px 18.2px 0;
}
div.ev_right {
  margin: 7.2px 0 18.2px 19.6px;
}
img.mainButtonLeft {
  float: right;
}
img.mainButtonRight {
  float: left;
}
table.mainNavButtons td {
  width:210px;
}
table.mainSocialButtons td {
  width:150px;
}
img.mainImg {
  max-width: 100% !important;
}
.flaggedrevs_unreviewed a {
  color:#b02e2e !important;
}
div.flaggedrevs_unreviewed {
  clear:both;
  margin:0 0 0 0;
}
#footer-info li {
  color:#ffffff !important;
}
table.matty td {
  word-break:break-word;
  overflow:hidden;
}
table.pageValidation th.reviewed, table.pageValidation td.reviewed {
  background-color: #eaf3ff !important;
}
table.pageValidation th.quality, table.pageValidation td.quality {
  background-color: #d5fdf4 !important;
}
table.pageValidation th.pristine, table.pageValidation td.pristine {
  background-color: #fef6e7 !important;
}
.matty td {
  min-width: 40px;
}
td {
  word-break: break-word;
}
table.wikitable.argbox td {
  word-break: normal;
}

div#mw-fr-revisiontag.flaggedrevs_stable_notsynced a:nth-child(2) {
    color: #b02e2e;
}

div#mw-fr-revisiontag.flaggedrevs_draft_notsynced a:nth-child(3) {
    color: #b02e2e;
}