div.table-container, div.table-container ul.table-rows {
	margin: 0;
	padding: 0;
}

div.table-container ul.row-information li::before {
    content: "";
    display: inline-block;
    height: 1.5em;
    width: 1.5em;
    background-image: url(../images/icons/check.svg);
    background-size: contain;
    background-repeat: no-repeat;
	margin-bottom: -5px;
	margin-right: 5px;
}

div.table-container ul.row-information {
	padding-left: 0;
}
div.table-container ul.row-information li {
	list-style: none;
	line-height: 1.5em;
	font-size: 12px;
	vertical-align: middle;
	padding-bottom: 5px;
}

div.table-container span.row-number {
	font-size: 16px;
	font-weight: bold;
}

div.table-container li.table-row span.row-rating {
	color: gold;
}
div.table-container li.table-header span {
	color: #333;
}

div.table-container ul.table-rows .readmore {
	display: none;
}

div.table-container a.showmore, div.table-container a.showless {
	display: block;
	width: 50%;
	text-align: center;
	margin: 10px auto;
	font-size: 18px;
	font-weight: bold;
}

div.table-container[min-width~="1020px"] ul.row-information {
	padding-left: 20px;
}
div.table-container[min-width~="1020px"] ul.row-information li {
	font-size: 14px;
}
div.table-container[min-width~="1020px"] ul.table-rows>li.table-row>.row-free_spins, ul.table-rows>li.table-row>.row-bonus {
	font-size: 16px;
	line-height: 18px;
}

div.table-container[min-width~="940px"] ul.table-rows>li.table-row.table-header>.row-casino {
	width: 207px;
}
div.table-container[min-width~="940px"] ul.table-rows>li.table-row>.row-casino img {
	padding-top: 30px;
	padding-left: 7px;
	padding-bottom: 45px;
	width: 200px;
}


div.table-container ul.table-rows.scn>li.table-row.table-header>.row-casino {
	width: 127px;
}
div.table-container ul.table-rows.scn>li.table-row>.row-casino img {
	padding-top: 7px;
	padding-left: 7px;
	padding-bottom: 15px;
	width: 120px;
}

div.table-container ul.table-rows .row-casino {
	position: relative;
}
div.table-container ul.table-rows.tbl>.row-casino img {
	padding-top: 30px;
	padding-bottom: 45px;	
}

div.table-container ul.table-rows.tbl {
	display:  table;
	width: 100%;
	position: relative;
	border-collapse: collapse;
}
div.table-container ul.table-rows.tbl>li.table-row, ul.table-rows>li.table-header {
	display: table-row;
	border-bottom: 1px solid #eaeaea;
}
div.table-container ul.table-rows.tbl>li.table-row {
	height: 120px;
	overflow: hidden;
}
div.table-container ul.table-rows.tbl>li.table-row.row-white {
	background-color: white;
}
div.table-container ul.table-rows.tbl>li.table-row.row-blue {
	background-color: #c1f0ff;
}
div.table-container ul.table-rows.tbl>li.table-header>span, ul.table-rows>li.table-row>span, ul.table-rows>li.table-row>ul {
	/* float: left; */
	display: table-cell;
	padding-right: 10px;
	vertical-align: middle;
	text-align: center;
}
div.table-container ul.table-rows.tbl>li.table-row img {
	padding-top: 7px;
	width: 25px;
}
div.table-container ul.table-rows.tbl>li.table-row>.row-free_spins, ul.table-rows>li.table-row>.row-bonus {
	font-weight: bold;
}
div.table-container ul.table-rows.tbl>li.table-row>.row-free_spins, ul.table-rows>li.table-row>.row-bonus>.bonus {
	margin-bottom: 25px;
}
div.table-container ul.table-rows.tbl>li.table-header>.row-information {
	text-align: left;
	padding-left: 20px;
}
div.table-container ul.table-rows.tbl>li.table-row>.row-information {
	text-align: left;
}
div.table-container ul.table-rows.tbl>li.terms-row {
	list-style: none;
	position: absolute;
	left: 0;
	margin-top: -2.5em;
	display: block;
	font-size: 11px;
	line-height: 11px;
	vertical-align: top;
}
div.table-container ul.table-rows.tbl>li.terms-row.long {
	margin-top: -3.7em;	
}
div.table-container ul.table-rows.scn span.row-button_text {
	padding-top: 15px;
	padding-bottom: 50px;
}

