@keyframes flash-cellpos1{30%{background-color:#a7fdbf}}@keyframes flash-cellpos2{30%{background-color:#a7fdbf}}@keyframes flash-cellneg1{30%{background-color:#ffdae1}}@keyframes flash-cellneg2{30%{background-color:#ffdae1}}.flash-cellpos1{animation:flash-cellpos1 2s linear}.flash-cellpos2{animation:flash-cellpos2 2s linear}.flash-cellneg1{animation:flash-cellneg1 2s linear}.flash-cellneg2{animation:flash-cellneg2 2s linear}@keyframes flash-text1{30%{color:#008343}}@keyframes flash-text2{30%{color:#008343}}.flash-text1{animation:flash-text1 2s linear}.flash-text2{animation:flash-text2 2s linear}@keyframes bump{from{zoom:1}to{zoom:1.01}}@keyframes marquee{0%{left:0}100%{left:-100%}}.marquee{animation:marquee 6s ease-out 1.5s}.bump{animation:bump .2s ease-out 2 alternate}.fadeInOut{animation:fadeinout 4s linear forwards}@keyframes fadein1{0%{opacity:0}100%{opacity:1}}.fadeIn1{animation:fadein1 1s linear forwards}@keyframes fadein2{0%{opacity:0}100%{opacity:1}}.fadeIn2{animation:fadein2 1s linear forwards}@keyframes fadeinout{0%,100%{opacity:0}8%,92%{opacity:.9}50%{opacity:.95}}