.loading-wheel-small{animation:spin 1.5s linear infinite;-webkit-animation:spin 1.5s linear infinite;-moz-animation:spin 1.5s linear infinite;height:20px;width:20px}.loading-wheel-large{animation:spin 1.5s linear infinite;-webkit-animation:spin 1.5s linear infinite;-moz-animation:spin 1.5s linear infinite;height:200px;width:200px}@keyframes spin{to{transform:rotate(360deg)}}