div.table-container ul.table-rows.sml, div.table-container ul.table-rows.sml ul.row-information {
	display:  block;
	width: 100%;
}
div.table-container ul.table-rows.sml>li.table-row {
	display: block;
	border: 1px solid #eaeaea;
	border-radius: 5px;
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
div.table-container ul.table-rows.sml>li.terms-row {
	display: block;
	border: 1px solid #eaeaea;
	border-radius: 5px;
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	text-align: center;
	padding: 10px 10%;
	line-height: 12px;
	font-size: 11px;
	margin-bottom: 30px;
}
div.table-container ul.table-rows.sml>li.table-header {
	display: none;
}
div.table-container ul.table-rows.sml>li.table-row>span {
	/* float: left; */
	/* display: block; */
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
div.table-container ul.table-rows.sml>li.table-row img {
	padding-top: 7px;
	width: 35px;
}
div.table-container ul.table-rows.sml span.row-number {
	display: block;
	font-size: 20px;
	padding-top: 15px;
}
div.table-container ul.table-rows.sml>li.table-row>.row-casino {
	display: inline-block;
	text-align: center;
	width: 50%;
}
div.table-container ul.table-rows.sml>li.table-row>.row-casino img {
	padding-top: 7px;
	padding-left: 7px;
	width: 100%;
	max-width: 200px;
}
div.table-container ul.table-rows.sml>li.table-row>.row-free_spins, div.table-container ul.table-rows.sml>li.table-row>.row-bonus {
	display: inline-block;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	width: 25%;
	max-width: 150px;
}
div.table-container ul.table-rows.sml>li.table-row>ul.row-information {
	background-color: #f7f7f7;
	text-align: left;
	padding: 15px 5% 5px 35%;
	margin: 0;
}
div.table-container ul.table-rows.sml .row-rating {
	background-color: #f7f7f7;
	display: inline-block;
	padding-bottom: 5px;
	margin-bottom: 10px;
	width: 100%;
	text-align: center;
}
div.table-container ul.table-rows.sml .row-rating div {
	display: inline-block;
	padding-left: 5px;
}
div.table-container ul.table-rows.sml span.row-button_text {
	display: block;
	width: 100%;
}
div.table-container ul.table-rows.sml span.row-button_text a {
	width: 75%;
}

div.table-container ul.table-rows.mob>li.table-row>.row-casino {
	display: block;
	text-align: center;
	width: 100%;
	/* max-width: 207px; */
	margin: 0 auto;
}
div.table-container ul.table-rows.mob>li.table-row>.row-free_spins, div.table-container ul.table-rows.mob>li.table-row>.row-bonus {
	display: inline-block;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	width: 50%;
	max-width: 300px;
}
div.table-container ul.table-rows.mob>li.table-row>ul.row-information {
	padding: 15px 5% 5px 15%;
}
div.table-container ul.table-rows.mob>li.terms-row {
	font-size: 8px;
	line-height: 9px;
}

div.table-container ul.table-rows .row-rating h3 {
	margin: 0;
}

div.table-container ul.table-rows span.row-button_text {
	box-sizing: border-box;
	color: rgb(93, 93, 93);
	font-family: SF Pro Text, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 28.8px;
	list-style-type: none;
	text-align: center;
	width: 160px;
}
div.table-container ul.table-rows span.row-button_text>a {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: rgb(93, 204, 84);
	background-image: none;
	background-origin: padding-box;
	background-position: 0% 0%;
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-size: auto;
	border-bottom-color: rgb(255, 255, 255);
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	border-bottom-style: none;
	border-bottom-width: 0px;
	border-image-outset: 0;
	border-image-repeat: stretch;
	border-image-slice: 100%;
	border-image-source: none;
	border-image-width: 1;
	border-left-color: rgb(255, 255, 255);
	border-left-style: none;
	border-left-width: 0px;
	border-right-color: rgb(255, 255, 255);
	border-right-style: none;
	border-right-width: 0px;
	border-top-color: rgb(255, 255, 255);
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-top-style: none;
	border-top-width: 0px;
	box-shadow: rgb(60, 113, 54) 0px 3px 6px 0px;
	box-sizing: border-box;
	color: rgb(255, 255, 255);
	display: inline-block;
	font-family: SF Pro Text, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 25.6px;
	list-style-type: none;
	min-width: 135px;
	outline-color: rgb(255, 255, 255);
	outline-style: none;
	outline-width: 0px;
	padding-bottom: 9px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 9px;
	text-align: center;
	text-decoration: rgb(255, 255, 255);
	text-decoration-color: rgb(255, 255, 255);
	text-decoration-line: none;
	text-decoration-style: solid;
	text-decoration-thickness: auto;
	/* text-transform: uppercase; */
	transition-delay: 0s;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: ease;
}
div.table-container ul.table-rows span.row-button_text>div, div.table-container ul.table-rows span.row-button_text>span {
	padding-top: 10px;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
}
div.table-container div.table-header span.row-sponsored_text {
	display: none;
}
div.table-container ul.table-rows span.row-button_text>span.row-sponsored_text {
	display: block;
	font-size: 11px;
}
div.table-container ul.table-rows li.table-row.rowfade {
	border-bottom: none;
}
div.table-container ul.table-rows li.table-row.rowfade span, div.table-container ul.table-rows li.table-row.rowfade ul {
	position: relative;
}


div.table-container ul.table-rows.tbl li.table-row.rowfade span::before, div.table-container ul.table-rows.tbl li.table-row.rowfade ul::before {
    background-image: linear-gradient( top, 
            rgba( 255, 255, 255, 0 ) 0%, 
            rgba( 255, 255, 255, 1 ) 70% );
        background-image: -moz-linear-gradient( top, 
            rgba( 255, 255, 255, 0 ) 0%, 
            rgba( 255, 255, 255, 1 ) 70% );
        background-image: -ms-linear-gradient( top, 
            rgba( 255, 255, 255, 0 ) 0%, 
            rgba( 255, 255, 255, 1 ) 70% );
        background-image: -o-linear-gradient( top, 
            rgba( 255, 255, 255, 0 ) 0%, 
            rgba( 255, 255, 255, 1 ) 70% );
        background-image: -webkit-linear-gradient( top, 
            rgba( 255, 255, 255, 0 ) 0%, 
            rgba( 255, 255, 255, 1 ) 70% );
    content: "\00a0";
    height: 100%;
    position: absolute;
	top: 0;
	left: 0;
    width: 100%;
}
div.table-container ul.table-rows.sml li.table-row.rowfade span.row-button_text::before {
    background-image: linear-gradient( top, 
            rgba( 255, 255, 255, 0 ) 0%, 
            rgba( 255, 255, 255, 1 ) 40% );
        background-image: -moz-linear-gradient( top, 
            rgba( 255, 255, 255, 0 ) 0%, 
            rgba( 255, 255, 255, 1 ) 40% );
        background-image: -ms-linear-gradient( top, 
            rgba( 255, 255, 255, 0 ) 0%, 
            rgba( 255, 255, 255, 1 ) 40% );
        background-image: -o-linear-gradient( top, 
            rgba( 255, 255, 255, 0 ) 0%, 
            rgba( 255, 255, 255, 1 ) 40% );
        background-image: -webkit-linear-gradient( top, 
            rgba( 255, 255, 255, 0 ) 0%, 
            rgba( 255, 255, 255, 1 ) 40% );
    content: "\00a0";
    height: 100%;
    position: absolute;
	top: 0;
	left: 0;
    width: 100%;
}
div.table-container ul.table-rows.sml li.table-row.rowfade span.row-sponsored_text {
    display: none;   
}
div.table-container ul.table-rows li.table-row.overspill, div.table-container ul.table-rows li.terms-row.overspill {
    opacity: 0;
	transition-delay: 0s;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: ease;
}

/* common */
.table-rows.sml .ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.table-rows.sml .ribbon::before,
.table-rows.sml .ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #555;
	box-shadow: none;
}
div.table-container .table-rows.sml .ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 10px 0;
  background-color: #1c818c;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  /* color: #fff; */
  font: 700 18px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  /* text-transform: uppercase; */
  text-align: center;
}

/* top left*/
div.table-container .table-rows.sml .ribbon-top-left {
  top: -36px;
  left: -10px;
}
div.table-container .table-rows.sml .ribbon-top-left::before,
div.table-container .table-rows.sml .ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
div.table-container .table-rows.sml .ribbon-top-left::before {
  top: 0;
  right: 12px;
}
div.table-container .table-rows.sml .ribbon-top-left::after {
  bottom: 12px;
  left: 0;
}
div.table-container .table-rows.sml .ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
	padding-right: 10px;
}

div.table-container .table-rows.tbl .ribbon {
  /* background-color: #1c818c; */
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  /* color: #fff; */
  font: 700 18px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  position: absolute;
  display: block;
  top: 5%;
  /* left: -25%; */
  font-size: 16px;
  /* text-transform: uppercase; */
  text-align: center;
  padding: 0;
}

div.table-container .table-rows.tbl .ribbon span {
  padding: 5px;
  border-radius: 5px;
}

div.table-container ul.table-rows .rowfade .ribbon {
	display: none;
}

div.table-container div.shutter {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: white;
    z-index: 99999;
	display: none;
}