@keyframes un-loader{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}body div.uber-grid-loader{position:relative;width:35px;height:35px;animation:un-loader infinite .75s linear;border:6px solid #eaeaea;border-left-color:#999;border-radius:100%;display:block;margin:25px auto !important}