@charset "utf-8";

.ob_sf_loader { margin: 25px auto 20px; width: 70px; text-align: center; }

.ob_sf_loader > div { width: 18px; height: 18px; background-color: rgb(51, 51, 51); border-radius: 100%; display: inline-block; animation: 1.4s ease-in-out 0s infinite normal both running sk-bouncedelay; }

.ob_sf_loader .bounce1 { animation-delay: -0.32s; }

.ob_sf_loader .bounce2 { animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay { 
  0%, 80%, 100% { transform: scale(0); }
  40% { transform: scale(1); }
}

@keyframes sk-bouncedelay { 
  0%, 80%, 100% { transform: scale(0); }
  40% { transform: scale(1); }
}
