.spinner{margin:250px auto;width:50px;height:80px;text-align:center;font-size:10px}.spinner>div{background-color:#b1800b;height:100%;width:8px;display:inline-block;margin-right:1px;animation:stretchdelay 1.2s infinite ease-in-out}.spinner .rect2{animation-delay:-1.1s}.spinner .rect3{animation-delay:-1s}.spinner .rect4{animation-delay:-.9s}.spinner .rect5{animation-delay:-.8s}@keyframes stretchdelay{0%,40%,to{transform:scaleY(.4);-webkit-transform:scaleY(.4)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}
