h3 {
  font-weight: bold;
}

section.info-tiles .subtitle {
  color: #999;
}

#gacha_controler header .tag {
  font-weight: bold;
  font-size: 1rem;
}

#gacha_controler header .tag small {
  font-weight: normal;
  font-size: .75rem;
  margin: 0 .25rem;
}

.tile:not(.is-child) {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

@media screen and (max-width: 768px) {
  .is-ancestor .is-parent {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

@media screen and (max-width: 768px) {
  .card-header {
    display: block;
    padding-left: 1rem;
  }
  .card-header-title {
    padding-left: 0;
  }
  .column.is-2-mobile {
    width: 16.66667% !important;
  }
}

.card-content button small {
  font-size: 1.1rem;
}

.result_view li {
  position: relative;
  height: 60px;
}

.result_view li img {
  position: absolute;
  width: 60px;
  height: 60px;
  z-index: 3;
  top: 0;
  left: 0;
}

.result_view li.bighit::after {
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  z-index: 1;
  background: repeating-conic-gradient(transparent, transparent 6deg, #e9b300 6deg 12deg);
  opacity: .8;
  -webkit-animation: 5s linear infinite rotation;
          animation: 5s linear infinite rotation;
}

.result_view li.star4::after {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  z-index: 1;
  background: repeating-conic-gradient(transparent, transparent 6deg, #e9e500 6deg 12deg);
  opacity: .8;
  -webkit-animation: 5s linear infinite rotation;
          animation: 5s linear infinite rotation;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.events-card .card-table {
  max-height: 300px;
  overflow-y: scroll;
}

.events-card .card-table td {
  font-size: .9rem;
}

.events-card .card-table td small {
  display: block;
  font-size: .6rem;
}

#controler_bottom {
  position: fixed;
  z-index: 99999;
  bottom: 1rem;
  right: 1rem;
}

#controler_bottom button {
  width: 100%;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-bottom: .25rem;
}

.controler button .tag {
  font-size: .5rem;
}
/*# sourceMappingURL=style.css.map */