.spinner{margin:100px auto;width:70px;height:80px;text-align:center;font-size:10px}.spinner>div{background-color:#007154;height:100%;width:6px;display:inline-block;-webkit-animation:sk-stretchdelay 1.2s infinite ease-in-out,background-color 1.2s ease-in;animation:sk-stretchdelay 1.2s infinite ease-in-out,background-color 1.2s ease-in}.spinner .rect-red{background-color:#d1374d!important;height:100%;width:6px;display:none}.spinner .rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.spinner .rect3{-webkit-animation-delay:-1s;animation-delay:-1s}.spinner .rect4{-webkit-animation-delay:-.9s;animation-delay:-.9s}.spinner .rect5{-webkit-animation-delay:-.8s;animation-delay:-.8s}@keyframes sk-stretchdelay{0%,100%,40%{transform:scaleY(.4);-webkit-transform:scaleY(.4)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}.rect1.rect-green{background-color:#007154}.rect2.rect-green{background-color:rgba(0,113,84,.8)}.rect3.rect-green{background-color:rgba(0,113,84,.6)}.rect4.rect-green{background-color:rgba(0,113,84,.4)}.rect5.rect-green{background-color:rgba(0,113,84,.2)}