.top-website {
  font-family: Arial;
  color: #53555c;
  font-size: 12px;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .top-website {
    font-size: 10px;
    margin-left: -20px;
    margin-right: -20px;
  }
}

.top-website .heading {
  margin: 20px 0;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .top-website .heading {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.top-website .heading .flag {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 16px;
  vertical-align: middle;
}

.top-website .heading span {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  box-sizing: border-box;
  padding-left: 56px;
  margin-left: -60px;
  white-space: normal;
}

.top-website-table {
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 20px;
}

.top-website-table .table-heading {
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
}

@media (max-width: 767px) {
  .top-website-table .table-heading {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.top-website-table .table-row {
  -webkit-transition: box-shadow 0.3s;
          transition: box-shadow 0.3s;
}

.top-website-table .table-row:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

@media (max-width: 767px) {
  .top-website-table .table-row {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}

.top-website-table .table-row:hover {
  box-shadow: 0 3px 15px rgba(138, 149, 159, 0.35);
}

.top-website-table .table-body + .table-body .table-row:first-child {
  border-top: 1px solid #ddd;
}

.top-website-table .col {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: inline-block;
  margin-right: -0.34em;
  vertical-align: middle;
}

.top-website-table .col-rank {
  width: 50px;
}

.top-website-table .col-casino {
  width: 16%;
}

.top-website-table .col-bonus {
  width: 14%;
}

.top-website-table .col-payout {
  width: 12%;
}

.top-website-table .col-features {
  width: 18%;
}

.top-website-table .col-review {
  width: 13%;
}

.top-website-table .col-signup {
  width: 23%;
  padding-right: 42px;
}

@media (max-width: 767px) {
  .top-website-table .col {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .top-website-table .col-rank {
    display: none;
  }
}

@media (max-width: 543px) {
  .top-website-table .col-review {
    display: none;
  }
  .top-website-table .col-casino {
    width: 37%;
  }
  .top-website-table .col-bonus {
    width: 25%;
  }
  .top-website-table .col-signup {
    width: 38%;
  }
}

@media (min-width: 544px) and (max-width: 767px) {
  .top-website-table .col-casino {
    width: 29%;
  }
  .top-website-table .col-bonus {
    width: 20%;
  }
  .top-website-table .col-review {
    width: 24%;
  }
  .top-website-table .col-signup {
    width: 27%;
    padding-right: 18px;
  }
}

@media (max-width: 991px) {
  .top-website-table .col-payout,
  .top-website-table .col-features {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .top-website-table .col-rank {
    width: 44px;
  }
  .top-website-table .col-casino {
    width: 24%;
  }
  .top-website-table .col-bonus {
    width: 20%;
  }
  .top-website-table .col-review {
    width: 20%;
  }
  .top-website-table .col-signup {
    width: 29%;
    padding-right: 24px;
  }
}
@media (min-width: 992px) and (max-width: 2025px) {
  .top-website-table .col-features {
    width: 18%;
  }
  .top-website-table .col-review {
    width: 14%;
  }
  .top-website-table .col-signup {
    width: 21%;
    padding-right: 18px;
  }
}

.top-website .rank {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.top-website .casino-img {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
}

.top-website .casino-img-holder {
  max-width: 140px;
  width: 100%;
  position: relative;
}

.top-website .casino-img:before {
  content: '';
  display: inline-block;
  margin-left: -4px;
  height: 100%;
  vertical-align: middle;
  width: 0;
  padding-bottom: 50%;
}

.top-website .casino-img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 80%;
}

.top-website .bonus-price {
  color: #9d3cbd;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
}

@media (max-width: 767px) {
  .top-website .bonus-price {
    font-size: 20px;
  }
}

.top-website .bonus-blackjack {
  margin-top: 4px;
  font-weight: 700;
  background: url("../img/card.svg") no-repeat 0 50%;
  padding-left: 22px;
  line-height: 16px;
  font-size: 10px;
}

@media (max-width: 767px) {
  .top-website .bonus-blackjack {
    padding-left: 0;
    background: none;
    line-height: 1;
  }
}

.top-website .payout-rate {
  font-size: 28px;
  font-weight: 400;
}

.top-website .payout-txt {
  margin-top: 4px;
  line-height: 16px;
  font-size: 10px;
  font-weight: 700;
}

.top-website .btn-claim-bonus {
  width: 100%;
  background-color: #ff9c00;
  border-radius: 4px;
  border-color: #ff9c00;
  text-align: left;
  color: white;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  padding: 16px;
  padding-right: 24px;
  background-image: url("../img/arrow.svg");
  background-size: 7px 12px;
  background-position: right 10px center;
  background-repeat: no-repeat;
}

.top-website .btn-claim-bonus:hover {
  background-color: #ffb33b;
}

.top-website .btn-claim-bonus.btn-claim-bonus-success {
  background-color: #5bbf00;
  box-shadow: 0 2px 3px rgba(0,0,0,.5);
  border-color: #438705
}

.top-website .btn-claim-bonus.btn-claim-bonus-success:hover {
  background-color: #6edb0a;
}

.top-website .btn-claim-bonus .text-add {
  display: block;
  opacity: 0.8;
  font-size: 10px;
  font-weight: 700;
  white-space: normal;
}

.feature-img {
  display: inline-block;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .top-website .btn-claim-bonus {
    background-image: none;
    font-size: 12px;
    padding: 10px 8px;
    text-align: center;
  }
  .top-website .btn-claim-bonus .text-add {
    display: none;
  }
}

@media (min-width: 1024px) {
  .top-website .btn-claim-bonus .text-add {
    font-size: 12px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .top-website .btn-claim-bonus {
    font-size: 14px;
  }
}

.top-website .review {
  color: #9d3cbd;
  font-weight: 700;
}

.top-website .features-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}

.top-website .features-list li {
  padding-left: 24px;
  background: url("../img/feat.svg") no-repeat 0 50%;
}

.top-website .raty {
  margin-bottom: 10px;
}

.top-website .btn-toggle-website {
  width: 340px;
  height: 40px;
  margin-bottom: 20px;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #53555c;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}

.top-website .btn-toggle-website:hover {
  background-color: #fafafa;
}

@media (max-width: 544px) {
  .top-website .btn-toggle-website {
    width: auto;
  }
}

.top-website .btn-toggle-website .hide-text {
  display: block;
}

.top-website .btn-toggle-website .show-text {
  display: none;
}

.top-website .btn-toggle-website.collapsed .hide-text {
  display: none;
}

.top-website .btn-toggle-website.collapsed .show-text {
  display: block;
}
/* --- injected clearfix (WaybackScraper) --- */
.clearfix::after{content:"";display:table;clear:both}
.clearfix{display:block}
