.btc-base * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
.btc-base .btc-block {
  margin-bottom: 5px; }
.btc-base .btc-table {
  width: 100%; }
.btc-base .btc-empty {
  text-align: center; }
.btc-base .btc-capitalize {
  text-transform: capitalize; }
.btc-base .btc-loader {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  visibility: visible;
  opacity: 1;
  transition: all 0.2s ease 0.4s; }
  .btc-base .btc-loader .btc-loader-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border: 5px solid #8fd6ff;
    border-radius: 50%;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite; }
    .btc-base .btc-loader .btc-loader-icon:before {
      content: '';
      display: block;
      position: absolute;
      left: -5px;
      top: 50%;
      margin-top: -2.5px;
      height: 5px;
      width: 10px;
      background-color: #fff; }
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
  .btc-base .btc-loader.done {
    visibility: hidden;
    opacity: 0; }

/*# sourceMappingURL=style.css.map */
