/* Casino review info table */

.crt {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
  background: #dbdbdb;
  border: 1px solid #d1e4ff;
  border-radius: 12px;
  float: left;
  font-size: 1.0em;
}

.crt .left {
  float: left;
  width: 50%;
}

.crt .right {
  float: right;
  width: 50%;
}

.crt .bottom {
  display: inline-table;
  margin: 0 auto;
  width: 100%;
  float: left;
}

.crt .mainbonus {
  width: 100%;
  color: #fff;
  background: #d83634;
  border: 0;
  border-radius: 8px;
  padding: 4px 0 4px 0;
  margin: 0 0 6px 0;
  font-family: "Trebuchet MS";
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
}

.crt .infoblock {
  display: inline-block;
  font-size: 1em;
  line-height: 1.2em;
  float: left;
  width: 90%;
  padding-left: 5px;
}

.crt .param {
  display: inline-block;
  float: left;
  text-align: right;
  font-weight: bold;
}

.crt .value {
  display: inline-block;
  float: right;
  text-align: left;
}

.crt .dyntable {
  display: inline-table;
  width: 100%;
  text-align: left;
}

.crt .dyntable .wrap {
  background: inherit;
}

.crt .dyntable .wp-list-table {
  width: 100%;
  border: 0;
  margin: 0;
}

.crt .dyntable th {
  width: 50%;
}

.crt .dyntable td {
  vertical-align: top;
}

.crt .updated {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  float: none;
  width: 100%;
  text-align: center;
  font-style: italic;
}

.crt .webpage {
  text-align: center;
  padding-bottom: 5px;
}

.crt .webpage a {
  color: #000;
}

.hoverzoom-mild { transition: all .2s ease-in-out; }
.hoverzoom-mild:hover { transform: scale(1.05); }

.hoverzoom { transition: all .2s ease-in-out; }
.hoverzoom:hover { transform: scale(1.2); }

@media screen and (max-width: 601px) {

.crt .left {
  width: 100%;
}

.crt .right {
  float: left;
  width: 100%;
}

}

/* END Casino review info table */

.review_meta_text, .review_meta_rating { display: none; }