html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}

body {
	margin: 0;
	font:
		normal 14px/18px 'open sans',
		sans-serif;
	color: #000;
	background: #ccc;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

a {
	background-color: transparent;
	color: #00994d;
}

a:active,
a:hover {
	outline: 0;
}

b,
strong {
	font-weight: 700;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
	max-width: 100%;
	width: auto;
}

svg:not(:root) {
	overflow: hidden;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	color: inherit;
	font: inherit;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
	box-sizing: border-box;
	padding: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	height: auto;
}

input[type='search'] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
	border: 1px solid silver;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

picture {
	display: block;
	margin-bottom: 16px;
	text-align: center;
}

picture img {
	max-width: 100%;
	height: auto;
}

body:after {
	content: url(../images/close.png) url(../images/loading.gif)
		url(../images/prev.png) url(../images/next.png);
	display: none;
}

#content,
header {
	min-width: 310px;
	max-width: 1200px;
	padding: 0 5px 10px;
	margin: 0 auto;
}

#content > h1 {
	margin-top: 1%;
}

@media only screen and (min-width: 1000px) {
	#content {
		float: left;
		width: 66%;
		padding: 0 0 1% 1%;
	}
}

@media only screen and (min-width: 1120px) {
	#content {
		padding-left: 2.5%;
	}
}

p {
	color: #353535;
	line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0 0 8px;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
}

h2 {
	font-size: 20px;
	line-height: 22px;
}

h1 {
	font-size: 24px;
	line-height: 26px;
}

h2 a {
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}

.hidden {
	display: none !important;
}

@media only screen and (min-width: 480px) {
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		text-align: left;
	}
}

@media only screen and (min-width: 768px) {
	article > div > p,
	article > p {
		font-size: 15px;
		line-height: 24px;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-size: 20px;
		line-height: 22px;
	}

	h1 {
		font-size: 30px;
		line-height: 32px;
	}

	h2 {
		font-size: 24px;
		line-height: 26px;
	}

	picture.alignleft {
		float: left;
		margin-right: 40px;
	}
}

#intro,
#outro {
	min-width: 310px;
	max-width: 1200px;
	padding: 0 5px 10px;
	margin: 0 auto;
}

@media only screen and (min-width: 1000px) {
	#intro,
	#outro {
		padding: 0 1%;
	}

	#outro {
		clear: both;
	}
}

@media only screen and (min-width: 1120px) {
	#intro,
	#outro {
		padding: 0 2.5%;
	}
}

.intro-darkgreen {
	position: relative;
	padding: 13px 13px 0;
	z-index: 0;
	text-align: center;
	border-radius: 0 0 5px 5px;
	color: #fff;
	font-size: 16px;
}

.intro-darkgreen + section {
	position: relative;
}

#intro.intro-darkgreen {
	padding: 13px 13px 0;
}

.intro-darkgreen:before {
	content: '';
	position: absolute;
	height: calc(100% + 410px);
	width: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	border-radius: 0 0 5px 5px;
	background-image: -moz-linear-gradient(
		-167deg,
		rgb(42, 54, 51) 0%,
		rgb(98, 126, 114) 100%
	);
	background-image: -webkit-linear-gradient(
		-167deg,
		rgb(42, 54, 51) 0%,
		rgb(98, 126, 114) 100%
	);
	background-image: -ms-linear-gradient(
		-167deg,
		rgb(42, 54, 51) 0%,
		rgb(98, 126, 114) 100%
	);
}

#intro.intro-darkgreen h1 {
	font-size: 29px;
	font-weight: 800;
	color: #fff;
	text-align: center;
}

.intro-darkgreen h1 span {
	color: #31ab2a;
}

.loaded img {
	height: auto;
}

.intro-darkgreen p {
	color: #fff;
}

@media only screen and (min-width: 768px) {
	.intro-darkgreen:before {
		border-radius: 0;
	}
}

@media only screen and (min-width: 1024px) {
	.intro-darkgreen:before {
		height: calc(100% + 224px);
		background-image: -moz-linear-gradient(
			-167deg,
			rgb(42, 54, 51) 30%,
			rgb(98, 126, 114) 100%
		);
		background-image: -webkit-linear-gradient(
			-167deg,
			rgb(42, 54, 51) 30%,
			rgb(98, 126, 114) 100%
		);
		background-image: -ms-linear-gradient(
			-167deg,
			rgb(42, 54, 51) 30%,
			rgb(98, 126, 114) 100%
		);
	}

	#intro.intro-darkgreen {
		padding: 25px 82px 0;
	}

	#intro.intro-darkgreen h1 {
		font-size: 36px;
	}
}

@media only screen and (min-width: 1250px) {
	.intro-darkgreen:before {
		width: 200vw;
		left: 50%;
		margin-left: -100vw;
	}

	.intro-darkgreen + section {
		padding-top: 0;
	}
}

@media only screen and (min-width: 1200px) {
	.intro-darkgreen:before {
		height: calc(100% + 264px);
	}
}

.lazyload,
.lazyload *,
.lazyload:after,
.lazyload:before {
	background-image: none !important;
}

.checks-list {
	padding: 0;
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 1.19;
	color: #1e1e1e;
	text-align: left;
	list-style-type: none;
}

.checks-list li {
	position: relative;
	padding-left: 24px;
	background: url(../images/list-check.png) no-repeat 0 4px;
}

.checks-list li + li {
	margin-top: 10px;
}

@media (min-width: 768px) {
	.checks-list {
		margin-bottom: 18px;
	}

	.checks-list li + li {
		margin-top: 15px;
	}
}

@media (min-width: 1000px) {
	.checks-list {
		margin-bottom: 32px;
		font-weight: 600;
	}
}

body:not(.scrolled) .container-payment-casino {
	content-visibility: auto;
}

.container-payment-casino {
	padding: 10px 8px;
	border: 1px solid #aaa;
	margin: 15px 0;
}

.container-payment-casino:last-child {
	margin-bottom: 0;
}

.container-payment-casino > .logo {
	float: left;
	margin-right: 12px;
	font-size: 0;
	color: transparent;
}

.container-payment-casino > .logo.m-contain {
	background-size: contain;
}

.container-payment-casino > .logo.m-contain span {
	background-size: contain;
}

.container-payment-casino > .logo span {
	display: block;
	height: 52px;
	min-width: 125px;
}

.container-payment-casino > .logo.vert-center span {
	height: 68px;
}

.container-payment-casino .entry {
	position: relative;
	overflow: hidden;
	margin: -3px 0 0;
	font-size: 16px;
	text-align: center;
}

.container-payment-casino .entry p {
	margin: 0;
}

.container-payment-casino .entry ul {
	display: table;
	list-style: none;
	padding: 7px 0 16px;
	margin: 0 auto;
	font-size: 13px;
	line-height: 1;
	text-align: left;
}

.container-payment-casino .entry li {
	position: relative;
	padding: 0 0 4px 20px;
}

.container-payment-casino .entry li:before {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	width: 12px;
	height: 10px;
	background-image: url(../images/tick-gd.png);
}

.container-payment-casino .provider {
	float: left;
}

.container-payment-casino .provider .logo {
	display: block;
	font-size: 0;
}

.container-payment-casino .provider .logo span {
	display: block;
	width: 120px;
	height: 38px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.container-payment-casino .actions {
	position: relative;
	text-align: right;
	font-size: 0;
}

.container-payment-casino .actions.v2 {
	text-align: center;
}

.container-payment-casino .mobile {
	display: inline-block;
	vertical-align: middle;
	padding-right: 2px;
	width: 40px;
	height: 40px;
	font-size: 0;
	line-height: 0;
	text-indent: -999px;
}

.container-payment-casino .mobile.android {
	background: url(/wp-content/themes/custom/../images/ico-android-big.png)
		no-repeat 0 0;
}

.container-payment-casino .mobile.ios {
	background: url(/wp-content/themes/custom/../images/ico-ios-big.png) no-repeat
		0 -1px;
}

.big-logo .actions {
	text-align: center;
}

.container-payment-casino .actions .btn {
	display: inline-block;
	padding: 9px 14px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	border-radius: 0;
	white-space: normal;
}

.container-payment-casino .actions .btn:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 5px;
	height: 5px;
	margin-left: 7px;
}

.container-payment-casino .trms {
	padding-top: 10px;
	font-size: 10px;
	line-height: 1.3;
	font-weight: 300;
	color: #9d9d9d;
}

.container-payment-casino.mobnew {
	display: grid;
}

.container-payment-casino.mobnew > .logo,
.container-payment-casino.mobnew .entry > .logo,
.container-payment-casino.mobnew > .provider,
.container-payment-casino.mobnew > .actions {
	margin: auto;
}

.container-payment-casino > .logo .ico-pdf {
	height: 96px;
	background: url(../images/pdf-icon.png) no-repeat center center / contain;
}

.container-payment-casino.online-casino {
	padding: 10px;
	margin: 0 auto 15px;
	columns: initial !important;
}

.container-payment-casino.online-casino > .logo {
	display: block;
}

.container-payment-casino.online-casino > .logo a,
.container-payment-casino.online-casino > .logo span {
	display: block;
	height: 60px;
}

.container-payment-casino.online-casino > .logo a span,
.container-payment-casino.online-casino > .logo > span {
	text-indent: -9999px;
}

.container-payment-casino.online-casino .entry {
	display: table;
	margin: 10px auto;
	text-align: left;
}

.container-payment-casino.online-casino .entry p {
	margin: 0;
}

.container-payment-casino.online-casino .entry ul {
	list-style: none;
	padding: 7px 0 0;
}

.container-payment-casino.online-casino .provider {
	display: none;
}

.container-payment-casino.online-casino .actions {
	text-align: center;
}

.container-payment-casino.online-casino .actions .btn {
	padding: 9px 20px;
}

.container-payment-casino.online-casino .actions .btn:after {
	height: 9px;
	margin-top: -2px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAJCAYAAAD6reaeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAGdJREFUeNpi+P//fyoQlwMxAwyDiDVA/A+Io5EFuYD4IBD/BGIvmCAI8wPxJSD+CsTmDEhmOf+HgHMwAVEgvg3EH4BYFyTABsR7gfgPELvDzJwC1ZYJM4qFgYHhABB/AuLpDFAAEGAANFGI8YXdO8wAAAAASUVORK5CYII=)
		no-repeat 0 0;
}

.container-payment-casino.online-casino .actions .btn.btn-no-arrow:after {
	content: none;
}

.container-payment-casino.terms {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.titles-small .container-payment-casino .actions .btn {
		padding: 15px 25px;
	}

	.container-payment-casino .hidden-mobile {
		display: none;
	}

	.container-payment-casino .hidden-mobile ~ .actions {
		text-align: center;
	}

	.container-payment-casino .hidden-mobile ~ .actions .btn {
		width: 100%;
		max-width: 200px;
	}

	.container-payment-casino .hidden-mobile ~ .actions .btn:after {
		display: none;
	}
}

@media (min-width: 600px) {
	.container-payment-casino {
		position: relative;
	}

	.container-payment-casino.mobnew {
		display: flex;
		justify-content: space-around;
		align-items: center;
	}

	.container-payment-casino > .logo {
		margin: 0 10px 0 10px;
	}

	.big-logo .actions {
		margin-right: 0;
	}

	.big-logo .logo {
		margin: -4px 15px 0 15px;
	}

	.container-payment-casino .entry {
		float: left;
		width: calc(100% - 355px);
		padding: 0 20px;
		border: 0 solid #aaa;
		border-width: 0 1px;
	}

	.big-logo .entry {
		float: left;
		width: calc(100% - 420px);
	}

	.container-payment-casino .entry ul {
		display: table;
		margin: 0 auto;
		max-width: 100%;
		padding-bottom: 0;
	}

	.container-payment-casino .provider {
		margin-left: 7px;
	}

	.container-payment-casino .provider .logo span {
		width: 150px;
		height: 58px;
		background-size: auto;
	}

	.container-payment-casino .provider .logo.exchange span {
		width: 150px;
		height: 69px;
		background-size: auto;
	}

	.container-payment-casino .provider .logo.sm span {
		background-size: contain;
		width: 120px;
		height: 46px;
	}

	.container-payment-casino .actions {
		padding-top: 14px;
		text-align: center;
		padding-bottom: 14px;
	}

	.container-payment-casino.online-casino {
		display: flex;
		flex-flow: row;
		justify-content: space-evenly;
		align-items: center;
		padding: 10px 0;
	}

	.container-payment-casino.online-casino > .logo {
		width: 120px;
		margin: 0;
	}

	.container-payment-casino.online-casino .entry {
		max-width: 50%;
		margin: 0;
	}

	.container-payment-casino.online-casino .actions {
		max-width: 130px;
	}

	.container-payment-casino.with-trms {
		flex-wrap: wrap;
	}

	.container-payment-casino .trms {
		flex-basis: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (min-width: 700px) {
	.container-payment-casino.online-casino .entry {
		max-width: 28%;
	}

	.container-payment-casino.online-casino .provider {
		display: block;
	}

	.container-payment-casino.online-casino .provider .logo {
		display: block;
	}

	.container-payment-casino.online-casino .provider .logo span {
		display: block;
		width: 120px;
		height: 60px;
		background-repeat: no-repeat;
		background-position: center;
		text-indent: -9999px;
	}
}

@media (min-width: 769px) {
	.container-payment-casino {
		display: table;
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		overflow: visible;
	}

	.container-payment-casino > div {
		float: none;
		display: table-cell;
	}

	.container-payment-casino .actions {
		padding: 0;
		vertical-align: middle;
		text-align: right;
	}

	.container-payment-casino > .logo {
		display: block;
		margin: -4px 37px 0 38px;
	}

	.big-logo .logo {
		margin: -4px 15px 0 15px;
	}

	.container-payment-casino .entry {
		width: auto;
	}

	.container-payment-casino .entry p:first-child {
		margin-top: -3px;
	}

	.container-payment-casino .provider {
		padding: 0;
		margin: 0;
		vertical-align: middle;
	}

	.container-payment-casino .provider .logo {
		margin: -4px 0;
	}

	.container-payment-casino > .logo,
	.container-payment-casino .entry,
	.container-payment-casino .actions,
	.container-payment-casino .provider {
		float: none;
	}

	.fixl .logo {
		display: table-cell;
		width: 150px;
	}
}

@media (min-width: 1200px) {
	.container-payment-casino.online-casino .logo {
		flex: 1 1 100%;
		max-width: 207px;
	}

	.container-payment-casino.online-casino .entry {
		padding: 0 3%;
		border-left: 1px solid #aaa;
		border-right: 1px solid #aaa;
	}

	.container-payment-casino.online-casino .actions {
		max-width: 180px;
		flex: 1 1 100%;
	}

	.container-payment-casino.online-casino.columns-3 > div {
		flex-basis: 33%;
	}

	.container-payment-casino > .logo.m-contain {
		background-size: auto;
	}

	.container-payment-casino > .logo.m-contain span {
		background-size: auto;
	}
}

article {
	padding-top: 1%;
}

article ul,
article ol {
	line-height: 24px;
	margin: 1% 0 0;
	padding: 0 0 16px 40px;
	font-size: 15px;
	overflow: hidden;
}

article > p,
article > div > p,
article > div > div > p {
	margin: 1% 0 0;
	padding: 0 0 16px;
}

article.not-found {
	text-align: center;
}

article.not-found img {
	max-width: 100%;
	height: auto;
}

@media only screen and (min-width: 480px) {
	article.excerpt h2.with_thumb {
		margin-left: 166px;
	}
}

@media only screen and (min-width: 600px) {
	article #toc_container {
		float: left;
		width: 45%;
		margin-right: 2%;
	}

	article #toc_container.new {
		width: 100%;
		float: none;
		margin: 0 auto 15px;
	}
}

@media only screen and (min-width: 768px) {
	article > div > p,
	article > div > div > p {
		font-size: 15px;
		line-height: 24px;
	}
}

.new-disclosure + article {
	clear: both;
}

header {
	position: relative;
	z-index: 25;
	min-width: 310px;
	max-width: 1200px;
	margin: 0 auto;
	background: #fff;
	padding: 0;
	border-bottom: 3px solid #00994d;
	font-size: 0;
}

header:after {
	content: '';
	display: table;
	clear: both;
}

header > a {
	float: left;
	width: calc(100% - 80px);
	height: 50px;
	background: url(../images/apati-info-logo-white.png) no-repeat center;
	text-indent: -9999px;
}

header > nav .active a {
	background: #00994d;
}

header > nav .active:before {
	display: none;
}

@media only screen and (max-width: 767px) {
	header > nav {
		position: relative;
		cursor: pointer;
		float: right;
		width: 60px;
		height: 50px;
		background: url(../images/icon-navi-menu.png) no-repeat 11px 9px;
	}

	header > nav ul {
		white-space: nowrap;
		padding: 0;
		margin: 0;
		list-style: none;
		background: transparent;
		overflow: visible;
		z-index: 1;
		transition: 0.2s linear;
	}

	header > nav > ul {
		position: absolute;
		top: 49px;
		right: -1px;
		width: 100vw;
		max-height: calc(100vh - 49px);
		overflow: auto;
		display: none;
	}

	header > nav > ul > li {
		position: relative;
	}

	header > nav:not(.nav-sec) > ul:not(.hide-dots):after {
		content: '';
		display: block;
		height: 45px;
		background: #001a0d url(../images/exp-open.png) no-repeat 15px center;
	}

	header > nav.exp > ul {
		width: 0;
		margin-right: 210px;
	}

	header > nav.exp > div {
		width: 210px;
		max-height: none;
	}

	header > nav.opened div,
	header > nav.opened > ul {
		display: block;
	}

	header > nav.opened > ul {
		padding: 1px;
	}

	header > nav.exp > ul > li > a {
		background: transparent;
	}

	header > nav > div {
		position: absolute;
		z-index: 1;
		top: 53px;
		right: 0;
		max-height: 0;
		width: 0;
		background: #00994d;
		overflow: hidden;
		transition: 0.2s linear;
	}

	header > nav > div > ul:before {
		content: '';
		display: block;
		height: 45px;
		background: #001a0d url(../images/exp-close.png) no-repeat center;
	}

	header > nav ul li {
		position: relative;
	}

	header > nav div ul li:before {
		top: 0;
		bottom: auto;
	}

	header > nav ul li a,
	header > nav ul li span {
		display: block;
		font-size: 15px;
		line-height: 15px;
		font-weight: 700;
		color: #fff;
		background: #001a0d;
		text-decoration: none;
		padding: 19px 20px;
	}

	header > nav ul li.flex-expand ul li {
		max-width: calc(100vw - 220px);
	}

	header > nav ul li.flex-expand ul li a {
		white-space: normal;
	}

	.loaded header > nav ul li a {
		transition:
			background 0.2s linear,
			color 0.2s linear;
	}

	header > nav ul li a:hover,
	header > nav ul li.current-menu-item a {
		background: #00994d;
	}

	header > nav ul li.expand-sub a:hover,
	header > nav ul li.current-menu-item.expand-sub a:hover {
		background: transparent;
	}

	header > nav > .expand ul {
		background-color: #001a0d;
	}

	header > nav > .expand li {
		white-space: normal;
	}

	header > nav > .expand .sub-columns > ul.sub-menu,
	header > nav > .expand ul li ul {
		position: relative;
		right: auto;
	}

	header > nav > .expand .sub-columns:hover > ul.sub-menu,
	header > nav > .expand ul li:hover ul {
		visibility: visible;
		opacity: 1;
	}

	header > nav ul li.expand-sub > a,
	header > nav ul li.expand-sub > span {
		position: relative;
		padding-right: 34px;
	}

	header > nav ul li.expand-sub:after {
		content: '';
		display: block;
		position: absolute;
		top: 0%;
		right: 10px;
		background: url(../images/menu-arrow.png) no-repeat center center;
		width: 50px;
		height: 55px;
		font-size: 0;
		line-height: 0;
		text-indent: -9999px;
		transform: rotate(180deg);
		filter: brightness(100);
	}

	header > nav ul li.expand-sub.opened:after {
		transform: rotate(0deg);
		filter: none;
	}

	header > nav .menu {
		z-index: 20;
		padding-bottom: 12px;
		background: #001a0d;
		border-radius: 0 0 10px 10px;
		box-shadow: 0 3px 1px 0 rgba(0, 0, 0, 0.2);
		border-top: 1px solid #454545;
	}

	header > nav .sub-menu {
		position: relative;
		overflow: hidden;
		margin: 0 9px;
		background-color: #424242;
		border-radius: 5px;
		max-height: 0;
	}

	header > nav .sub-menu li a {
		padding: 16px;
		font-size: 14px;
		font-weight: 400;
		background: transparent;
	}

	header > nav li.opened > .sub-menu {
		max-height: 1000px;
	}

	header > nav.opened:before {
		content: '';
		position: absolute;
		top: 100%;
		right: 0;
		width: 100vw;
		height: 100vh;
		cursor: pointer;
	}

	.customize-support header > nav > ul {
		max-height: calc(100vh - 95px);
	}

	html.nav-opened,
	html.nav-opened body {
		overflow: clip;
	}
}

@media only screen and (min-width: 768px) {
	header > a {
		position: relative;
		float: left;
		width: 31%;
		height: 48px;
		max-width: 226px;
		z-index: 26;
	}

	header > nav {
		overflow: hidden;
		height: 48px;
		background-color: #001a0d;
	}

	header > nav ul {
		margin: 0;
		padding: 0;
		max-height: none;
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		width: 100%;
		list-style: none;
		background: transparent;
		overflow: visible;
		z-index: 1;
		transition: 0.2s linear;
	}

	header > nav.opened > ul {
		max-height: 48px;
	}

	header > nav ul li {
		position: relative;
		display: flex;
		flex: 0 0 auto;
		vertical-align: middle;
		min-width: none;
	}

	header > nav ul li a,
	header > nav ul li span {
		display: table;
		width: 100%;
		font-size: 14px;
		line-height: 30px;
		min-height: 30px;
		padding: 9px 17px;
		text-align: center;
		color: #fff;
		background: #001a0d;
		text-decoration: none;
	}

	.loaded header > nav ul li a {
		transition:
			background 0.2s linear,
			color 0.2s linear;
	}

	header > nav ul li a span {
		display: table-cell;
		vertical-align: middle;
		height: 30px;
		line-height: 15px;
	}

	header > nav ul li a:hover,
	header > nav ul li.current-menu-item > a {
		background: #00994d;
	}

	header > nav {
		position: relative;
		overflow: visible;
		float: right;
		width: calc(100% - 240px);
	}

	header > nav > ul {
		width: calc(100% - 53px);
		background-color: #001a0d;
		text-align: justify;
		padding-right: 53px;
		overflow: visible;
		max-height: 48px;
	}

	header > nav > ul > li {
		width: auto;
		vertical-align: middle;
		white-space: nowrap;
	}

	header > nav > ul.hide-dots {
		padding-right: 0;
	}

	header > nav > .expand {
		position: absolute;
		width: 53px;
		height: 100%;
		top: 0;
		right: 0;
		transition: background 0.3s;
		display: none;
	}

	header > nav > .expand.show {
		display: block;
	}

	header > nav > .expand:before {
		content: '...';
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -9px;
		transform: translate(-50%, -50%);
		font-size: 32px;
		font-weight: 700;
		color: #fff;
	}

	header > nav > .expand:after {
		content: '';
		position: absolute;
		width: 100%;
		height: 1px;
		top: 100%;
		right: 0;
	}

	header > nav.opened > .expand,
	header > nav > .expand:hover {
		background: #00994d;
	}

	header > nav.opened > .expand > ul,
	header > nav > .expand:hover > ul {
		opacity: 1;
		visibility: visible;
	}

	header > nav > .expand ul {
		position: absolute;
		display: block;
		width: 210px;
		top: 100%;
		right: 0;
		margin-top: 1px;
		border: 1px solid #00994d;
		opacity: 0;
		visibility: hidden;
		background: #001a0d;
		box-sizing: border-box;
		transition:
			opacity 0.3s,
			visibility 0.3s;
	}

	header > nav > .expand ul ul {
		width: 330px;
	}

	header > nav > .expand li {
		position: relative;
		display: block;
		width: 100%;
		white-space: normal;
	}

	header > nav > .expand li + li:before {
		content: '';
		position: absolute;
		height: 1px;
		top: 0;
		right: 15px;
		left: 15px;
		background: #454545;
		transition: opacity 0.3s;
	}

	header > nav > .expand a {
		display: block;
		max-width: calc(100% - 30px);
		padding: 10px 15px;
		text-align: left;
		transition: background 0.3s;
	}

	header > nav > .expand li:hover + li:before,
	header > nav > .expand li:hover:before {
		opacity: 0;
	}

	header > nav > .expand a:hover {
		background: #414142;
	}

	header > nav > .expand .sub-columns > ul.sub-menu,
	header > nav > .expand ul li ul {
		position: absolute;
		top: 0;
		right: 100%;
		visibility: hidden;
		opacity: 0;
	}

	header > nav > .expand .sub-columns:hover > ul.sub-menu,
	header > nav > .expand ul li:hover ul {
		visibility: visible;
		opacity: 1;
	}

	header > nav > .expand ul li.expand-sub > a {
		padding-right: 15px;
	}

	header > nav > ul > li:nth-last-child(2):first-child ~ li:last-child,
	header > nav > ul > li:nth-last-child(3):first-child ~ li:last-child,
	header > nav > ul > li:nth-last-child(4):first-child ~ li:last-child {
		margin-right: auto;
	}

	header > nav > ul > li a {
		display: block;
		width: auto;
		padding: 9px 10px;
	}

	header > nav > ul > li a span {
		display: block;
		line-height: 30px;
	}

	header > nav ul li.expand-sub {
		position: relative;
	}

	header > nav ul li.expand-sub:before {
		content: '';
		z-index: 1;
		position: absolute;
		top: 0;
		width: 30px;
		right: 0;
		bottom: 0;
		display: block;
		cursor: pointer;
	}

	header > nav ul li.expand-sub > a,
	header > nav ul li.expand-sub > span {
		position: relative;
		padding-right: 34px;
	}

	header > nav ul li.expand-sub:after {
		content: '';
		display: block;
		position: absolute;
		top: 40%;
		right: 15px;
		background: url(../images/menu-arrow.png) no-repeat center center;
		width: 10px;
		height: 9px;
		font-size: 0;
		line-height: 0;
		margin-top: 3px;
		text-indent: -9999px;
		transform: rotate(180deg);
		filter: brightness(100);
	}

	header > nav ul li.expand-sub:hover:after {
		transform: rotate(0deg);
		filter: none;
	}

	header > nav > ul > li.expand-sub.v2 a:after {
		right: 15px;
	}

	header > nav > ul > li > ul.sub-menu {
		position: absolute;
		top: 0;
		right: 100%;
		display: block;
		width: auto;
		display: block;
		opacity: 0;
		visibility: hidden;
		transition: all 0.2s;
	}

	header > nav > ul > li > ul.sub-menu li {
		min-width: 160px;
		max-width: 100%;
	}

	header > nav > ul > li.flex-expand > ul.sub-menu li {
		width: auto;
		min-width: 160px;
		max-width: calc(100vw - 220px);
	}

	header > nav > ul > li > ul.sub-menu li a:after {
		display: none;
	}

	header > nav > ul > li.expand-sub.opened ul.sub-menu {
		opacity: 1;
		visibility: visible;
	}

	header > nav > ul > li ul.sub-menu {
		top: 100%;
		left: 0;
		right: auto;
		background-color: #001a0d;
	}

	header > nav > ul > li:hover > ul.sub-menu {
		display: block;
		opacity: 1;
		visibility: visible;
	}

	header > nav > ul > li > ul.sub-menu > li {
		display: block;
	}

	header > nav ul li.expand-sub > ul {
		overflow: hidden;
		border-radius: 0 0 10px 10px;
	}

	header > nav ul li.expand-sub > a:hover,
	header > nav ul li.current-menu-item.expand-sub > a:hover {
		background: transparent !important;
	}
}

@media only screen and (min-width: 1000px) {
	header > a {
		max-width: 240px;
	}
}

@media only screen and (min-width: 1120px) {
	header > nav ul li a {
		padding: 9px 16px;
		font-size: 14px;
	}
}

@media only screen and (min-width: 1200px) {
	header > nav ul li a {
		padding: 9px 17px;
	}
}

body.new-bg {
	background: #f8f8f8;
	overflow-x: hidden;
	overflow-y: auto;
}

@media only screen and (min-width: 768px) {
	body.new-bg header:before {
		content: '';
		position: absolute;
		top: 0;
		left: 50%;
		width: 100vw;
		height: 100%;
		border-bottom: 3px solid #00994d;
		margin-left: -50vw;
		background-color: #001a0d;
	}
}

header .home-icon {
	padding: 0 10px;
	background-color: #00994d;
}

header .current-menu-item.home-icon a {
	background: url(/wp-content/themes/custom/../images/home-logo.png) no-repeat
		center center;
	text-indent: -90000px;
	font-size: 0;
	padding: 9px 30px;
}

header .home-icon a {
	background: url(/wp-content/themes/custom/../images/home-logo.png) no-repeat
		center center;
	text-indent: -90000px;
	font-size: 0;
	padding: 9px 30px;
}

header .home-icon a:hover {
	background: url(/wp-content/themes/custom/../images/home-logo.png) no-repeat
		center center;
	text-indent: -90000px;
	font-size: 0;
	background-color: #00994d;
}

header > nav .sub-columns > ul.sub-menu {
	columns: 2;
	top: 100%;
	right: 0;
	left: auto;
	white-space: normal;
	background-color: #001a0d;
}

header > nav .sub-columns > ul.sub-menu li {
	display: inline-block;
	width: 100%;
	white-space: nowrap;
	border-right: 5px solid transparent;
}

body.new-bg .header-news:before,
.header-news,
.header-news:before,
.header-news:after,
.header-news *,
.header-news *:before,
.header-news *:after {
	all: revert;
}

.header-news {
	position: relative;
	z-index: 50;
	display: block;
	max-width: 1240px;
	padding: 10px 5px 1px;
	margin: 0 auto;
	background: #fff;
	border-radius: 0 0 10px 10px;
}

.header-news .header-logo {
	display: block;
	width: 159px;
	height: 38px;
	margin: 0 auto 8px;
	font-size: 0;
	color: transparent;
	background: url(../images/apati-info-logo-dark.png) no-repeat center center /
		contain;
}

.header-news .nav-sec {
	position: absolute;
	top: -3px;
	right: 5px;
	z-index: 12;
	width: 55px;
	height: 55px;
	cursor: pointer;
}

.header-news .nav-sec:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 2px -14px;
	display: block;
	width: 28px;
	height: 4px;
	border-radius: 3px;
	background-color: #254724;
	box-shadow:
		0 7px 0 0 #254724,
		0 -7px 0 0 #254724;
	font-size: 40px;
	line-height: 1;
	color: #fff;
	text-align: center;
}

.header-news .nav-sec.expanded:before {
	content: '\00d7';
	transform: translateY(-50%);
	height: auto;
	box-shadow: none;
	color: #254724;
	background: transparent;
}

.header-news .nav-sec ul {
	list-style: none;
	max-height: none;
	padding: 20px 30px;
	margin: 0;
	position: absolute;
	top: 49px;
	right: 0;
	overflow: hidden;
	width: calc(100vw - 10px);
	box-shadow: 0 10px 39.69px 9.31px rgba(53, 53, 53, 0.2);
	border-radius: 8px 0 8px 8px;
	background: #fff;
	box-sizing: border-box;
}

.header-news .nav-sec:not(.expanded) ul {
	padding-top: 0;
	padding-bottom: 0;
	max-height: 0;
	opacity: 0;
}

.header-news .nav-sec ul li {
	padding: 10px 0;
}

.header-news .nav-sec ul a {
	display: block;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	color: #030303;
}

.header-news .nav-sec ul a:hover {
	color: #0b47cd;
	text-shadow: 0 0 30px #0b47cd;
	background: transparent;
}

@media (max-width: 1023px) {
	.header-news.fixed {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 50;
		padding-bottom: 2px;
		box-shadow: 0 0 41.3px 17.7px rgba(64, 71, 64, 0.5);
	}

	.header-news.fixed ~ .page-news {
		padding-top: 125px;
	}

	.header-news .nav {
		position: relative;
		z-index: 12;
		height: 55px;
		transition:
			visibility 0.3s,
			opacity 0.3s;
	}

	.header-news .nav:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		z-index: 5;
		width: 100%;
		height: 100%;
		cursor: pointer;
	}

	.header-news .nav ul {
		list-style: none;
		max-height: none;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		padding: 7px 0;
		margin: 0;
		background-color: #fff;
		box-shadow: 0 0 9px 0 rgba(88, 88, 88, 0.3);
		font-size: 16px;
		font-weight: 600;
		text-transform: uppercase;
		border-radius: 8px;
	}

	.header-news .nav.exp > ul {
		width: 100%;
		margin: 0;
	}

	.header-news .nav li {
		position: relative;
		overflow: hidden;
		padding: 10px 23px;
		transition:
			padding 0.3s,
			max-height 0.3s;
	}

	.header-news .nav ul a {
		text-decoration: none;
		color: #000;
	}

	.header-news .nav ul a:hover {
		text-decoration: none;
		background: transparent;
	}

	.header-news .nav .active {
		position: absolute;
		bottom: 100%;
		left: 0;
		right: 0;
		margin-bottom: 4px;
		color: #fff;
		padding: 0;
	}

	.header-news .nav .active:before {
		content: '';
		position: absolute;
		top: 50%;
		left: 20px;
		z-index: 2;
		display: block;
		width: 16px;
		height: 16px;
		margin-top: -8px;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
		pointer-events: none;
	}

	.header-news .nav .active a {
		position: relative;
		overflow: hidden;
		display: block;
		padding: 10px 23px 10px 51px;
		color: #fff;
		background-color: #254724;
		border-radius: 8px;
	}

	.header-news .nav .home:before {
		background-image: url(../images/home.svg);
	}

	.header-news .nav .regolations:before {
		background-image: url(../images/regolations.svg);
	}

	.header-news .nav .mobile:before {
		background-image: url(../images/mobile.svg);
	}

	.header-news .nav .sport:before {
		background-image: url(../images/sport.svg);
	}

	.header-news .nav .trophy:before {
		background-image: url(../images/trophy.svg);
	}

	.header-news .nav .blog:before {
		background-image: url(../images/blog.svg);
	}

	.header-news .nav .active a:hover {
		background-color: #386136;
	}

	.header-news .nav .active a:after {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		width: 58px;
		background-color: #386136;
	}

	.header-news .nav .active a:before {
		content: '';
		position: absolute;
		top: 50%;
		right: 22px;
		z-index: 1;
		display: block;
		width: 4px;
		height: 4px;
		border: 3px solid transparent;
		border-color: #fff #fff transparent transparent;
		transform: translateY(-6px) rotate(135deg);
		border-radius: 2px;
	}

	.header-news .nav:not(.opened) ul {
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
		padding-top: 0;
		padding-bottom: 0;
	}

	.header-news .nav:not(.opened) li:not(.active) {
		max-height: 0;
		padding-top: 0;
		padding-bottom: 0;
	}
}

@media (min-width: 1024px) {
	.header-news {
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-end;
		align-items: center;
		padding: 2px 0 5px;
	}

	.header-news:after {
		content: '';
		position: absolute;
		top: 0;
		left: 50%;
		width: 100vw;
		height: 100%;
		margin-left: -50vw;
		background: #407a3d;
		background-size: contain;
	}

	.header-news a,
	.header-news .nav,
	.header-news .nav-sec {
		position: relative;
		z-index: 10;
	}

	.header-news .header-logo {
		width: 218px;
		height: 52px;
		margin: 0 auto 0 50px;
		background-image: url(../images/apati-info-logo-white.png);
	}

	.header-news .nav ul {
		list-style: none;
		margin: 0;
		padding: 0;
		font-size: 0;
		line-height: 1;
	}

	.header-news .nav li {
		display: inline-block;
		padding: 0;
		vertical-align: middle;
		font-size: 14px;
		font-weight: 700;
		text-transform: uppercase;
	}

	.header-news .nav a {
		display: inline-block;
		position: relative;
		padding: 0 10px;
		display: inline-block;
		color: #fff;
		text-decoration: none;
		line-height: 38px;
		border-radius: 18px;
	}

	.header-news .nav a:hover {
		background: #538851;
	}

	.header-news .nav .home a {
		padding-left: 48px;
	}

	.header-news .nav .home a:before {
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		width: 38px;
		height: 38px;
		margin-top: -19px;
		border-radius: 50%;
		background: rgba(255, 255, 255, 0.1) url(../images/home.svg) no-repeat
			center center / auto 16px;
	}

	.header-news .nav-sec {
		margin-right: 34px;
	}

	.header-news .nav-sec:before {
		background-color: #fff;
		box-shadow:
			0 7px 0 0 #fff,
			0 -7px 0 0 #fff;
	}

	.header-news .nav-sec ul {
		width: 410px;
		max-height: none;
		padding: 30px 60px;
		box-shadow: 0 10px 39.69px 9.31px rgba(53, 53, 53, 0.2);
		column-count: 2;
	}

	.header-news .nav-sec li {
		display: inline-block;
		width: 100%;
	}

	.header-news .nav-sec.expanded:before {
		color: #fff;
	}
}

@media (min-width: 1124px) {
	.header-news .nav li {
		padding: 0 6px;
	}

	.header-news .nav a {
		padding: 0 15px;
	}
}

.new-header,
.new-header:before,
.new-header:after,
.new-header *,
.new-header *:before,
.new-header *:after {
	box-sizing: border-box;
}

.new-header .container {
	position: relative;
	max-width: 1240px;
	padding: 10px 20px;
	margin: 0 auto;
}

.new-header {
	min-width: 0;
	max-width: none;
}

.new-header-logo {
	width: 220px;
	height: 42px;
	margin: -2px 0;
}

.new-header-logo img {
	width: 100%;
	height: 100%;
}

.new-header-logo a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 0;
	line-height: 0;
	background-size: contain;
}
.new-header-nav-btn {
	width: 30px;
	height: 30px;
	background: none;
	position: absolute;
	top: 25px;
	right: 25px;
	z-index: 100;
	cursor: pointer;
	pointer-events: all;
}

@media (max-width: 1023px) {
	.new-header {
		position: relative;
		z-index: 50;
		background: #001a0d;
	}

	.new-header-nav-btn {
		top: -45px;
	}

	.new-header-nav {
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -50vw;
		width: 100vw;
		height: calc(100vh - 58px);
		background: #f2f4f5;
		pointer-events: none;
		transition: height 0.3s ease;
	}

	.new-header-nav:before,
	.new-header-nav:after {
		content: '';
		position: absolute;
		top: -38px;
		right: 26px;
		width: 24px;
		height: 3px;
		background: #fff;
		border-radius: 4px;
		cursor: pointer;
		pointer-events: all;
		transition:
			box-shadow 0.2s ease 0.5s,
			margin 0.3s ease 0.2s,
			width 0.3s ease 0.2s,
			transform 0.3s ease 0s;
	}

	.new-header-nav:before {
		box-shadow: 0 8px 0 0 rgba(255, 255, 255, 1);
	}

	.new-header-nav:after {
		width: 17px;
		margin-top: 16px;
	}

	.new-header-nav.nav-opened:before,
	.new-header-nav.nav-opened:after {
		transition:
			box-shadow 0.2s ease,
			margin 0.3s ease 0.2s,
			width 0.3s ease 0.2s,
			transform 0.3s ease 0.5s;
	}

	.new-header-nav.nav-opened:before {
		margin-top: 9px;
		box-shadow: 0 8px 0 0 rgba(255, 255, 255, 0);
		transform: rotate(-45deg);
	}

	.new-header-nav.nav-opened:after {
		width: 24px;
		margin-top: 9px;
		transform: rotate(45deg);
	}

	.new-header-nav > ul {
		display: block;
		height: 100%;
		padding: 0;
		border: 12px solid #f2f4f5;
		margin: 0;
		list-style: none;
		overflow: auto;
		pointer-events: all;
	}

	.new-header-nav > ul > li {
		display: block;
		position: relative;
		overflow: hidden;
		margin: 0;
		background: rgba(255, 255, 255, 0);
		border-bottom: 1px solid #dedfe0;
		border-radius: 0;
		transition:
			background 0.3s,
			margin 0.3s;
	}

	.new-header-nav > ul > li > a,
	.new-header-nav > ul > li > span {
		position: relative;
		display: block;
		padding: 18px 46px 18px 46px;
		font-size: 15px;
		color: #001a0d;
		text-decoration: none;
		background-image: linear-gradient(
			-90deg,
			rgba(224, 237, 231, 0) 1%,
			rgba(211, 235, 210, 0) 99%
		);
		transition:
			background 0.3s,
			border-radius 0.3s;
	}

	.new-header-nav > ul > li > span:before,
	.new-header-nav > ul > li > a:before {
		content: '';
		position: absolute;
		top: 12px;
		left: 10px;
		width: 30px;
		height: 30px;
		background-repeat: no-repeat;
		background-position: center center;
	}

	.new-header-nav > ul > li.has-children > a:after,
	.new-header-nav > ul > li.has-children > span:after {
		position: relative;
		z-index: 1;
		content: '';
		position: absolute;
		top: 24px;
		right: 22px;
		width: 10px;
		height: 5px;
		border: 5px solid transparent;
		border-top-color: #001a0d;
	}

	.new-header-nav > ul > li.has-children:after {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		z-index: 2;
		width: 54px;
		height: 54px;
		background: transparent;
		cursor: pointer;
	}

	.new-header-nav:not(.nav-opened) {
		height: 0;
	}

	.new-header-nav:not(.nav-opened) > ul {
		border-top: 0;
		border-bottom: 0;
	}

	.new-header-nav > ul > .expanded {
		z-index: 1;
		margin-top: -5px;
		margin-bottom: 5px;
		background: rgba(255, 255, 255, 1);
		border-bottom-color: transparent;
		border-radius: 5px;
	}

	.new-header-nav > ul > .expanded > ul {
		max-height: 1000px;
		padding-top: 14px;
		padding-bottom: 14px;
	}

	.new-header-nav > ul > .expanded > a,
	.new-header-nav > ul > .expanded > span {
		margin-top: -5px;
		background-image: linear-gradient(
			-90deg,
			rgba(224, 237, 231, 1) 1%,
			rgba(211, 235, 210, 1) 99%
		);
		border-radius: 5px;
	}

	.new-header-nav > ul > li:not(.expanded) ul li {
		opacity: 0;
		transition: opacity 0.2s ease;
	}

	.new-header-nav > ul ul {
		list-style: none;
		display: block;
		max-height: 0;
		padding: 0 40px;
		margin: 0;
		transition:
			padding 0.3s,
			max-height 0.3s;
	}

	.new-header-nav > ul ul li {
		display: inline-block;
		width: 100%;
		font-size: 14px;
		line-height: 1.2;
		transition: opacity 0.3s ease 0.1s;
	}

	.new-header-nav > ul ul li > span,
	.new-header-nav > ul ul li a {
		display: block;
		padding: 9px;
		text-decoration: none;
		color: #001a0d;
	}

	.new-header-nav > ul ul li > span:hover,
	.new-header-nav > ul ul li a:hover {
		color: #505050;
	}

	.new-header-nav > ul .columns > ul {
		column-count: 2;
	}

	.new-header-nav .icon-online-casinos-live > a:before,
	.new-header-nav .icon-online-casinos-live > span:before {
		background-image: url(../images/icon-online-casinos-live.png);
	}

	.new-header-nav .icon-casino-reviews > a:before,
	.new-header-nav .icon-casino-reviews > span:before {
		background-image: url(../images/icon-casino-reviews.png);
	}

	.new-header-nav .icon-payment-reviews > a:before,
	.new-header-nav .icon-payment-reviews > span:before {
		background-image: url(../images/icon-payment-reviews.png);
	}

	.new-header-nav .icon-sports-betting > a:before,
	.new-header-nav .icon-sports-betting > span:before {
		background-image: url(../images/icon-sports-betting.png);
	}

	.new-header-nav .icon-blog > a:before,
	.new-header-nav .icon-blog > span:before {
		background-image: url(../images/icon-blog.png);
	}

	.new-header-nav .icon-responsible-gaming > a:before,
	.new-header-nav .icon-responsible-gaming > span:before {
		background-image: url(../images/icon-responsible-gaming.png);
	}

	.new-header-nav .icon-about-us > a:before,
	.new-header-nav .icon-about-us > span:before {
		background-image: url(../images/icon-about-us.png);
	}

	.new-header-nav .icon-how-we-rate > a:before,
	.new-header-nav .icon-how-we-rate > span:before {
		background-image: url(../images/icon-how-we-rate.png);
	}

	.scroll-locked,
	.scroll-locked body {
		overflow: hidden;
	}

	.header-new-nav-expand {
		display: none;
	}

	.customize-support .new-header-nav.nav-opened {
		height: calc(100vh - 104px);
	}
}

@media (min-width: 783px) and (max-width: 1023px) {
	.customize-support .new-header-nav.nav-opened {
		height: calc(100vh - 90px);
	}
}

@media (min-width: 1024px) {
	.new-header {
		position: relative;
		z-index: 30;
		padding: 0;
		height: 76px;
		border-bottom: 1px solid #217b1f;
		background: #001a0d;
	}

	.new-header .container {
		display: flex;
		flex-flow: row nowrap;
		padding-top: 13px;
		padding-bottom: 13px;
	}

	.new-header-logo {
		flex: 0 0 auto;
		width: 220px;
		height: 51px;
	}

	.new-header-logo a {
		background-position: center center;
	}

	.new-header-nav {
		flex: 1 1 auto;
		padding-right: 20px;
		padding-right: 40px;
	}

	.new-header-nav > ul {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-around;
		width: 100%;
		list-style: none;
		padding: 0 0 0 20px;
		margin: 0;
		white-space: nowrap;
	}

	.new-header-nav > ul > li {
		position: relative;
		flex: 0 0 auto;
		padding: 8px 5px 7px;
		text-align: center;
	}

	.new-header-nav > ul > li > a,
	.new-header-nav > ul > li > span {
		position: relative;
		z-index: 2;
		display: inline-block;
		padding: 7px 16px;
		border: 1px solid transparent;
		font-size: 15px;
		text-decoration: none;
		background: rgba(31, 134, 26, 0);
		color: #fff;
		border-radius: 6px;
	}

	.new-header-nav > ul > li.active > a,
	.new-header-nav > ul > li.active > span {
		border-color: #1f861a;
		background-color: #212122;
	}

	.new-header-nav > ul > li.has-children > a:after,
	.new-header-nav > ul > li.has-children > span:after {
		position: relative;
		z-index: 1;
		content: '';
		position: absolute;
		top: 16px;
		right: 2px;
		width: 8px;
		height: 4px;
		border: 4px solid transparent;
		border-top-color: #fff;
	}

	.new-header-nav > ul > li.has-children.active > a,
	.new-header-nav > ul > li.has-children.active > span {
		padding-right: 26px;
	}

	.new-header-nav > ul > li.has-children.active > a:after,
	.new-header-nav > ul > li.has-children.active > span:after {
		right: 10px;
	}

	.new-header-nav > ul > li:hover > a,
	.new-header-nav > ul > li:hover > span {
		background-color: rgba(31, 134, 26, 1);
	}

	.new-header-nav > ul > li:hover > span:after,
	.new-header-nav > ul > li:hover > a:after {
		opacity: 0;
	}

	.new-header-nav > ul ul {
		list-style: none;
		position: absolute;
		top: 100%;
		left: 50%;
		width: 250px;
		z-index: 1;
		padding: 22px;
		margin: 0;
		border: 1px solid #dcede1;
		font-size: 15px;
		text-align: left;
		white-space: wrap;
		background: #fff;
		border-radius: 4px;
		box-shadow: 0 6px 23.52px 0.48px rgba(0, 0, 0, 0.17);
		transform: translate(-50%);
		opacity: 0;
		visibility: hidden;
		transition:
			visibility 0.3s,
			opacity 0.3s,
			margin 0.3s;
	}

	.new-header-nav > ul ul:before {
		content: '';
		position: absolute;
		top: -66px;
		left: 50%;
		width: 279px;
		height: 81px;
		max-width: 100%;
		background: url(../images/nav-active.png) no-repeat center top;
		transform: translateX(-50%);
	}

	.new-header-nav > ul ul li {
		position: relative;
		z-index: 1;
		display: inline-block;
		width: 100%;
	}

	.new-header-nav > ul ul li a,
	.new-header-nav > ul ul li > span {
		display: block;
		padding: 9px 14px;
		white-space: wrap;
		color: #001a0d;
		text-decoration: none;
		border-radius: 10px;
		background-image: linear-gradient(
			-45deg,
			rgba(228, 238, 237, 0) 1%,
			rgb(211, 235, 210, 0) 99%
		);
	}

	.new-header-nav > ul ul li a:hover,
	.new-header-nav > ul ul li > span:hover {
		font-weight: 700;
		color: #1f8519;
		box-shadow: inset 0 0 0 4px #fff;
		background-image: linear-gradient(
			-45deg,
			rgba(228, 238, 237, 1) 1%,
			rgb(211, 235, 210, 1) 99%
		);
	}

	.new-header-nav > ul .columns ul {
		column-count: 3;
		column-gap: 10px;
	}

	.new-header-nav > ul .columns li a,
	.new-header-nav > ul .columns li > span {
		white-space: wrap;
		min-width: 150px;
	}

	.new-header-nav > ul > li:hover > ul {
		visibility: visible;
		opacity: 1;
		margin-top: 7px;
	}

	.new-header-nav > ul li.always-expand {
		display: none;
	}

	.new-header-nav:before {
		content: '';
		position: absolute;
		top: 10px;
		right: 10px;
		z-index: 4;
		width: 58px;
		height: 58px;
		cursor: pointer;
	}

	.new-header-nav > ul:before,
	.new-header-nav > ul:after {
		content: '';
		position: absolute;
		top: 30px;
		right: 26px;
		width: 24px;
		height: 3px;
		background: #fff;
		border-radius: 4px;
		cursor: pointer;
		pointer-events: all;
		transition:
			box-shadow 0.2s ease 0.5s,
			margin 0.3s ease 0.2s,
			width 0.3s ease 0.2s,
			transform 0.3s ease 0s;
	}

	.new-header-nav > ul:before {
		box-shadow: 0 8px 0 0 rgba(255, 255, 255, 1);
	}

	.new-header-nav > ul:after {
		width: 17px;
		margin-top: 16px;
	}

	.new-header-nav.nav-opened > ul:before,
	.new-header-nav.nav-opened > ul:after {
		transition:
			box-shadow 0.2s ease,
			margin 0.3s ease 0.2s,
			width 0.3s ease 0.2s,
			transform 0.3s ease 0.5s;
	}

	.new-header-nav.nav-opened > ul:before {
		margin-top: 9px;
		box-shadow: 0 8px 0 0 rgba(255, 255, 255, 0);
		transform: rotate(-45deg);
	}

	.new-header-nav.nav-opened > ul:after {
		width: 24px;
		margin-top: 9px;
		transform: rotate(45deg);
	}

	.new-header-nav.no-expand {
		padding-right: 10px;
	}

	.new-header-nav.no-expand:before,
	.new-header-nav.no-expand > ul:before,
	.new-header-nav.no-expand > ul:after {
		display: none;
	}

	.header-new-nav-expand,
	.header-new-nav-expand .has-children > ul {
		position: absolute;
		top: 100%;
		right: 0;
		list-style: none;
		position: absolute;
		top: 100%;
		right: 38px;
		z-index: 1;
		width: 250px;
		padding: 22px;
		margin: 7px 0 0;
		border: 1px solid #dcede1;
		font-size: 15px;
		text-align: left;
		white-space: wrap;
		background: #fff;
		border-radius: 4px;
		box-shadow: 0 6px 23.52px 0.48px rgba(0, 0, 0, 0.17);
		opacity: 0;
		visibility: hidden;
		transition:
			visibility 0.3s,
			opacity 0.3s,
			margin 0.3s;
		transform: translate(50%);
	}

	.header-new-nav-expand:before {
		content: '';
		position: absolute;
		top: -66px;
		left: 50%;
		width: 279px;
		height: 81px;
		max-width: 100%;
		background: url(../images/nav-active.png) no-repeat center top;
		transform: translateX(-50%);
	}

	.header-new-nav-expand ul {
		list-style: none;
		padding: 0;
		margin: 0;
		white-space: nowrap;
	}

	.header-new-nav-expand li {
		position: relative;
		display: block;
	}

	.header-new-nav-expand li > span,
	.header-new-nav-expand a {
		position: relative;
		display: block;
		padding: 9px 25px;
		white-space: wrap;
		color: #001a0d;
		text-decoration: none;
		border-radius: 10px;
		background-image: linear-gradient(
			-45deg,
			rgba(228, 238, 237, 0) 1%,
			rgb(211, 235, 210, 0) 99%
		);
	}

	.header-new-nav-expand li > span:hover,
	.header-new-nav-expand a:hover {
		font-weight: 700;
		color: #1f8519;
		box-shadow: inset 0 0 0 4px #fff;
		background-image: linear-gradient(
			-45deg,
			rgba(228, 238, 237, 1) 1%,
			rgb(211, 235, 210, 1) 99%
		);
	}

	.header-new-nav-expand .has-children > span:after,
	.header-new-nav-expand .has-children > a:after {
		content: '';
		display: inline-block;
		vertical-align: middle;
		width: 8px;
		height: 4px;
		border: 4px solid transparent;
		border-top-color: #001a0d;
		margin: 2px 0 -1px 5px;
	}

	.header-new-nav-expand .has-children > ul {
		top: 2px;
		right: 100%;
		transform: translate(5px);
	}

	.header-new-nav-expand .has-children:hover > ul {
		visibility: visible;
		opacity: 1;
		margin-top: 0;
	}

	.nav-opened .header-new-nav-expand {
		visibility: visible;
		opacity: 1;
		margin-top: -2px;
	}
}

@media (min-width: 1024px) and (max-width: 1420px) {
	.header-new-nav-expand {
		right: 0;
		transform: translate(0);
	}

	.header-new-nav-expand:before {
		background-position: 70px top;
	}
}

#page {
	max-width: 1200px;
	margin: 0 auto;
	background: #e6e6e6;
}

#page:after {
	content: '';
	display: table;
	clear: both;
}

@media only screen and (min-width: 1000px) {
	#page.sidefix,
	#page.sidefixx {
		position: relative;
	}

	#page.sidefix aside {
		padding-top: 310px;
	}

	#page.sidefix aside.short {
		padding-top: 230px;
	}
}

.btn {
	display: block;
	padding: 10px;
	margin: 0 auto;
	font:
		600 18px/20px 'open sans',
		sans-serif;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: 0.2s linear;
	border-radius: 2px;
	background: #00994d;
}

.btn:hover {
	background: #2eb127;
}

.btn2 {
	display: block;
	padding: 9px 15px 11px;
	margin: 0 auto;
	font:
		400 16px 'open sans',
		sans-serif;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: 0.2s linear;
	border-radius: 2px;
	background: #00994d;
}

.btn2:hover {
	background: #2eb127;
}

.block {
	display: block;
}

.text-center {
	text-align: center;
}

a.rotext {
	color: #ff0101;
	text-decoration: none;
	font-weight: 700;
}

a.rotext:hover {
	text-decoration: underline;
}

.backdrop {
	overflow: hidden !important;
}

.btn.red {
	background: #f78181;
}

.btn.red:hover {
	background: #e05b5b;
}

.green-button {
	color: #fff;
	transition:
		color 0.3s ease-in,
		background 0.3s ease-in;
	border-radius: 2px;
	display: inline-block;
	margin: 5px;
	padding: 10px 30px;
	text-decoration: none;
	font-size: 17px;
	font-weight: 300;
	white-space: nowrap;
	background: #00994d;
}

.green-button:after {
	content: '';
	display: inline-block;
	width: 5px;
	height: 9px;
	margin-left: 7px;
	margin-top: -2px;
	vertical-align: middle;
	background: url(../images/icon-button-whiterightarrow.png) no-repeat 0 0;
}

.green-button:hover {
	background: #2eb127;
}

.embedded {
	position: relative;
	height: 0;
	padding: 0 0 62.25%;
	margin: 1% auto 16px;
}

.embedded > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.greybgr {
	background: #f3f3f3;
}

.gotop:hover,
.btn,
.button,
button.button,
.btn[type='submit'],
.button[type='submit'],
input[type='button'],
input[type='reset'],
input[type='submit'],
.top-menu ul ul li:hover > a,
.top-menu ul ul:hover > a,
.nav ul ul li:hover > a,
.nav ul ul:hover > a,
.nav ul li.current-menu-item ul.sub-menu a,
.nav ul li.current-menu-item ul.sub-menu a:hover,
.nav ul li.current-menu-parent ul.sub-menu a:hover,
.nav ul li.current-page-ancestor ul.sub-menu a,
.nav ul li.current-page-ancestor ul.sub-menu a:hover,
.nav ul li.current-menu-item a,
.nav ul li.current-menu-item a:hover,
.nav ul li.current-menu-parent a,
.nav ul li.current-menu-parent a:hover,
.nav ul li.current-page-ancestor a,
.nav ul li.current-page-ancestor a:hover,
.header-v4 .top-bar-left .breaking-news .breaking-news-title,
.content-wrapper .post-image a,
#breaking-news-in-pic .post-image a,
div.box-title-more .prev:hover,
div.box-title-more .nxt:hover,
div.box-title-more .more-plus:hover,
#calendar_wrap #wp-calendar #today,
#calendar_wrap #wp-calendar #today,
#footer-widgets .widget.widget_tabs .tabs_nav li.active,
.widget.flexslider .flex-prev:hover,
.widget.flexslider .flex-next:hover,
#slider.flexslider .flex-prev:hover,
#slider.flexslider .flex-next:hover,
.pagenavi span.pagenavi-current,
.home-blog .flexslider .flex-prev:hover,
.home-blog .flexslider .flex-next:hover,
.article .flexslider .flex-prev:hover,
.article .flexslider .flex-next:hover,
span.bd-criteria-percentage,
.tagcloud a:hover,
.home-box-title div.box-title-more .prev:hover,
.home-box-title div.box-title-more .nxt:hover,
.home-box-title div.box-title-more .more-plus:hover,
.gallery-icon,
.header-v5 .breaking-news .breaking-news-title,
.post-gallery,
.gallery-caption,
.home-box-title div.box-title-more .more-plus,
#slider ul.slides li .t-cate,
#slider-full .slide-caption .post_meta_cats,
.navigation-dark ul#primary-menu > li.current_page_item > a,
.navigation-dark ul#primary-menu li.current-menu-item > a,
.navigation-dark ul#primary-menu > li.current-menu-parent > a,
.navigation-dark ul#primary-menu > li:hover > a,
.header-topbar .search-box form#searchform button:hover {
	background-color: #00994d;
}

span.required,
.pagenavi a:hover,
span.bd-criteria-percentage,
.post-navigation a:hover,
.breadcrumbs a,
div.toggle span,
.header-v5 nav#nav ul .current_page_item a,
.header-v5 nav#nav ul .current-menu-item a,
.header-v5 nav#nav ul > .current-menu-parent a {
	color: #00994d;
}

#navigation ul#menu-nav > li:hover,
#navigation ul#menu-nav > li.current_page_item,
#navigation ul#menu-nav > li.current-menu-item,
#navigation ul#menu-nav > li.current-menu-paren,
#navigation ul#menu-nav > li.current-menu-ancestor,
div.box-title-more .prev:hover,
div.box-title-more .nxt:hover,
div.box-title-more .more-plus:hover,
.widget.widget_tabs .tabs_nav li.active a,
.pagenavi span.pagenavi-current,
.pagenavi a:hover,
.post-entry blockquote,
.timeline-list .timeline-item .timeline-link a,
.header-v5 nav#nav ul .current_page_item a,
.header-v5 nav#nav ul .current-menu-item a,
.header-v5 nav#nav ul > .current-menu-parent a,
.header-v5 nav#nav ul ul,
.header-topbar.top,
#navigation ul ul,
.navigation-dark ul#primary-menu ul,
.navigation-dark .container,
.home-box-title h2 {
	border-color: #00994d;
}

a.bd_button.btn_small,
a.bd_button.btn_middle,
a.bd_button.btn_large {
	padding: 12px 22px;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	margin: 5px 5px 5px 0;
	border: none;
	cursor: pointer;
	text-decoration: none;
	text-shadow: none !important;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

a.bd_button.btn_small {
	padding: 4px 20px !important;
	font-size: 14px !important;
	line-height: 19px;
}

a.bd_button.btn_middle {
	padding: 9px 30px 11px !important;
	font-size: 17px !important;
}

a.bd_button.btn_large {
	padding: 10px 31px 13px !important;
	font-size: 20px !important;
}

a.bd_button:hover {
	background: #2eb127 !important;
	color: white !important;
}

.hide {
	display: none;
}

.breadcrumbs-new {
	padding: 13px 0;
	margin: 0 10px;
	border-top: 1px solid #f0f0f0;
	font-size: 14px;
	line-height: 1.2;
	color: #636363;
	clear: both;
}

.breadcrumbs-new a {
	display: inline-block;
	vertical-align: middle;
	color: inherit;
	text-decoration: none;
	transition: color 0.15s;
}

.breadcrumbs-new > span {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.breadcrumbs-new > span:first-child:before {
	content: '';
	display: inline-block;
	width: 9px;
	height: 9px;
	margin-right: 8px;
	vertical-align: middle;
	background: url(../images/breadcrumbs-home-icon.png) no-repeat center center /
		contain;
}

.breadcrumbs-new > span + span {
	margin-left: 29px;
}

.breadcrumbs-new > span + span:before {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	top: 6px;
	left: -22px;
	border-top: 1px solid #a9a7b4;
	border-right: 1px solid #a9a7b4;
	transform: rotate(45deg);
}

.breadcrumbs-new a:hover,
.breadcrumbs-new > span:first-child {
	color: #00994d;
}

@media only screen and (min-width: 1200px) {
	.breadcrumbs-new {
		max-width: 1170px;
		margin: 0 auto;
	}
}

.breadcrumbs-new,
.breadcrumbs-new:before,
.breadcrumbs-new:after,
.breadcrumbs-new *,
.breadcrumbs-new *:before,
.breadcrumbs-new *:after {
	box-sizing: border-box;
}

@media (min-width: 1024px) {
	.text-center-lg {
		text-align: center;
	}
}

.intro-authors {
	z-index: 1;
	position: relative;
	padding: 30px 20px;
	background: rgb(253, 254, 254);
	background: -moz-linear-gradient(
		top,
		rgba(253, 254, 254, 1) 0%,
		rgba(240, 246, 250, 1) 31%,
		rgba(198, 221, 236, 1) 100%
	);
	background: -webkit-linear-gradient(
		top,
		rgba(253, 254, 254, 1) 0%,
		rgba(240, 246, 250, 1) 31%,
		rgba(198, 221, 236, 1) 100%
	);
	background: linear-gradient(
		to bottom,
		rgba(253, 254, 254, 1) 0%,
		rgba(240, 246, 250, 1) 31%,
		rgba(198, 221, 236, 1) 100%
	);
}

.intro-authors h1,
#new .intro-authors h1 {
	font-weight: 800;
	font-size: 28px;
	color: #000;
}

.intro-authors p,
#new .intro-authors p {
	font-size: 15px;
	color: #142630;
}

@media (min-width: 1024px) {
	.intro-authors {
		margin-bottom: 60px;
		padding: 40px 20px 40px 350px;
		background: none;
	}

	.intro-authors * {
		z-index: 2;
		position: relative;
	}

	.intro-authors:before {
		z-index: 1;
		position: absolute;
		content: '';
		top: 0;
		left: 0;
		width: 65%;
		height: 100%;
		background: url(../images/top-img.png) no-repeat right bottom / contain;
	}

	.intro-authors:after {
		z-index: 0;
		position: absolute;
		content: '';
		top: 0;
		left: -50%;
		width: 200%;
		height: 100%;
		background: rgb(253, 254, 254);
		background: -moz-linear-gradient(
			top,
			rgba(253, 254, 254, 1) 0%,
			rgba(240, 246, 250, 1) 31%,
			rgba(198, 221, 236, 1) 100%
		);
		background: -webkit-linear-gradient(
			top,
			rgba(253, 254, 254, 1) 0%,
			rgba(240, 246, 250, 1) 31%,
			rgba(198, 221, 236, 1) 100%
		);
		background: linear-gradient(
			to bottom,
			rgba(253, 254, 254, 1) 0%,
			rgba(240, 246, 250, 1) 31%,
			rgba(198, 221, 236, 1) 100%
		);
	}

	.intro-authors h1,
	#new .intro-authors h1 {
		font-size: 40px;
	}

	.intro-authors .boxnav.v2 {
		margin-top: 40px;
		margin-bottom: -75px;
		margin-left: -330px;
	}
}

@media (min-width: 1150px) {
	.intro-authors {
		padding: 60px 20px 60px 420px;
	}

	.intro-authors .boxnav.v2 {
		margin-left: -400px;
		margin-bottom: -95px;
	}
}

ol.bltlist,
ul.bltlist {
	margin: 0 0 16px 1%;
	padding: 0;
	list-style: none;
	font-size: 15px;
	line-height: 17px;
}

ol.bltlist.cols2x,
ul.bltlist.cols2x {
	columns: 2;
}

ol.bltlist li,
ul.bltlist li {
	padding: 2px 0 2px 30px;
	background: url(../images/blt.png) no-repeat 0 3px;
}

ol.bltlist.pro li,
ol.bltlist li.pro,
ul.bltlist.pro li,
ul.bltlist li.pro {
	background-image: url(/wp-content/themes/custom/../images/plus.png);
}

ol.bltlist.con li,
ol.bltlist li.con,
ul.bltlist.con li,
ul.bltlist li.con {
	background-image: url(/wp-content/themes/custom/../images/minus.png);
}

ol.bltlist li.caption,
ul.bltlist li.caption {
	padding-left: 0;
	padding-bottom: 8px;
	background: none;
	font-weight: 600;
	text-decoration: underline;
}

ol.bltlist.higher li,
ul.bltlist.higher li {
	margin-bottom: 18px;
}

ol.bltlist.higher li:last-child,
ul.bltlist.higher li:last-child {
	margin-bottom: 0;
}

ol.bltlist.high li,
ul.bltlist.high li {
	margin-bottom: 13px;
}

ol.bltlist.high li:last-child,
ul.bltlist.high li:last-child {
	margin-bottom: 0;
}

ol.bltlist.nums,
ul.bltlist.nums {
	counter-reset: bltlist;
}

ol.bltlist.nums li,
ul.bltlist.nums li {
	counter-increment: bltlist;
}

ol.bltlist.nums li:before,
ul.bltlist.nums li:before {
	content: counter(bltlist) '. ';
}

ul.bltlist.ext li {
	padding: 2px 0 15px 30px;
	background: url(../images/blt.png) no-repeat 0 3px;
}

.table-review-info span.extra-info {
	font-size: 0;
	line-height: 0;
	text-indent: -999px;
}

@media only screen and (max-width: 450px) {
	ol.bltlist.columns,
	ol.bltlist.columns2,
	ul.bltlist.columns,
	ul.bltlist.columns2 {
		padding-left: 20px;
	}
}

@media only screen and (min-width: 540px) {
	ol.bltlist.columns,
	ol.bltlist.columns2,
	ul.bltlist.columns,
	ul.bltlist.columns2 {
		display: flex;
		flex-flow: row wrap;
		margin-right: -2%;
		margin-left: -2%;
	}

	ol.bltlist.columns li,
	ol.bltlist.columns2 li,
	ul.bltlist.columns li,
	ul.bltlist.columns2 li {
		max-width: 46%;
		flex: 0 0 46%;
		margin-left: 2%;
		margin-right: 2%;
		box-sizing: border-box;
	}

	ol.bltlist.columns.centered,
	ul.bltlist.columns.centered {
		justify-content: center;
	}
}

@media (max-width: 767px) {
	ul.bltlist.cols2x {
		columns: 1;
	}
}

@media only screen and (min-width: 768px) {
	ol.bltlist.columns li,
	ul.bltlist.columns li {
		max-width: 29%;
		flex: 0 0 29%;
	}
}

@media (min-width: 1000px) {
	ul.bltlist.columns.x3 li {
		max-width: 60%;
		flex: 0 0 29%;
	}
}

.grey-wrapper {
	background: #f6f6f6;
	padding: 27px;
}

.grey-wrapper .bltlist {
	margin-bottom: 0;
	font-size: 14px;
}

.grey-wrapper .bltlist li {
	margin-bottom: 6px;
	box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
	.grey-wrapper {
		padding: 45px 30px;
	}

	.grey-wrapper .bltlist {
		columns: 2;
		column-gap: 40px;
		font-size: 15px;
	}

	.grey-wrapper .bltlist li {
		margin-bottom: 10px;
	}
}

@media (min-width: 1000px) {
	.grey-wrapper .bltlist {
		columns: 3;
	}
}

p.warnung {
	margin-bottom: 2%;
	padding: 10px 2%;
	border: 1px solid #186914;
	font-style: italic;
	background-color: #feffee;
}

p.warnung:before {
	content: '';
	float: left;
	width: 60px;
	height: 54px;
	background: url(../images/warnung.png) no-repeat 0 5px;
}

div.bordered {
	margin-bottom: 2%;
	padding: 15px 2% 1px;
	border: 1px solid #186914;
	overflow: hidden;
	background-color: #f4f9f3;
}

img.alignleft {
	float: left;
	max-width: 50%;
	height: auto;
	margin: 6px 2% 5px 0;
}

img.alignright {
	float: right;
	max-width: 50%;
	height: auto;
	margin: 6px 0 5px 2%;
}

img.aligncenter {
	max-width: 100%;
	height: auto;
	margin: 0 auto 15px;
	display: block;
}

.pmlogo.paypal > span {
	background-image: url(../images/paypal.png);
}

.govlogo.lgc > span {
	background-image: url(../images/logo-gambling-commission.png);
}

.govlogo.gib > span {
	background-image: url(../images/gib.png);
}

.wistia_responsive_padding {
	margin-bottom: 16px;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

.clear-both {
	clear: both;
	padding-top: 10px;
}

.clearfix:before,
.clearfix:after {
	content: ' ';
	display: table;
}

.clearfix:after {
	clear: both;
}

.flogo > span,
.flogo:before,
.flogo:after,
.plogo > span,
.plogo:before,
.plogo:after,
.dlogo > span,
.dlogo:before,
.dlogo:after,
.klogo > span,
.klogo:before,
.klogo:after,
.llogo > span,
.llogo:before,
.llogo:after,
.rlogo > span,
.rlogo:before,
.rlogo:after,
.blogo > span,
.blogo:before,
.blogo:after {
	display: block;
	background-position: center;
	background-repeat: no-repeat;
}

.brandlist .logo.abs.casino:before {
	background: url(../images/logos-circle.png) no-repeat;
}

.brandlist a[href^='/to/']:before {
	max-width: 240px;
	min-width: 240px;
}

.grungrenze {
	padding: 5px 0;
	margin-bottom: 20px;
	font:
		bold 24px/26px 'open sans',
		sans-serif;
	color: #000;
	border-bottom: 4px solid #00994d;
}

.promo-box-terms .tnc {
	font:
		300 10px/1.2 'open sans',
		sans-serif;
	color: #8c8c8c;
	background: #f4f4f4;
	padding: 10px;
	text-align: center;
	border: 1px solid #b1b1b1;
	border-top: none;
}

a[href^='/to/'] {
	position: relative;
}

a[href^='/to/']:before {
	background: #f4f9f3;
	border: 1px solid #00994d;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	line-height: 1.5;
	font-weight: 400;
	color: #5d5d5d;
	white-space: normal;
	position: absolute;
	top: 100%;
	right: 0;
	min-width: 260px;
	max-width: 300px;
	margin: 10px 0 0;
	padding: 5px;
	text-align: left;
	visibility: hidden;
	opacity: 0;
	transform: translateY(-10px);
	transition:
		transform 0.25s,
		opacity 0.25s,
		visibility 0s 0.25s;
	pointer-events: none;
}

a[href^='/to/']:hover {
	z-index: 3;
}

a[href^='/to/']:hover:before {
	visibility: visible;
	opacity: 1;
	transform: none;
	transition:
		opacity 0.25s,
		transform 0.25s;
}

article > p {
	position: relative;
}

article > p:hover {
	z-index: 2;
}

article > p > a[href^='/to/'],
article > p > strong > i > a[href^='/to/'] {
	position: static;
}

article > p > a[href^='/to/']:before,
article > p > strong > i > a[href^='/to/']:before {
	top: auto;
	right: 0;
	left: 0;
	margin: 25px 0 0;
}

a[href^='/to/32red']:before {
	content: 'New accounts only. Wagering and terms apply. A minimum deposit of \00a3 20 is required. Please gamble responsibly! You must be 18+. T&Cs Apply.';
}

a[href^='/to/betfair']:before {
	content: 'Minimum deposit of \00a3 10, x45 wagering, Roulette and blackjack 50% weighting. Bonus Valid for 7 days. Not available to customers using Moneybookers/Skrill or Neteller as a payment method.';
}

a[href^='/to/casinocruise']:before {
	content: "18+ Full T&C's Apply. New players Only. \00a3 10 minimum deposit. 40x wagering applies. Bonus valid for 14 days. Minimum \00a3 5 wager required to activate 200 Free Spins. 20 Free Spins will be credited per day for 10 days after qualifying deposit/wager is met. Free Spins valid for 72 hours from credit - www.begambleaware.org";
}

a[href^='/to/coral']:before {
	content: "18+. New Players only. Min \00a3 10 buy-in to get \00a3 50 bonus. 24 x (Bonus) wagering reqs apply. Bonus valid for 30 days (bonus and winnings removed). Certain deposit methods only. Bets covering 67% or more of Roulette table don't count to wagering. T&Cs Apply.";
}

a[href^='/to/gala']:before {
	content: "18+. New players only. Must opt-in. Min \00a3 10 deposit. Certain countries excluded. 100% bonus match max \00a3 400. 20 x (deposit & bonus) wagering reqs apply. Contribution to wagering reqs vary by game. Bonus valid for 14 days (bonus and winnings removed). Bets covering 67% or more of Roulette table don't count to wagering reqs. Games exclusions apply. T&Cs Apply.";
}

a[href^='/to/ladbrokes']:before {
	content: "18+. New Customers Only.Min \00a3 20 deposit. Payment method restrictions apply. 50x (deposit and bonus) wagering reqs apply. Contributions to wagering reqs vary by game. Max bonus bet 30% of bonus. Bonus valid for 28 days (bonus+winnings removed). Restrictions apply T&C's apply.";
}

a[href^='/to/paddy']:before {
	content: 'UK & IRL only. Deposits made with e-wallets are not valid for this promo. Bonus wagering x35 on eligible games. Winnings from bonus capped at \00a3 500. Spins available after bonus is redeemed/lost. 10 per day with no wagering.';
}

a[href^='/to/leovegas']:before {
	content: '18+ New Players. Min. \00a3 10 deposit. 100% up to \00a3 300 + 30 bonus spins on selected games. \00a3 5 min. wager to activate deposit spins- expire 3 days from claiming. 35x wagering before bonus or winnings can be withdrawn.  \00a3 5 max. stake using bonus. Skrill, Neteller deposits excluded from offer. Eligibility restrictions apply. Full T&Cs below. www.begambleaware.org';
}

a[href^='/to/william']:before {
	content: 'Opt in required. Available 1x per customer. First deposit only. Minimum \00a3 10 deposit. Maximum \00a3 300 bonus. 40x wagering. Bonus expires 7 days from issue. New customers to casino page only. Player, currency, country, game restrictions & terms apply.';
}

a[href^='/to/mr-green']:before {
	content: 'T&Cs apply. New players only. 35x wagering on Deposit Bonus and Free Spins. Starburst Free Spins credited after deposit & wager of \00a3 20+ on slot games. 18+ www.begambleaware.org';
}

a[href^='/to/genting']:before {
	content: "Valid from 23/07/17 to 31/05/18. 1st Deposit Match – 100% up to \00a3 1500, 2nd Deposit Match – 50% up to \00a3 1000, both bonus match offers are only open to new customers. Casino games only, bonus subject to min 50x wagering requirements and wagering contributions apply (see here) before withdrawal of bonus funds permitted. Max bonus bet \00a3 10, multiple betting positions/numbers allowed. Significant wagering restrictions apply, for full details, examples and explanation see 'significant terms' within the full terms. Your own deposit funds can be withdrawn at any time. You have 15 days to accept the bonus and 30 days to use the bonus. Full T&C's apply and General T&Cs apply.";
}

a[href^='/to/royal-panda']:before {
	content: '18+, first deposit only, T&Cs apply. Casino bonus: min. \00a3 10, max. \00a3 100. Bonus/free spins winnings wagering requirement: x35. Max. bonus bet: \00a3 5, can vary. Free sports bet: Minimum deposit and stake \00a3 20 (min odds 2.0). Credited after all qualifying bets settled.';
}

a[href^='/to/casumo']:before {
	content: '18+ New customers only. 20 free spins in Starburst on registration. Bonuses are on opt-in basis. Min deposit is \00a3 10. 30x wagering requirements apply for bonuses and winnings to be withdrawn. Contribution % towards WR vary from 0% to 100% according to game. Participation of new customers in the Welcome Offer requires a \00a3 10 minimum deposit. Always refer to Bonus Terms for more info.';
}

a[href^='/to/888casino']:before {
	content: 'No Deposit Offer: New players only \2022 \00a0 \00a3 88 is granted in FreePlay (FP) \2022 \00a0 FP must be claimed within 48 hrs of receiving the email and expires after 14 days \2022 \00a0 FP wins are credited as bonus and capped at \00a3 15, exc. JP win \2022 \00a0 Deposit Bonus Offer: \00a3 20 min deposit \2022 \00a0 100% up to \00a3 100 Bonus \2022 \00a0 Bonus wins are capped at \00a3 \00a0 500 \2022 \00a0 To withdraw bonus & related wins, wager 30 x (bonus amount) within 90 days \2022 \00a0 Restrictions apply to deposit until wagering requirement fulfilled \2022 \00a0 Wagering req. vary by game \2022 \00a0 This offer may not be combined with any other offer \2022 \00a0 Withdrawal restrictions & full T&Cs apply: No Deposit Offer terms & Deposit Bonus Offer terms.';
}

a[href^='/to/bgo']:before {
	content: '18+. New customers only. 10 Free Spins on registration and mobile verification (UK Only). 100 Free Spins on first deposit. Free Spins have 3-day expiry and are available on Starburst, Aloha Cluster Pays, Finn and the Swirly Spin and The Legend of Shangri-La Cluster Pays games only. \00a3 10 min deposit + 2.5% fee (min 50p). Cash balance withdrawable anytime + \00a3 2.50 fee. Full T&Cs apply.';
}

a[href^='/to/mansion']:before {
	content: '*New customers only. Standard: Min deposit \00a3 20 max bonus \00a3 200. 40x wagering. Game weighting applies. Cashback: 5% cashback on first and all other deposits during week 1, 10% cashback on all additional deposits taking place in week 2 only.   Bonus betting limits: slots - \00a3 5 all other games – 10% of bonus amount. Please gamble responsibly. You must be 18+.T&Cs apply';
}

.info_greece {
	height: 20px;
	background-color: #2f3338;
	display: block;
	text-align: right;
	padding: 10px;
}

.info_greece .badge21 {
	margin-bottom: -6px;
	padding-right: 10px;
}

.info_greece .hgc {
	margin-bottom: -6px;
	padding-right: 10px;
	padding-left: 10px;
}

#spr_votes {
	font-size: 13px;
}

ul.bltlist.higher li {
	margin-bottom: 18px;
}

ul.bltlist.higher li:last-child {
	margin-bottom: 0;
}

ul.bltlist.high li {
	margin-bottom: 13px;
}

ul.bltlist.high li:last-child {
	margin-bottom: 0;
}

a.bd_button.btn_small,
a.bd_button.btn_middle,
a.bd_button.btn_large {
	padding: 12px 22px;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	margin: 5px 5px 5px 0;
	border: none;
	cursor: pointer;
	text-decoration: none;
	text-shadow: none;
	-webkit-transition:
		color 0.3s ease-in,
		background 0.3s ease-in;
	-moz-transition:
		color 0.3s ease-in,
		background 0.3s ease-in;
	-ms-transition:
		color 0.3s ease-in,
		background 0.3s ease-in;
	-o-transition:
		color 0.3s ease-in,
		background 0.3s ease-in;
	transition:
		color 0.3s ease-in,
		background 0.3s ease-in;
}

a.bd_button.btn_small {
	padding: 4px 20px;
	font-size: 14px;
	line-height: 19px;
}

a.bd_button.btn_middle {
	padding: 9px 15px 11px;
	font-size: 17px;
}

a.bd_button.btn_large {
	padding: 10px 31px 13px;
	font-size: 20px;
}

a.bd_button:hover {
	background: #2eb127;
	color: #fff;
}

h2.fragen,
h3.fragen {
	background: url(../images/icon-frage.png) no-repeat 0 0;
	padding-left: 25px;
	text-align: left;
}

.fragen {
	color: #0a509c;
}

h4.frage,
h3.frage,
h5.frage {
	color: #0a509c;
	text-align: left;
}

p.antw,
div.antw > p {
	padding: 10px 20px 0;
}

div.antw > ul {
	margin: 0;
}

.antw.sticked {
	margin-bottom: 0;
}

p.antw,
div.antw {
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: #f3f3f3;
}

p.antw,
div.antw > p:first-child {
	background: #f3f3f3 url(../images/icon-antw.png) no-repeat 20px 7px;
	text-indent: 24px;
}

h3.punkt,
h4.punkt,
h4.frage,
h5.frage {
	font:
		600 16px/20px 'open sans',
		sans-serif;
	color: #0a509c;
	text-align: left;
}

@media only screen and (min-width: 480px) {
	.post_thumb {
		margin-top: -32px;
	}

	a[href^='/to/']:before {
		min-width: 340px;
		max-width: 460px;
	}
}

@media only screen and (min-width: 600px) {
	a[href^='/to/']:before {
		min-width: 420px;
		max-width: 560px;
	}

	article > p > a[href^='/to/']:before {
		left: auto;
		right: 5px;
	}
}

@media only screen and (min-width: 600px) and (max-width: 768px) {
	.container-payment-casino .actions a[href^='/to/']:before {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	}
}

@media only screen and (min-width: 768px) {
	p.warnung {
		padding-left: 10%;
		background: #feffee url(../images/warnung.png) no-repeat 1.7% center;
	}

	p.warnung:before {
		display: none;
	}

	h2.fragen,
	h3.fragen {
		background-position: 0 3px;
	}

	a[href^='/to/']:before {
		min-width: 480px;
		max-width: 680px;
	}
}

@media only screen and (min-width: 1024px) {
	article > p > a[href^='/to/']:before {
		right: auto;
		left: 10px;
	}
}

@media only screen and (min-width: 1120px) {
	article > p > a[href^='/to/']:before {
		left: 2.5%;
	}
}

.table-review-info {
	position: relative;
	margin: 15px 0;
}

.table-review-info caption {
	padding: 15px;
	border: 1px solid #e6e6e6;
	font-size: 16px;
	font-weight: 700;
	color: #001a0d;
	background-color: #f9fafb;
}

.table-review-info table {
	width: 100%;
	font-size: 13px;
	line-height: 1.38;
	text-align: center;
	color: #545454;
}

.table-review-info th,
.table-review-info td {
	padding: 13px 15px;
	border: 1px solid #e5e5e5;
}

.table-review-info th {
	font-size: 14px;
	line-height: 1.29;
	font-weight: 600;
	color: #fff;
	background-color: #656565;
}

.table-review-info .three-columns td {
	width: 33.33%;
}

.table-review-info .govlogo {
	text-align: left;
}

.table-review-info .govlogo > span {
	display: inline-block;
	padding: 1px 0 1px 48px;
	background-repeat: no-repeat;
	background-position: 0 center;
	background-size: 32px auto;
}

.table-review-info .logo {
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	line-height: 0;
}

.table-review-info .logo span {
	display: inline-block;
	width: 96px;
	max-width: 20vw;
	height: 36px;
	background-position: center center;
	background-size: contain;
}

.table-review-info td[data-after]:after,
.table-review-info td span.subtitle {
	content: attr(data-after);
	display: block;
	font-size: 12px;
	color: #989898;
}

.table-review-info .text-medium-1 td:nth-child(1),
.table-review-info .text-medium-2 td:nth-child(2),
.table-review-info .text-medium-3 td:nth-child(3),
.table-review-info .text-medium-4 td:nth-child(4),
.table-review-info .text-medium-5 td:nth-child(5),
.table-review-info .text-medium-6 td:nth-child(6),
.table-review-info .text-medium-7 td:nth-child(7),
.table-review-info .text-medium-8 td:nth-child(8) {
	font-size: 13px;
	font-weight: 600;
	color: #000;
}

.table-review-info .bonus-1 td:nth-child(1),
.table-review-info .bonus-2 td:nth-child(2),
.table-review-info .bonus-3 td:nth-child(3),
.table-review-info .bonus-4 td:nth-child(4),
.table-review-info .bonus-5 td:nth-child(5),
.table-review-info .bonus-6 td:nth-child(6),
.table-review-info .bonus-7 td:nth-child(7),
.table-review-info .bonus-8 td:nth-child(8) {
	font-size: 12px;
	line-height: 1.2;
	color: #000;
}

.table-review-info .bonus-1 td:nth-child(1) strong,
.table-review-info .bonus-2 td:nth-child(2) strong,
.table-review-info .bonus-3 td:nth-child(3) strong,
.table-review-info .bonus-4 td:nth-child(4) strong,
.table-review-info .bonus-5 td:nth-child(5) strong,
.table-review-info .bonus-6 td:nth-child(6) strong,
.table-review-info .bonus-7 td:nth-child(7) strong,
.table-review-info .bonus-8 td:nth-child(8) strong {
	font-size: 20px;
}

.table-review-info .link-1 td:nth-child(1) > span,
.table-review-info .link-1 td:nth-child(1) > a,
.table-review-info .link-2 td:nth-child(2) > span,
.table-review-info .link-2 td:nth-child(2) > a,
.table-review-info .link-3 td:nth-child(3) > span,
.table-review-info .link-3 td:nth-child(3) > a,
.table-review-info .link-4 td:nth-child(4) > span,
.table-review-info .link-4 td:nth-child(4) > a,
.table-review-info .link-5 td:nth-child(5) > span,
.table-review-info .link-5 td:nth-child(5) > a,
.table-review-info .link-6 td:nth-child(6) > span,
.table-review-info .link-6 td:nth-child(6) > a,
.table-review-info .link-7 td:nth-child(7) > span,
.table-review-info .link-7 td:nth-child(7) > a,
.table-review-info .link-8 td:nth-child(8) > span,
.table-review-info .link-8 td:nth-child(8) > a {
	font-weight: 700;
	text-decoration: none;
	color: #1d7b19;
}

.table-review-info .link-1 td:nth-child(1) > a:hover,
.table-review-info .link-2 td:nth-child(2) > a:hover,
.table-review-info .link-3 td:nth-child(3) > a:hover,
.table-review-info .link-4 td:nth-child(4) > a:hover,
.table-review-info .link-5 td:nth-child(5) > a:hover,
.table-review-info .link-6 td:nth-child(6) > a:hover,
.table-review-info .link-7 td:nth-child(7) > a:hover,
.table-review-info .link-8 td:nth-child(8) > a:hover {
	text-decoration: underline;
}

.table-review-info .logo.testlab > span {
	display: block;
	margin: 0 auto;
	left: auto;
	right: auto;
	background: url(/wp-content/themes/custom/spr/testlab.png) no-repeat 0 0;
	text-indent: -9999px;
}

.table-review-info .logo.testlab.bmm > span {
	background-position: 0 0;
	width: 110px;
	height: 18px;
}

.table-review-info .logo.testlab.trisigma > span {
	background-position: 0 -18px;
	width: 110px;
	height: 16px;
}

.table-review-info .logo.testlab.quinel > span {
	background-position: 0 -34px;
	width: 102px;
	height: 18px;
}

.table-review-info .logo.testlab.gamingassociates > span {
	background-position: 0 -52px;
	width: 98px;
	height: 24px;
}

.table-review-info .logo.testlab.qalabs > span {
	background-position: 0 -76px;
	width: 82px;
	height: 24px;
}

.table-review-info .logo.testlab.gli > span {
	background-position: -110px 0;
	width: 80px;
	height: 22px;
}

.table-review-info .logo.testlab.siq > span {
	background-position: -110px -22px;
	width: 56px;
	height: 26px;
}

.table-review-info .logo.testlab.ecogra > span {
	background-position: -110px -47px;
	width: 68px;
	height: 24px;
}

.table-review-info .logo.testlab.itechlabs > span {
	background-position: -200px 0;
	width: 30px;
	height: 30px;
}

.table-review-info .logo.testlab.nmi > span {
	background-position: -200px -28px;
	width: 42px;
	height: 36px;
}

.table-review-info .logo.testlab.sqs > span {
	background-position: -200px -66px;
	width: 24px;
	height: 24px;
}

.table-review-info .logo.testlab.thawte > span {
	background-position: -102px -72px;
	width: 90px;
	height: 24px;
}

.table-review-info th.terms:not(:only-child) {
	display: none;
}

.table-review-info.flex td.terms,
.table-review-info tr.terms td:first-child {
	padding: 10px;
	background-color: #f6f6f6;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	color: #656565;
	background-color: #f6f6f6;
	font-weight: 400;
	margin: 0 10px 10px;
}

.table-review-info.flex td.terms a,
.table-review-info.flex td.terms span,
.table-review-info tr.terms td:first-child a,
.table-review-info tr.terms td:first-child span {
	text-decoration: underline;
	font-weight: 400;
	color: #656565;
	padding: 0 5px;
}

.table-review-info.flex td.terms a:hover,
.table-review-info.flex td.terms span:hover,
.table-review-info tr.terms td:first-child a:hover,
.table-review-info tr.terms td:first-child span:hover {
	text-decoration: none;
}

.table-review-info.flex .terms {
	border-top: none;
	border-top: none;
	margin-bottom: 2px;
	padding: 0 10px 10px 10px;
}

.table-review-info.flex tr:last-child {
	border-bottom: 1px solid #e5e5e5;
}

.table-review-info.flex .bonus {
	display: flex;
	flex-direction: column;
}

.table-review-info.flex .bonus > strong {
	font-size: 25px;
	margin-bottom: 4px;
}

.table-review-info.flex .list li {
	font-size: 13px;
	line-height: 1.2;
	padding-bottom: 4px;
}

.table-review-info.flex .list ul {
	padding: 0 0 0 20px;
}

.table-review-info.flex .text-big td {
	font-size: 16px;
}

.table-review-info.flex .header-small th {
	font-size: 12px;
}

.table-review-info.flex caption,
.table-review-info.flex table,
.table-review-info.flex tbody,
.table-review-info.flex thead,
.table-review-info.flex tr,
.table-review-info.flex th,
.table-review-info.flex td {
	display: block;
}

.table-review-info.flex tr {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	border: 1px solid #e5e5e5;
	border-bottom: none;
}

.table-review-info.flex th,
.table-review-info.flex td {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border: none;
}

.table-review-info.flex .three-columns th,
.table-review-info.flex .three-columns td {
	width: -webkit-calc(33.33% - 30px);
	width: calc(33.33% - 30px);
}

.table-review-info.flex .four-columns th,
.table-review-info.flex .four-columns td {
	width: -webkit-calc(25% - 30px);
	width: calc(25% - 30px);
}

.table-review-info.flex .five-columns th,
.table-review-info.flex .five-columns td {
	width: -webkit-calc(20% - 30px);
	width: calc(20% - 30px);
}

.table-review-info.flex .six-columns th,
.table-review-info.flex .six-columns td {
	width: -webkit-calc(16.66% - 30px);
	width: calc(16.66% - 30px);
}

.table-review-info.flex .seven-columns th,
.table-review-info.flex .seven-columns td {
	width: -webkit-calc(14.28% - 30px);
	width: calc(14.28% - 30px);
}

.table-review-info.flex a.tablelink {
	font-weight: 400;
	text-decoration: none;
	font-size: 13px;
	color: #2145de;
}

.table-review-info.flex a.tablelink .notext {
	display: none;
}

.table-review-info.flex a.tablelink:hover {
	text-decoration: underline;
}

.table-review-info.flex a.tablelink:before {
	content: '';
	display: block;
	width: 96px;
	height: 16px;
	margin: 3px auto 5px;
	background: url(../images/ratings.png) no-repeat center 0;
}

.table-review-info.flex a.tablelink.rating45:before {
	background-position: center -16px;
}

.table-review-info.flex a.tablelink.rating40:before {
	background-position: center -32px;
}

.table-review-info.flex a.tablelink.rating35:before {
	background-position: center -48px;
}

.table-review-info.flex a.tablelink.rating30:before {
	background-position: center -64px;
}

.table-review-info.flex a.tablelink.rating25:before {
	background-position: center -80px;
}

.table-review-info.flex a.tablelink.rating20:before {
	background-position: center -96px;
}

@media (max-width: 767px) {
	.table-review-info .mobile-hide {
		display: none !important;
	}

	.table-review-info.flex.scroll tbody {
		min-width: 600px;
	}

	.table-review-info.flex.scroll {
		padding-bottom: 65px;
		margin-bottom: 25px;
		background: url(/wp-content/themes/custom/../images/table-slide-mobile-icon.png)
			no-repeat bottom center;
		background-size: 33px 40px;
		overflow-y: hidden;
		background-position: 50% 97%;
	}

	.table-review-info.flex .four-columns td,
	.table-review-info.flex .four-columns th {
		width: -webkit-calc(33.33% - 30px);
		width: calc(33.33% - 30px);
	}

	.table-review-info.flex .four-columns td:nth-child(2),
	.table-review-info.flex .four-columns th:nth-child(2) {
		display: none;
	}
}

@media (max-width: 1024px) {
	.table-review-info {
		overflow: auto;
	}
}

@media (min-width: 768px) {
	.table-review-info th {
		padding-top: 10px;
		padding-bottom: 10px;
		height: 40px;
	}

	.table-review-info .text-medium-1 td:nth-child(1),
	.table-review-info .text-medium-2 td:nth-child(2),
	.table-review-info .text-medium-3 td:nth-child(3),
	.table-review-info .text-medium-4 td:nth-child(4),
	.table-review-info .text-medium-5 td:nth-child(5),
	.table-review-info .text-medium-6 td:nth-child(6),
	.table-review-info .text-medium-7 td:nth-child(7),
	.table-review-info .text-medium-8 td:nth-child(8) {
		font-size: 14px;
	}

	.table-review-info .bonus-1 td:nth-child(1),
	.table-review-info .bonus-2 td:nth-child(2),
	.table-review-info .bonus-3 td:nth-child(3),
	.table-review-info .bonus-4 td:nth-child(4),
	.table-review-info .bonus-5 td:nth-child(5),
	.table-review-info .bonus-6 td:nth-child(6),
	.table-review-info .bonus-7 td:nth-child(7),
	.table-review-info .bonus-8 td:nth-child(8) {
		font-size: 14px;
	}

	.table-review-info .bonus-1 td:nth-child(1) strong,
	.table-review-info .bonus-2 td:nth-child(2) strong,
	.table-review-info .bonus-3 td:nth-child(3) strong,
	.table-review-info .bonus-4 td:nth-child(4) strong,
	.table-review-info .bonus-5 td:nth-child(5) strong,
	.table-review-info .bonus-6 td:nth-child(6) strong,
	.table-review-info .bonus-7 td:nth-child(7) strong,
	.table-review-info .bonus-8 td:nth-child(8) strong {
		font-size: 24px;
	}

	.table-review-info .govlogo {
		padding-left: 55px;
		padding-right: 30px;
	}
}

.table-top-reviews caption {
	overflow: hidden;
}

@media (max-width: 767px) {
	.table-top-reviews caption,
	.table-top-reviews table,
	.table-top-reviews tbody,
	.table-top-reviews thead,
	.table-top-reviews tr,
	.table-top-reviews td,
	.table-top-reviews th {
		display: block;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.table-top-reviews table {
		width: 100%;
	}

	.table-top-reviews td {
		float: left;
		width: 50%;
	}

	.table-top-reviews[data-clear*='1'] td:nth-child(1),
	.table-top-reviews[data-clear*='2'] td:nth-child(2),
	.table-top-reviews[data-clear*='3'] td:nth-child(3),
	.table-top-reviews[data-clear*='4'] td:nth-child(4),
	.table-top-reviews[data-clear*='5'] td:nth-child(5),
	.table-top-reviews[data-clear*='6'] td:nth-child(6),
	.table-top-reviews[data-clear*='7'] td:nth-child(7),
	.table-top-reviews[data-clear*='8'] td:nth-child(8) {
		clear: both;
	}

	.table-top-reviews td[data-after]:after {
		content: attr(data-after);
	}

	.table-top-reviews td[data-before]:before {
		content: attr(data-before);
	}

	.table-top-reviews caption {
		min-height: 54px;
		padding: 8px 10px;
		margin-bottom: 0;
		font-size: 14px;
		line-height: 1.29;
		font-weight: 700;
		text-align: left;
	}

	.table-top-reviews caption:before {
		content: '';
		float: right;
		white-space: nowrap;
		width: 82px;
		height: 20px;
		margin-top: 7px;
		background: url(../images/regulierung.png) no-repeat 0 -225px;
		-webkit-transform: scale(0.65);
		-ms-transform: scale(0.65);
		transform: scale(0.65);
		-webkit-transform-origin: right center;
		-ms-transform-origin: right center;
		transform-origin: right center;
	}

	.table-top-reviews caption.eeep:before {
		line-height: 35px;
		height: 50px;
		background-position: right -247px;
	}

	.table-top-reviews tr {
		position: relative;
		padding: 20px 8px 8px;
		border: 1px solid #e5e5e5;
		margin-bottom: 5px;
		background-color: #fff;
	}

	.table-top-reviews tr:first-child {
		display: none;
	}

	.table-top-reviews td:last-child {
		clear: both;
		float: none;
		width: auto;
		padding: 10px;
		margin: 0;
		font-size: 11px;
		line-height: 1.25;
		color: #656565;
		text-align: center;
		background-color: #f6f6f6;
	}

	.table-top-reviews td:last-child span,
	.table-top-reviews td:last-child a {
		color: inherit;
		text-decoration: underline;
	}

	.table-top-reviews td:last-child span:hover,
	.table-top-reviews td:last-child a:hover {
		text-decoration: none;
	}

	.table-top-reviews .rating {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	}

	.table-top-reviews .rating:before {
		content: '';
		position: absolute;
		top: 0;
		left: 50%;
		border: 45px solid transparent;
		border-top-color: #ecfcec;
		margin-left: -45px;
	}

	.table-top-reviews .rating:after {
		content: '';
		position: absolute;
		top: 17px;
		left: 50%;
		display: block;
		width: 16px;
		height: 16px;
		margin-left: -8px;
		background: url(../images/ratings.png) no-repeat 0 0;
		border-radius: 50%;
	}

	.table-top-reviews .rating span {
		position: absolute;
		top: 4px;
		left: 0;
		right: 0;
		font-size: 0;
		line-height: 1;
		text-align: center;
	}

	.table-top-reviews .rating span:before,
	.table-top-reviews .rating span:after {
		font-size: 11px;
		color: #989898;
	}

	.table-top-reviews .rating span:before {
		content: attr(data-before);
		font-size: 12px;
		font-weight: 700;
		color: #000;
	}

	.table-top-reviews .rating span:after {
		content: '/' attr(data-after);
	}

	.table-top-reviews .rating.rating45:after {
		background-position: right 0;
	}

	.table-top-reviews .rating.rating40:after,
	.table-top-reviews .rating.rating35:after,
	.table-top-reviews .rating.rating30:after,
	.table-top-reviews .rating.rating25:after,
	.table-top-reviews .rating.rating20:after {
		background-position: right -16px;
	}

	.table-top-reviews .logo span {
		display: block;
		width: 96px;
		height: 36px;
		margin: 5px 5px 14px;
		font-size: 0;
		line-height: 0;
		color: transparent;
		background-position: center center;
		background-size: contain;
		background-repeat: no-repeat;
	}

	.table-top-reviews td:nth-child(5) {
		display: none;
	}

	.table-top-reviews td:nth-child(3) {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		min-height: 55px;
		padding: 2px 0 10px 40px;
		font-size: 14px;
		text-align: center;
	}

	.table-top-reviews td:nth-child(3) strong {
		display: inline-block;
		margin: 0 0 -2px 4px;
		vertical-align: baseline;
		font-size: 24px;
	}

	.table-top-reviews td:nth-child(3):after {
		display: block;
		padding-top: 3px;
		font-size: 12px;
		text-align: center;
		color: #989898;
	}

	.table-top-reviews td:nth-child(5) {
		padding-bottom: 12px;
	}

	.table-top-reviews td:nth-child(6) {
		padding: 8px 0 12px 30px;
		text-align: center;
	}

	.table-top-reviews .btn {
		display: inline-block;
		padding: 12px 20px;
		font-size: 14px;
		font-weight: 700;
		border-radius: 2px;
	}

	.table-top-reviews ul {
		min-height: 64px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-flow: column nowrap;
		-ms-flex-flow: column nowrap;
		flex-flow: column nowrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		list-style: none;
		padding: 0 3px;
		margin: 0;
		font-size: 13px;
		line-height: 1.2;
	}

	.table-top-reviews ul li {
		position: relative;
		padding: 0 0 4px 14px;
	}

	.table-top-reviews ul li:before {
		content: '\2022';
		position: absolute;
		top: 0;
		left: 0;
		color: #1d7b19;
	}
}

@media (min-width: 768px) {
	.table-top-reviews {
		margin: 15px 0;
	}

	.table-top-reviews caption,
	.table-top-reviews table,
	.table-top-reviews tbody,
	.table-top-reviews thead,
	.table-top-reviews tr,
	.table-top-reviews td,
	.table-top-reviews th {
		display: block;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.table-top-reviews th,
	.table-top-reviews td {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 auto;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
		padding: 15px 20px;
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
	}

	.table-top-reviews th {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-flow: column nowrap;
		-ms-flex-flow: column nowrap;
		flex-flow: column nowrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		min-height: 52px;
		padding: 5px 15px;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		font-size: 13px;
		line-height: 17px;
		font-weight: 400;
		color: #fff;
		background-color: #656565;
	}

	.table-top-reviews th span {
		width: 100%;
		display: block;
	}

	.table-top-reviews tr {
		position: relative;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		border: 1px solid #e5e5e5;
		margin-bottom: 2px;
	}

	.table-top-reviews tr:last-child {
		margin-bottom: 0;
	}

	.table-top-reviews td {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-flow: column nowrap;
		-ms-flex-flow: column nowrap;
		flex-flow: column nowrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.table-top-reviews td:last-child {
		display: block;
		padding: 9px;
		margin: 0 2.5% 10px;
		width: 95%;
		font-size: 12px;
		color: #656565;
		background-color: #f6f6f6;
		text-align: center;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.table-top-reviews td:last-child span,
	.table-top-reviews td:last-child a {
		text-decoration: underline;
		color: inherit;
	}

	.table-top-reviews td:last-child span:hover,
	.table-top-reviews td:last-child a:hover {
		text-decoration: none;
	}

	.table-top-reviews th:last-child {
		display: none;
	}

	.table-top-reviews td[data-after]:after {
		content: attr(data-after);
	}

	.table-top-reviews td[data-before]:before {
		content: attr(data-before);
	}

	.table-top-reviews caption {
		padding: 10px 5px;
		font-size: 16px;
		line-height: 1.38;
		font-weight: 700;
		text-align: left;
	}

	.table-top-reviews caption:before {
		content: 'Regulation:';
		float: right;
		height: 23px;
		margin: 0 -5px;
		font-size: 12px;
		line-height: 23px;
		font-weight: 400;
		color: #656565;
		white-space: nowrap;
		padding: 0 90px 0 10px;
		background: url(../images/regulierung.png) no-repeat 0 0;
		background-position: right -224px;
	}

	.table-top-reviews caption.eeep:before {
		line-height: 35px;
		height: 50px;
		background-position: right -247px;
	}

	.table-top-reviews .info {
		text-align: center;
	}

	.table-top-reviews .logo span {
		display: block;
		width: 96px;
		height: 36px;
		margin: 0 auto 24px;
		font-size: 0;
		line-height: 0;
		color: transparent;
		background-position: center center;
		background-size: contain;
		background-repeat: no-repeat;
	}

	.table-top-reviews td:nth-child(3) {
		font-size: 14px;
		text-align: center;
	}

	.table-top-reviews td:nth-child(3) strong {
		display: inline-block;
		margin: 0 0 -2px 4px;
		vertical-align: baseline;
		font-size: 24px;
	}

	.table-top-reviews th:nth-child(2) {
		display: none;
	}

	.table-top-reviews td:nth-child(2) {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 0%;
		-ms-flex: 0 0 0%;
		flex: 0 0 0%;
		width: 0;
		border: 0;
		padding: 0;
		margin: 0;
	}

	.table-top-reviews th:nth-child(1) {
		-webkit-box-flex: 0;
		-webkit-flex-grow: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-webkit-flex-basis: 128px;
		-ms-flex-preferred-size: 128px;
		flex-basis: 128px;
		width: 128px;
		border-left: 0 !important;
	}

	.table-top-reviews td:nth-child(1) {
		-webkit-box-flex: 0;
		-webkit-flex-grow: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-webkit-flex-basis: 118px;
		-ms-flex-preferred-size: 118px;
		flex-basis: 118px;
		width: 118px;
		border-left: 0 !important;
	}

	.table-top-reviews th:nth-child(3),
	.table-top-reviews td:nth-child(3) {
		-webkit-box-flex: 0;
		-webkit-flex-grow: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-webkit-flex-basis: 128px;
		-ms-flex-preferred-size: 128px;
		flex-basis: 128px;
		width: 128px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.table-top-reviews td:nth-child(3) {
		padding: 28px 10px;
	}

	.table-top-reviews td:nth-child(3):after {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		display: block;
		padding-top: 3px;
		font-size: 12px;
		text-align: center;
		color: #989898;
	}

	.table-top-reviews th:nth-child(4),
	.table-top-reviews td:nth-child(4) {
		-webkit-box-flex: 0;
		-webkit-flex-grow: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-webkit-flex-basis: 154px;
		-ms-flex-preferred-size: 154px;
		flex-basis: 154px;
		width: 154px;
	}

	.table-top-reviews td:nth-child(4) {
		-webkit-flex-basis: 144px;
		-ms-flex-preferred-size: 144px;
		flex-basis: 144px;
		width: 144px;
	}

	.table-top-reviews td:nth-child(4) {
		padding-right: 15px;
	}

	.table-top-reviews th:nth-child(5),
	.table-top-reviews td:nth-child(5) {
		-webkit-box-flex: 0;
		-webkit-flex-grow: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-webkit-flex-basis: 115px;
		-ms-flex-preferred-size: 115px;
		flex-basis: 125px;
		width: 125px;
		padding: 5px 10px;
	}

	.table-top-reviews td:nth-child(5) {
		-webkit-flex-basis: 105px;
		-ms-flex-preferred-size: 105px;
		flex-basis: 105px;
		width: 105px;
	}

	.table-top-reviews .btn {
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		display: block;
		margin: 0;
		padding: 12px;
		font-size: 14px;
		border-radius: 4px;
	}

	.table-top-reviews ul {
		list-style: none;
		padding: 0 3px;
		margin: 0;
		font-size: 13px;
		line-height: 1.2;
	}

	.table-top-reviews ul li {
		position: relative;
		padding: 0 0 4px 14px;
	}

	.table-top-reviews ul li:before {
		content: '\2022';
		position: absolute;
		top: 0;
		left: 0;
		color: #1d7b19;
	}

	.table-top-reviews .rating {
		position: absolute;
		top: 100px;
		left: 30px;
		width: 96px;
		height: 16px;
		margin-top: -2px;
		background: url(../images/ratings.png) no-repeat 0 0;
		-webkit-transform: scale(0.8);
		-ms-transform: scale(0.8);
		transform: scale(0.8);
	}

	.table-top-reviews .rating span {
		display: none;
	}

	.table-top-reviews .rating.rating45 {
		background-position: center -16px;
	}

	.table-top-reviews .rating.rating40 {
		background-position: center -32px;
	}

	.table-top-reviews .rating.rating35 {
		background-position: center -48px;
	}

	.table-top-reviews .rating.rating30 {
		background-position: center -64px;
	}

	.table-top-reviews .rating.rating25 {
		background-position: center -80px;
	}

	.table-top-reviews .rating.rating20 {
		background-position: center -96px;
	}

	.table-top-reviews .pmlogo {
		display: block;
		width: 80px;
		height: 14px;
		margin: 5px auto;
		font-size: 0;
		color: transparent;
	}

	.table-top-reviews .pmlogo span {
		display: block;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
	}

	.table-top-reviews .neteller span {
		background-size: auto 20px;
	}

	.table-top-reviews .trustly span {
		background-size: auto 24px;
	}

	.table-top-reviews .pmlogo.paysafecard {
		background: url(../images/paysafecard.png) no-repeat center;
		background-size: contain;
	}

	.table-top-reviews .pmlogo.neteller {
		background: url(../images/neteller.png) no-repeat center;
		background-size: contain;
	}

	.table-top-reviews .pmlogo.skrill {
		background: url(../images/skrill.png) no-repeat center;
		background-size: contain;
	}

	.table-top-reviews .pmlogo.viva-wallet {
		background: url(../images/viva-wallet.png) no-repeat center;
		background-size: contain;
	}
}

@media (min-width: 1000px) and (max-width: 1186px),
	(min-width: 768px) and (max-width: 820px) {
	.table-top-reviews td:nth-child(1n),
	.table-top-reviews th:nth-child(1n) {
		width: -webkit-calc(25% - 40px);
		width: calc(25% - 40px);
		-webkit-flex-basis: -webkit-calc(25% - 40px);
		-ms-flex-preferred-size: calc(25% - 40px);
		flex-basis: calc(25% - 40px);
		padding-left: 20px;
		padding-right: 20px;
	}

	.table-top-reviews td:nth-child(2) {
		width: 0;
		padding: 0;
		-webkit-flex-basis: 0%;
		-ms-flex-preferred-size: 0;
		flex-basis: 0%;
	}

	.table-top-reviews td:nth-child(6),
	.table-top-reviews td:nth-child(7) {
		width: -webkit-calc(100% - 40px);
		width: calc(100% - 40px);
		border-left: 0;
		-webkit-flex-basis: -webkit-calc(100% - 40px);
		-ms-flex-preferred-size: calc(100% - 40px);
		flex-basis: calc(100% - 40px);
	}

	.table-top-reviews th:nth-last-child(2) {
		display: none;
	}

	.table-top-reviews .rating {
		left: calc(calc(25% - 100px) / 2);
		margin-top: -36px;
	}
}

@media (min-width: 820px) and (max-width: 999px), (min-width: 1187px) {
	.table-top-reviews .rating {
		top: 64px;
	}
}

.widget-menu {
	padding: 20px;
	background: -o-linear-gradient(top, #f5f5f5 0%, #ffffff 100%);
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#f5f5f5),
		to(#ffffff)
	);
	background: linear-gradient(to bottom, #f5f5f5 0%, #ffffff 100%);
}

.widget-menu .widget-title {
	padding: 6px 0 20px;
	font-size: 19px;
	font-weight: 700;
	text-align: center;
	color: #000;
}

.widget-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.widget-menu ul li {
	padding: 4px 0;
}

.widget-menu ul a {
	position: relative;
	display: block;
	padding: 12px 12px 12px 108px;
	border: 1px solid #e5e5e5;
	font-size: 14px;
	font-weight: 600;
	color: #1d7b19;
	text-decoration: none;
	background-color: #fff;
}

.widget-menu ul a:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 54px;
	width: 34px;
	height: 34px;
	margin-top: -17px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.widget-menu ul a:hover {
	background-color: #f3f8f3;
}

.widget-menu .casino a:before {
	background-image: url(../images/casino.png);
}

.widget-menu .sport a:before {
	background-image: url(../images/sport.png);
}

.widget-menu .games a:before {
	background-image: url(../images/ball.png);
}

.widget-menu .poker a:before {
	background-image: url(../images/poker.png);
}

.widget-menu .esport a:before {
	background-image: url(../images/esport.png);
}

@media (min-width: 1000px) {
	.widget-menu {
		margin: 4px 5px 0 15px;
	}
}

.back-to-top {
	background:
		linear-gradient(to bottom, #ffffff 0%, #ffffff 100%) no-repeat 15px 22px /
			19px 2px,
		linear-gradient(to bottom, #ffffff 0%, #ffffff 100%) no-repeat 33px 22px /
			2px 19px;
	background-color: #00994d;
	width: 57px;
	height: 57px;
	border-radius: 50%;
	position: fixed;
	bottom: 20px;
	right: 20px;
	box-shadow: 0 0 0 rgba(46, 46, 46, 0);
	cursor: pointer;
	transform: translateY(90px) rotate(-45deg);
	visibility: hidden;
	transition:
		transform 0.25s,
		visibility 0s 0.25s,
		background-color 0.25s,
		box-shadow 0.25s;
	z-index: 11;
}

.back-to-top.visible {
	transform: rotate(-45deg);
	visibility: visible;
	box-shadow: 0 4px 9px rgba(46, 46, 46, 0.42);
	transition:
		transform 0.25s,
		background-color 0.25s,
		box-shadow 0.25s;
}

@media only screen and (min-width: 1024px) {
	.back-to-top:hover {
		background-color: #279622;
	}
}

.author-newest {
	position: relative;
	padding-left: 50px;
	margin-bottom: 5px;
}

.author-newest:before {
	content: '';
	position: absolute;
	width: 38px;
	height: 38px;
	top: 50%;
	left: 0;
	margin-top: -19px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.author-newest.nikos-samaras:before {
	background-image: url(../images/nikos-samaras.jpg);
}

.author-newest.petros-makris:before {
	background-image: url(../images/petros-makris.jpg);
}

.author-newest .author-row-first {
	font-size: 13px;
	line-height: 1.38;
	color: #000;
}

.author-newest .author-row-first span {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.author-newest .author-row-first span + span {
	display: block;
}

.author-newest .author-row-first span:first-child:after {
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	top: 50%;
	left: 100%;
	margin: -7px 0 0 5px;
	background: url(../images/author-checkmark.png) no-repeat center center /
		contain;
}

.author-newest .author-row-second {
	font-size: 11px;
	color: #8f8f8f;
}

.author-newest .author-row-second a {
	color: inherit;
}

.author-newest .author-row-second a:hover {
	text-decoration: none;
}

.author-newest,
.author-newest:before,
.author-newest:after,
.author-newest *,
.author-newest *:before,
.author-newest *:after {
	box-sizing: border-box;
}

.author-newest.no-date {
	margin: 15px 0;
}

@media only screen and (min-width: 768px) {
	.author-newest .author-row-first span + span {
		display: inline-block;
		margin-left: 30px;
	}

	.author-newest .author-row-first span + span:before {
		content: '';
		position: absolute;
		width: 1px;
		height: 14px;
		top: 50%;
		left: -6px;
		margin-top: -7px;
		background: #d4d4d4;
	}
}

.author-newest {
	position: relative;
	padding-left: 50px;
	margin-bottom: 5px;
}

.author-newest:before {
	content: '';
	position: absolute;
	width: 38px;
	height: 38px;
	top: 50%;
	left: 0;
	margin-top: -19px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.author-newest.nikos-samaras:before {
	background-image: url(../images/nikos-samaras.jpg);
}

.author-newest.petros-makris:before {
	background-image: url(../images/petros-makris.jpg);
}

.author-newest .author-row-first {
	font-size: 13px;
	line-height: 1.38;
	color: #000;
}

.author-newest .author-row-first span {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.author-newest .author-row-first span + span {
	display: block;
}

.author-newest .author-row-first span:first-child:after {
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	top: 50%;
	left: 100%;
	margin: -7px 0 0 5px;
	background: url(../images/author-checkmark.png) no-repeat center center /
		contain;
}

.author-newest .author-row-second {
	font-size: 11px;
	color: #8f8f8f;
}

.author-newest .author-row-second a {
	color: inherit;
}

.author-newest .author-row-second a:hover {
	text-decoration: none;
}

.author-newest,
.author-newest:before,
.author-newest:after,
.author-newest *,
.author-newest *:before,
.author-newest *:after {
	box-sizing: border-box;
}

article[dir='rtl'] .author-newest {
	padding-left: 0;
	padding-right: 50px;
}

article[dir='rtl'] .author-newest:before {
	left: auto;
	right: 0;
}

@media only screen and (min-width: 768px) {
	.author-newest .author-row-first span + span {
		display: inline-block;
		margin-left: 30px;
	}

	.author-newest .author-row-first span + span:before {
		content: '';
		position: absolute;
		width: 1px;
		height: 14px;
		top: 50%;
		left: -6px;
		margin-top: -7px;
		background: #d4d4d4;
	}
}

.new-disclosure {
	position: relative;
	float: right;
	display: block;
	z-index: 21;
	font-size: 12px;
	line-height: 1.7;
	margin-left: auto;
	padding: 5px 20px 5px 0;
	margin: -2px 15px -10px 0;
	color: #656565;
	background: url(../images/ico-bell-grey%402x.png) no-repeat right center/12px
		14px;
	cursor: pointer;
	text-align: right;
}

.new-disclosure:hover:before {
	transform: scale(1);
}

.new-disclosure:before {
	position: absolute;
	display: inline-block;
	width: 280px;
	padding: 10px;
	border: 1px solid #00994d;
	top: 100%;
	right: 0;
	transform: scale(0);
	transform-origin: 100% 0;
	background: #fff;
	z-index: 2;
	transition: transform 0.15s;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
}

.new-disclosure:before {
	content: attr(data-text);
}

.new-disclosure.text:before {
	content: 'Ορισμένοι σύνδεσμοι που περιλαμβάνονται σε αυτόν τον ιστότοπο ανήκουν στο δίκτυο συνεργατών μας (affiliates). Ενδέχεται να λάβουμε προμήθεια εάν εγγραφείτε ή πραγματοποιήσετε κάποια ενέργεια μέσω αυτών των συνδέσμων, χωρίς κανένα επιπλέον κόστος για εσάς. Αυτό δεν επηρεάζει την αμεροληψία του περιεχομένου και των αξιολογήσεών μας.';
}

.new-disclosure.text:after {
	content: 'Γνωστοποίηση συνεργατών';
}

#top.v2 .new-disclosure {
	margin-top: -5px;
	margin-bottom: 2px;
}

#new {
	position: relative;
}

#new #top .top-container {
	padding-top: 20px !important;
}

#new .new-disclosure {
	position: absolute;
	top: 5px;
	right: 0;
}

@media only screen and (min-width: 768px) {
	.new-disclosure {
		display: block;
		float: right;
		padding: 10px 20px 10px 0;
		margin-top: 5px;
		background-position: center right;
		box-sizing: border-box;
	}

	.new-disclosure:before {
		display: block;
		text-align: left;
		font-size: 12px;
	}

	#top.v2 .new-disclosure {
		margin: 10px;
	}

	#new .new-disclosure {
		top: -10px;
	}
}

@media (min-width: 1024px) {
	.new-disclosure {
		position: absolute;
		top: 0;
		right: 20px;
	}

	#page .new-disclosure {
		position: relative;
		right: 0;
		margin-left: auto;
		padding-top: 7px;
		padding-bottom: 7px;
		margin-bottom: -13px;
		margin-right: 30px;
	}

	#new .new-disclosure {
		right: 30px;
	}
}

@media (min-width: 1250px) {
	#new .new-disclosure {
		right: 0;
	}
}

.intro-new p {
	padding-bottom: 10px;
	margin: 0;
	font-size: 14px;
	line-height: 1.36;
}

.intro-new p a {
	font-weight: 700;
	color: red;
	text-decoration: none;
}

.intro-new p a:hover {
	text-decoration: underline;
}

.intro-new .intro-box .title {
	padding-bottom: 8px;
	font-size: 18px;
	line-height: 1.17;
	font-weight: 700;
	color: #00994d;
	text-align: center;
}

.intro-new .group {
	display: flex;
	justify-content: center;
	align-items: center;
}

.intro-new .circlelist .title {
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 17px;
}

.intro-new .actions {
	max-width: 190px;
	margin-left: 10px;
}

.intro-new .intro-box {
	padding: 10px 25px;
	margin-top: 10px;
	text-align: center;
	background: rgb(230, 240, 230);
	background: -moz-linear-gradient(
		top,
		rgba(230, 240, 230, 1) 0%,
		rgba(255, 255, 255, 1) 100%
	);
	background: -webkit-linear-gradient(
		top,
		rgba(230, 240, 230, 1) 0%,
		rgba(255, 255, 255, 1) 100%
	);
	background: linear-gradient(
		to bottom,
		rgba(230, 240, 230, 1) 0%,
		rgba(255, 255, 255, 1) 100%
	);
}

.intro-new .checks-list {
	display: inline-block;
	vertical-align: middle;
}

.intro-new .intro-author,
.intro-new,
.larry-grant,
.intro-new .nikos-samaras {
	flex: 0 0 130px;
}

.intro-new .intro-author:before {
	content: '';
	display: block;
	width: 66px;
	height: 71px;
	margin: 0 auto;
	filter: grayscale(100%);
	background: url(../images/petros-makri.png) no-repeat center center / contain;
}

.intro-new .nikos-samaras:before {
	content: '';
	display: block;
	width: 133px;
	height: 142px;
	margin: 0 auto;
	filter: grayscale(100%);
	background: url(../images/nikos-samaras.png) no-repeat center center / contain;
}

.intro-new .author-name {
	font-size: 15px;
	line-height: 1.2;
	font-weight: 600;
	color: #434a54;
	text-align: center;
}

.intro-new .author-name small {
	display: block;
	opacity: 0.49;
	font-size: 11px;
	font-weight: 400;
}

.intro-new .intro-btn {
	display: inline-block;
	min-width: 185px;
	padding: 11px 10px;
	border: 2px solid #00994d;
	border-radius: 5px;
	vertical-align: middle;
	font-size: 18px;
	font-weight: 600;
	color: #00994d;
	text-align: center;
	text-decoration: none;
	background: #fff;
	transition:
		border-color 0.15s,
		color 0.15s,
		background 0.15s;
}

.intro-new .intro-btn + .intro-btn {
	margin-top: 10px;
}

.intro-new .intro-btn-green {
	color: #fff;
	background: #00994d;
}

.intro-new *,
.intro-new *:before,
.intro-new *:after {
	box-sizing: border-box;
}

@media (max-width: 359px) {
	.intro-new .intro-btn {
		min-width: 150px;
		font-size: 13px;
	}
}

@media (max-width: 767px) {
	.intro-expand .text-expand {
		color: #4b781e;
	}

	.intro-expand.expanded .text-expand,
	.intro-expand:not(.expanded) p:not(:first-child) {
		display: none;
	}

	.intro-expand p {
		pointer-events: none;
	}

	.intro-expand p * {
		pointer-events: auto;
	}

	.intro-expand:not(.expanded) p:first-child:after {
		content: ' ...Περισσότερα';
		cursor: pointer;
		pointer-events: auto;
		color: #4b781e;
	}
}

@media (min-width: 768px) {
	.intro-new p {
		padding-bottom: 14px;
		font-size: 15px;
		line-height: 1.6;
	}

	.intro-new .intro-box {
		margin: 0;
	}

	.intro-new .intro-box .title {
		padding-bottom: 18px;
		font-size: 19px;
		line-height: 1.11;
	}

	.intro-new .group {
		margin: 0 -50px;
	}

	.intro-new .intro-box + .circlelist {
		flex: 0 0 315px;
		margin-left: 10px;
	}

	.intro-new .intro-container {
		display: flex;
	}

	.intro-new .intro-box {
		display: flex;
		flex: 0 1 100%;
		align-items: center;
		padding: 15px 100px;
	}

	.intro-new .intro-box > * {
		flex: 0 0 100%;
	}

	.intro-new .text-expand {
		display: none;
	}
}

@media (min-width: 1000px) {
	.intro-new .intro-box .title {
		padding-bottom: 23px;
		font-size: 18px;
	}

	.intro-new .group {
		display: block;
		margin: 0;
	}

	.intro-new .actions {
		max-width: none;
		margin-left: 0;
	}

	.intro-new .intro-box {
		min-height: 250px;
		justify-content: center;
		padding: 23px 10px;
	}

	.intro-new .intro-bold {
		font-weight: 700;
	}

	.intro-new .intro-container {
		position: relative;
		padding-left: 235px;
		margin-bottom: 10px;
	}

	.intro-new .intro-btn:hover {
		border-color: #2eb127;
		color: #fff;
		background: #2eb127;
	}

	.intro-new .intro-btn-green:hover {
		background: #2eb127;
	}

	.intro-new .intro-btn + .intro-btn {
		margin: 0 0 0 14px;
	}

	.intro-new .author-name {
		font-size: 17px;
	}

	.intro-new .author-name small {
		font-size: 11px;
	}

	.intro-new .intro-author,
	.intro-new .larry-grant,
	.intro-new .nikos-samaras {
		position: absolute;
		display: flex;
		width: 217px;
		height: 100%;
		top: 0;
		left: 0;
		padding: 10px;
		flex-flow: row wrap;
		justify-content: center;
		align-content: center;
		align-items: center;
		background: rgb(238, 238, 238);
		background: -moz-linear-gradient(
			top,
			rgba(238, 238, 238, 1) 0%,
			rgba(255, 255, 255, 1) 100%
		);
		background: -webkit-linear-gradient(
			top,
			rgba(238, 238, 238, 1) 0%,
			rgba(255, 255, 255, 1) 100%
		);
		background: linear-gradient(
			to bottom,
			rgba(238, 238, 238, 1) 0%,
			rgba(255, 255, 255, 1) 100%
		);
	}

	.intro-new .intro-author > * {
		flex: 0 0 100%;
	}

	.intro-new .larry-grant > * {
		flex: 0 0 100%;
	}

	.intro-new .nikos-samaras > * {
		flex: 0 0 100%;
	}

	.intro-new .intro-author:before {
		width: 133px;
		height: 142px;
	}

	.intro-new .intro-author:after {
		content: '';
		display: block;
		width: 133px;
		height: 59px;
		margin: 0 auto;
		opacity: 0.68;
		background: url(../images/petros-makri-signature-apati.png) no-repeat center
			center / contain;
	}

	.intro-new .nikos-samaras:after {
		content: '';
		display: block;
		width: 133px;
		height: 59px;
		margin: 0 auto;
		opacity: 0.68;
		background: url(../images/nikos-samaras-signature-apati.png) no-repeat
			center center / contain;
	}
}

#crumbs {
	font:
		normal 12px/14px 'open sans',
		sans-serif;
	color: #656565;
	padding: 1.1% 0;
	margin: 0 2.5%;
	border-bottom: 1px solid #dbdbdb;
}

#crumbs a {
	color: #656565;
	text-decoration: none;
}

#crumbs a:hover {
	text-decoration: underline;
}

#crumbs > span:first-child a {
	padding-left: 15px;
	color: #a1a1a1;
	background: url(../images/icon-home-crumbs.png) no-repeat 0 center;
}

#crumbs > div {
	display: none;
}

@media only screen and (min-width: 768px) {
	#crumbs {
		padding: 13px 0;
		margin: 0 1%;
	}

	#crumbs > div {
		display: block;
		float: right;
	}

	#crumbs > div > a {
		float: left;
		width: 25px;
		height: 25px;
		margin: -5px 1px;
		border-radius: 50%;
		background: #3c5b9b url(../images/sicons.png) no-repeat -3px -2px;
		transition: background-color 0.3s linear;
	}

	#crumbs > div > a.f {
		background-color: #3c5b9b;
	}

	#crumbs > div > a.t {
		background-color: #359bed;
		background-position: -2px -32px;
	}

	#crumbs > div > a.l {
		background-color: #91c9db;
		background-position: -2px -63px;
	}

	#crumbs > div > a:hover {
		background-color: #fff;
	}

	#crumbs > div > a.f:hover {
		background-position: -33px -2px;
	}

	#crumbs > div > a.t:hover {
		background-position: -32px -32px;
	}

	#crumbs > div > a.l:hover {
		background-position: -32px -63px;
	}
}

@media only screen and (min-width: 1120px) {
	#crumbs {
		margin: 0 2.5%;
	}
}

.breadcrumbs-new .container-center {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
}

.breadcrumbs-new .breadcrumbs-new-inner {
	background-color: #fff;
}

.circlelist {
	font:
		normal 13px/1 'open sans',
		sans-serif;
	color: #363636;
	text-align: center;
	background: #f5f5f5;
	background: -moz-linear-gradient(top, #f5f5f5 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #f5f5f5 0%, #ffffff 100%);
	background: linear-gradient(to bottom, #f5f5f5 0%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#ffffff', GradientType=0);
}

.circlelist .title {
	font-weight: 600;
	font-size: 19px;
	padding: 25px 10px;
}

.circlelist ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0;
}

.circlelist ul li {
	display: inline-block;
	width: 100px;
	font-size: 13px;
	line-height: 13px;
	vertical-align: top;
}

.circlelist ul li a {
	display: block;
	padding-bottom: 16px;
	position: relative;
	text-decoration: none;
	color: #434a54;
}

.circlelist ul li a:hover {
	color: #00994d;
}

.circlelist ul li a:before,
.circlelist ul li a:after {
	content: '';
	display: block;
	margin: 0 auto 12px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
}

.circlelist ul li a:before {
	border: 1px solid #ddd;
	background: #f9fafb;
}

.circlelist ul li a:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: url(../images/icons-cats-circle.png) no-repeat 0 0;
	border: 2px solid transparent;
}

.circlelist ul li a:hover:before {
	background: #bad4b8;
	background: -moz-linear-gradient(top, #bad4b8 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #bad4b8 0%, #ffffff 100%);
	background: linear-gradient(to bottom, #bad4b8 0%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bad4b8', endColorstr='#ffffff', GradientType=0);
}

.circlelist ul li a:hover:after {
	border-color: #00994d;
}

.circlelist ul li a.paypal:after {
	background-position: 0 0;
}

.circlelist ul li a.bonus:after {
	background-position: -60px 0;
}

.circlelist ul li a.bitcoin:after {
	background-position: -120px 0;
}

.circlelist ul li a.slots:after {
	background-position: 0 -60px;
}

.circlelist ul li a.merkur:after {
	background-position: -60px -60px;
}

.circlelist ul li a.casino:after {
	background-position: -60px -60px;
}

.circlelist ul li a.novoline:after {
	background-position: -120px -60px;
}

.circlelist ul li a.apps:after {
	background-position: 0 -120px;
}

.circlelist ul li a.roulette:after {
	background-position: -60px -120px;
}

.circlelist ul li a.blackjack:after {
	background-position: -120px -120px;
}

.circlelist ul li a.netent:after {
	background-position: 0 -180px;
}

.circlelist ul li a.security:after {
	background-position: -120px -180px;
}

.circlelist ul li a.live:after {
	background-position: -60px -360px;
}

.circlelist ul li a.money:after {
	background-position: 0 -241px;
}

.circlelist ul li a.payments:after {
	background-position: 4px -300px;
}

.circlelist ul li a.software:after {
	background-position: -60px -300px;
}

.circlelist ul li a.laws:after {
	background-position: -120px -300px;
}

.circlelist ul li a.top-offer:after {
	background-position: 0 -360px;
}

.crated {
	font-size: 0;
	color: transparent;
	position: relative;
	width: 84px;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
}

.crated:after,
.crated:before {
	content: '';
	background-image: url(../images/crated.png);
	background-repeat: repeat-x;
	height: 12px;
	position: absolute;
	top: 0;
	left: 0;
}

.crated:before {
	width: 84px;
	background-position: 0 0;
}

.crated:after {
	width: 0;
	background-position: 0 -13px;
}

.crated05:after {
	width: 6px;
}

.crated1:after {
	width: 12px;
}

.crated15:after {
	width: 24px;
}

.crated2:after {
	width: 30px;
}

.crated25:after {
	width: 42px;
}

.crated3:after {
	width: 48px;
}

.crated35:after {
	width: 60px;
}

.crated4:after {
	width: 66px;
}

.crated41:after {
	width: 74px;
}

.crated42:after {
	width: 75px;
}

.crated43:after {
	width: 76px;
}

.crated44:after {
	width: 77px;
}

.crated45:after {
	width: 78px;
}

.crated46:after {
	width: 79px;
}

.crated47:after {
	width: 80px;
}

.crated48:after {
	width: 81px;
}

.crated49:after {
	width: 82px;
}

.crated5:after {
	width: 84px;
}

@media (max-width: 767px) {
	body:not(.scrolled) .conv-table:not(:nth-child(-n + 5)) {
		content-visibility: auto;
	}
}

.conv-table {
	margin: 0 0 15px;
	font-family: 'Open Sans', sans-serif;
	clear: both;
}

.conv-table *,
.conv-table *:before,
.conv-table *:after {
	box-sizing: border-box;
}

.conv-table table,
.conv-table caption,
.conv-table thead,
.conv-table tbody {
	display: block;
}

.conv-table tr {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

.conv-table th,
.conv-table td {
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: stretch;
}

.conv-table caption {
	font-size: 15px;
	margin-bottom: 15px;
}

.conv-table thead tr {
	margin-bottom: 11px;
}

.conv-table thead th {
	font-size: 12px;
	line-height: 1;
	font-weight: 400;
	color: #5d5d5d;
	padding: 11px;
	position: relative;
}

.conv-table thead th:after {
	content: '';
	background: #555;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 5px;
	right: 5px;
}

.conv-table thead th:first-child:after {
	left: 0;
}

.conv-table thead th:last-child:after {
	right: 0;
}

.conv-table tbody tr {
	border: 1px solid #ccc;
	border-radius: 1px;
	padding: 8px;
}

.conv-table tbody tr + tr {
	margin-top: 7px;
}

.conv-table .crated {
	margin-bottom: 12px;
	height: 52px;
}

.conv-table .crated:before,
.conv-table .crated:after {
	top: 100%;
	left: 29px;
	margin-top: 5px;
}

.conv-table .button {
	font-size: 16px;
	line-height: 1;
	color: #fff;
	border-radius: 3px;
	text-align: center;
	text-decoration: none;
	padding: 20px;
}

.conv-table .button:after {
	content: '';
	background: url(../images/conv-button-arrow.png) 50% no-repeat;
	width: 6px;
	height: 11px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	transition: background-color 0.15s;
}

#breaking-news-in-pic .post-image a,
#calendar_wrap #wp-calendar #today,
#footer-widgets .widget.widget_tabs .tabs_nav li.active,
#slider ul.slides li .t-cate,
#slider-full .slide-caption .post_meta_cats,
#slider.flexslider .flex-next:hover,
#slider.flexslider .flex-prev:hover,
.article .flexslider .flex-next:hover,
.article .flexslider .flex-prev:hover,
.btn,
.btn[type='submit'],
.button,
.button[type='submit'],
.content-wrapper .post-image a,
.gallery-caption,
.gallery-icon,
.gotop:hover,
.header-topbar .search-box form#searchform button:hover,
.header-v4 .top-bar-left .breaking-news .breaking-news-title,
.header-v5 .breaking-news .breaking-news-title,
.home-blog .flexslider .flex-next:hover,
.home-blog .flexslider .flex-prev:hover,
.home-box-title div.box-title-more .more-plus,
.home-box-title div.box-title-more .more-plus:hover,
.home-box-title div.box-title-more .nxt:hover,
.home-box-title div.box-title-more .prev:hover,
.nav ul li.current-menu-item a,
.nav ul li.current-menu-item a:hover,
.nav ul li.current-menu-item ul.sub-menu a,
.nav ul li.current-menu-item ul.sub-menu a:hover,
.nav ul li.current-menu-parent a,
.nav ul li.current-menu-parent a:hover,
.nav ul li.current-menu-parent ul.sub-menu a:hover,
.nav ul li.current-page-ancestor a,
.nav ul li.current-page-ancestor a:hover,
.nav ul li.current-page-ancestor ul.sub-menu a,
.nav ul li.current-page-ancestor ul.sub-menu a:hover,
.nav ul ul:hover > a,
.nav ul ul li:hover > a,
.navigation-dark ul#primary-menu li.current-menu-item > a,
.navigation-dark ul#primary-menu > li.current-menu-parent > a,
.navigation-dark ul#primary-menu > li.current_page_item > a,
.navigation-dark ul#primary-menu > li:hover > a,
.pagenavi span.pagenavi-current,
.post-gallery,
.tagcloud a:hover,
.top-menu ul ul:hover > a,
.top-menu ul ul li:hover > a,
.widget.flexslider .flex-next:hover,
.widget.flexslider .flex-prev:hover,
button.button,
div.box-title-more .more-plus:hover,
div.box-title-more .nxt:hover,
div.box-title-more .prev:hover,
input[type='button'],
input[type='reset'],
input[type='submit'],
span.bd-criteria-percentage {
	background-color: #00994d;
}

.conv-table .button:hover {
	background-color: #2eb127;
}

.conv-table .table-update {
	padding-top: 10px;
	font-size: 11px;
	line-height: 1.27;
	font-style: italic;
	color: #9a9a9a;
	text-align: right;
}

.conv-table .table-update a {
	color: #4a4949;
	text-decoration: none;
}

.conv-table .table-update a:hover {
	text-decoration: underline;
}

.conv-table[data-hidden*='1'] thead tr th:nth-child(1),
.conv-table[data-hidden*='1'] tbody tr td:nth-child(1),
.conv-table[data-hidden*='2'] thead tr th:nth-child(2),
.conv-table[data-hidden*='2'] tbody tr td:nth-child(2),
.conv-table[data-hidden*='3'] thead tr th:nth-child(3),
.conv-table[data-hidden*='3'] tbody tr td:nth-child(3),
.conv-table[data-hidden*='4'] thead tr th:nth-child(4),
.conv-table[data-hidden*='4'] tbody tr td:nth-child(4),
.conv-table[data-hidden*='5'] thead tr th:nth-child(5),
.conv-table[data-hidden*='5'] tbody tr td:nth-child(5),
.conv-table[data-hidden*='6'] thead tr th:nth-child(6),
.conv-table[data-hidden*='6'] tbody tr td:nth-child(6),
.conv-table[data-hidden*='7'] thead tr th:nth-child(7),
.conv-table[data-hidden*='7'] tbody tr td:nth-child(7),
.conv-table[data-hidden*='8'] thead tr th:nth-child(8),
.conv-table[data-hidden*='8'] tbody tr td:nth-child(8),
.conv-table[data-hidden*='9'] thead tr th:nth-child(9),
.conv-table[data-hidden*='9'] tbody tr td:nth-child(9),
.conv-table[data-hidden*='10'] thead tr th:nth-child(10),
.conv-table[data-hidden*='10'] tbody tr td:nth-child(10) {
	display: none;
}

.conv-table[data-arrow='1'] tbody tr td:nth-child(1) span,
.conv-table[data-arrow='2'] tbody tr td:nth-child(2) span,
.conv-table[data-arrow='3'] tbody tr td:nth-child(3) span,
.conv-table[data-arrow='4'] tbody tr td:nth-child(4) span,
.conv-table[data-arrow='5'] tbody tr td:nth-child(5) span,
.conv-table[data-arrow='6'] tbody tr td:nth-child(6) span,
.conv-table[data-arrow='7'] tbody tr td:nth-child(7) span,
.conv-table[data-arrow='8'] tbody tr td:nth-child(8) span,
.conv-table[data-arrow='9'] tbody tr td:nth-child(9) span,
.conv-table[data-arrow='10'] tbody tr td:nth-child(10) span {
	position: relative;
	display: inline-block;
	padding-left: 10px;
	vertical-align: middle;
	font-size: 17px;
	line-height: 1.13;
	font-weight: 300;
	font-style: italic;
	color: #393939;
	left: 10%;
	margin-right: 20px;
}

.conv-table[data-arrow='1'] tbody tr td:nth-child(1) span:before,
.conv-table[data-arrow='2'] tbody tr td:nth-child(2) span:before,
.conv-table[data-arrow='3'] tbody tr td:nth-child(3) span:before,
.conv-table[data-arrow='4'] tbody tr td:nth-child(4) span:before,
.conv-table[data-arrow='5'] tbody tr td:nth-child(5) span:before,
.conv-table[data-arrow='6'] tbody tr td:nth-child(6) span:before,
.conv-table[data-arrow='7'] tbody tr td:nth-child(7) span:before,
.conv-table[data-arrow='8'] tbody tr td:nth-child(8) span:before,
.conv-table[data-arrow='9'] tbody tr td:nth-child(9) span:before,
.conv-table[data-arrow='10'] tbody tr td:nth-child(10) span:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: 5px;
	left: 0;
	border-width: 4px 0 4px 6px;
	border-style: solid;
	border-color: transparent transparent transparent #87b985;
}

.conv-table[data-logo='1'] tbody tr td:nth-child(1),
.conv-table[data-logo='2'] tbody tr td:nth-child(2),
.conv-table[data-logo='3'] tbody tr td:nth-child(3),
.conv-table[data-logo='4'] tbody tr td:nth-child(4),
.conv-table[data-logo='5'] tbody tr td:nth-child(5),
.conv-table[data-logo='6'] tbody tr td:nth-child(6),
.conv-table[data-logo='7'] tbody tr td:nth-child(7),
.conv-table[data-logo='8'] tbody tr td:nth-child(8),
.conv-table[data-logo='9'] tbody tr td:nth-child(9),
.conv-table[data-logo='10'] tbody tr td:nth-child(10) {
	align-items: center;
}

.conv-table[data-logo='1'] tbody tr td:nth-child(1) a,
.conv-table[data-logo='2'] tbody tr td:nth-child(2) a,
.conv-table[data-logo='3'] tbody tr td:nth-child(3) a,
.conv-table[data-logo='4'] tbody tr td:nth-child(4) a,
.conv-table[data-logo='5'] tbody tr td:nth-child(5) a,
.conv-table[data-logo='6'] tbody tr td:nth-child(6) a,
.conv-table[data-logo='7'] tbody tr td:nth-child(7) a,
.conv-table[data-logo='8'] tbody tr td:nth-child(8) a,
.conv-table[data-logo='9'] tbody tr td:nth-child(9) a,
.conv-table[data-logo='10'] tbody tr td:nth-child(10) a {
	font-size: 0;
	color: transparent;
	text-decoration: none;
}

.conv-table[data-logo='1'] tbody tr td:nth-child(1) a span,
.conv-table[data-logo='2'] tbody tr td:nth-child(2) a span,
.conv-table[data-logo='3'] tbody tr td:nth-child(3) a span,
.conv-table[data-logo='4'] tbody tr td:nth-child(4) a span,
.conv-table[data-logo='5'] tbody tr td:nth-child(5) a span,
.conv-table[data-logo='6'] tbody tr td:nth-child(6) a span,
.conv-table[data-logo='7'] tbody tr td:nth-child(7) a span,
.conv-table[data-logo='8'] tbody tr td:nth-child(8) a span,
.conv-table[data-logo='9'] tbody tr td:nth-child(9) a span,
.conv-table[data-logo='10'] tbody tr td:nth-child(10) a span {
	display: inline-block;
	width: 147px;
	height: 52px;
}

.conv-table[data-bonus='1'] tbody tr td:nth-child(1),
.conv-table[data-bonus='2'] tbody tr td:nth-child(2),
.conv-table[data-bonus='3'] tbody tr td:nth-child(3),
.conv-table[data-bonus='4'] tbody tr td:nth-child(4),
.conv-table[data-bonus='5'] tbody tr td:nth-child(5),
.conv-table[data-bonus='6'] tbody tr td:nth-child(6),
.conv-table[data-bonus='7'] tbody tr td:nth-child(7),
.conv-table[data-bonus='8'] tbody tr td:nth-child(8),
.conv-table[data-bonus='9'] tbody tr td:nth-child(9),
.conv-table[data-bonus='10'] tbody tr td:nth-child(10) {
	text-align: center;
	font-size: 20px;
	line-height: 1.2;
	color: #454545;
	padding: 15px 0;
}

.conv-table[data-bonus='1'] tbody tr td:nth-child(1) strong,
.conv-table[data-bonus='2'] tbody tr td:nth-child(2) strong,
.conv-table[data-bonus='3'] tbody tr td:nth-child(3) strong,
.conv-table[data-bonus='4'] tbody tr td:nth-child(4) strong,
.conv-table[data-bonus='5'] tbody tr td:nth-child(5) strong,
.conv-table[data-bonus='6'] tbody tr td:nth-child(6) strong,
.conv-table[data-bonus='7'] tbody tr td:nth-child(7) strong,
.conv-table[data-bonus='8'] tbody tr td:nth-child(8) strong,
.conv-table[data-bonus='9'] tbody tr td:nth-child(9) strong,
.conv-table[data-bonus='10'] tbody tr td:nth-child(10) strong {
	display: block;
	font-size: 22px;
}

.conv-table[data-terms='1'] thead tr th:nth-child(1),
.conv-table[data-terms='2'] thead tr th:nth-child(2),
.conv-table[data-terms='3'] thead tr th:nth-child(3),
.conv-table[data-terms='4'] thead tr th:nth-child(4),
.conv-table[data-terms='5'] thead tr th:nth-child(5),
.conv-table[data-terms='6'] thead tr th:nth-child(6),
.conv-table[data-terms='7'] thead tr th:nth-child(7),
.conv-table[data-terms='8'] thead tr th:nth-child(8),
.conv-table[data-terms='9'] thead tr th:nth-child(9),
.conv-table[data-terms='10'] thead tr th:nth-child(10) {
	display: none;
}

.conv-table[data-terms='2'] thead tr th:nth-child(1):after,
.conv-table[data-terms='3'] thead tr th:nth-child(2):after,
.conv-table[data-terms='4'] thead tr th:nth-child(3):after,
.conv-table[data-terms='5'] thead tr th:nth-child(4):after,
.conv-table[data-terms='6'] thead tr th:nth-child(5):after,
.conv-table[data-terms='7'] thead tr th:nth-child(6):after,
.conv-table[data-terms='8'] thead tr th:nth-child(7):after,
.conv-table[data-terms='9'] thead tr th:nth-child(8):after,
.conv-table[data-terms='10'] thead tr th:nth-child(9):after {
	right: 0;
}

.conv-table[data-terms='1'] tbody tr td:nth-child(1),
.conv-table[data-terms='2'] tbody tr td:nth-child(2),
.conv-table[data-terms='3'] tbody tr td:nth-child(3),
.conv-table[data-terms='4'] tbody tr td:nth-child(4),
.conv-table[data-terms='5'] tbody tr td:nth-child(5),
.conv-table[data-terms='6'] tbody tr td:nth-child(6),
.conv-table[data-terms='7'] tbody tr td:nth-child(7),
.conv-table[data-terms='8'] tbody tr td:nth-child(8),
.conv-table[data-terms='9'] tbody tr td:nth-child(9),
.conv-table[data-terms='10'] tbody tr td:nth-child(10) {
	flex-basis: 100%;
	margin: 10px 0 0;
	background: #f4f4f4;
	font-size: 12px;
	line-height: 13px;
	text-align: center;
	color: #bbbaba;
	padding: 8px;
}

.conv-table[data-text-center*='1'] tbody tr td:nth-child(1),
.conv-table[data-text-center*='2'] tbody tr td:nth-child(2),
.conv-table[data-text-center*='3'] tbody tr td:nth-child(3),
.conv-table[data-text-center*='4'] tbody tr td:nth-child(4),
.conv-table[data-text-center*='5'] tbody tr td:nth-child(5),
.conv-table[data-text-center*='6'] tbody tr td:nth-child(6),
.conv-table[data-text-center*='7'] tbody tr td:nth-child(7),
.conv-table[data-text-center*='8'] tbody tr td:nth-child(8),
.conv-table[data-text-center*='9'] tbody tr td:nth-child(9),
.conv-table[data-text-center*='10'] tbody tr td:nth-child(10) {
	text-align: center;
}

@media only screen and (max-width: 1023px) {
	.conv-table caption,
	.conv-table thead {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.conv-table.tablet-show-headings caption,
	.conv-table.tablet-show-headings thead {
		display: block;
	}

	.conv-table.tablet-show-headings thead th {
		font-size: 12px;
	}

	.conv-table.tablet-show-headings thead tr {
		align-items: stretch;
	}
}

@media only screen and (max-width: 767px) {
	.conv-table[data-bonus='1'] tbody tr td:nth-child(1),
	.conv-table[data-bonus='10'] tbody tr td:nth-child(10),
	.conv-table[data-bonus='2'] tbody tr td:nth-child(2),
	.conv-table[data-bonus='3'] tbody tr td:nth-child(3),
	.conv-table[data-bonus='4'] tbody tr td:nth-child(4),
	.conv-table[data-bonus='5'] tbody tr td:nth-child(5),
	.conv-table[data-bonus='6'] tbody tr td:nth-child(6),
	.conv-table[data-bonus='7'] tbody tr td:nth-child(7),
	.conv-table[data-bonus='8'] tbody tr td:nth-child(8),
	.conv-table[data-bonus='9'] tbody tr td:nth-child(9) {
		display: block;
	}

	.conv-table[data-bonus='1'] tbody tr td:nth-child(1) strong,
	.conv-table[data-bonus='10'] tbody tr td:nth-child(10) strong,
	.conv-table[data-bonus='2'] tbody tr td:nth-child(2) strong,
	.conv-table[data-bonus='3'] tbody tr td:nth-child(3) strong,
	.conv-table[data-bonus='4'] tbody tr td:nth-child(4) strong,
	.conv-table[data-bonus='5'] tbody tr td:nth-child(5) strong,
	.conv-table[data-bonus='6'] tbody tr td:nth-child(6) strong,
	.conv-table[data-bonus='7'] tbody tr td:nth-child(7) strong,
	.conv-table[data-bonus='8'] tbody tr td:nth-child(8) strong,
	.conv-table[data-bonus='9'] tbody tr td:nth-child(9) strong {
		display: inline;
	}

	.conv-table[data-logo='1'] tbody tr td:nth-child(1),
	.conv-table[data-logo='2'] tbody tr td:nth-child(2),
	.conv-table[data-logo='3'] tbody tr td:nth-child(3),
	.conv-table[data-logo='4'] tbody tr td:nth-child(4),
	.conv-table[data-logo='5'] tbody tr td:nth-child(5),
	.conv-table[data-logo='6'] tbody tr td:nth-child(6),
	.conv-table[data-logo='7'] tbody tr td:nth-child(7),
	.conv-table[data-logo='8'] tbody tr td:nth-child(8),
	.conv-table[data-logo='9'] tbody tr td:nth-child(9),
	.conv-table[data-logo='10'] tbody tr td:nth-child(10) {
		flex-basis: 100%;
		width: 100%;
		max-width: 100%;
	}

	.conv-table[data-bonus='1'] tbody tr td:nth-child(1),
	.conv-table[data-bonus='2'] tbody tr td:nth-child(2),
	.conv-table[data-bonus='3'] tbody tr td:nth-child(3),
	.conv-table[data-bonus='4'] tbody tr td:nth-child(4),
	.conv-table[data-bonus='5'] tbody tr td:nth-child(5),
	.conv-table[data-bonus='6'] tbody tr td:nth-child(6),
	.conv-table[data-bonus='7'] tbody tr td:nth-child(7),
	.conv-table[data-bonus='8'] tbody tr td:nth-child(8),
	.conv-table[data-bonus='9'] tbody tr td:nth-child(9),
	.conv-table[data-bonus='10'] tbody tr td:nth-child(10) {
		flex-basis: 100%;
		width: 100%;
		max-width: 100%;
	}

	.conv-table[data-cta='1'] tbody tr td:nth-child(1),
	.conv-table[data-cta='2'] tbody tr td:nth-child(2),
	.conv-table[data-cta='3'] tbody tr td:nth-child(3),
	.conv-table[data-cta='4'] tbody tr td:nth-child(4),
	.conv-table[data-cta='5'] tbody tr td:nth-child(5),
	.conv-table[data-cta='6'] tbody tr td:nth-child(6),
	.conv-table[data-cta='7'] tbody tr td:nth-child(7),
	.conv-table[data-cta='8'] tbody tr td:nth-child(8),
	.conv-table[data-cta='9'] tbody tr td:nth-child(9),
	.conv-table[data-cta='10'] tbody tr td:nth-child(10) {
		flex-basis: 100%;
		width: 100%;
		max-width: 100%;
	}

	.conv-table[data-arrow='1'] tbody tr td:nth-child(1),
	.conv-table[data-arrow='2'] tbody tr td:nth-child(2),
	.conv-table[data-arrow='3'] tbody tr td:nth-child(3),
	.conv-table[data-arrow='4'] tbody tr td:nth-child(4),
	.conv-table[data-arrow='5'] tbody tr td:nth-child(5),
	.conv-table[data-arrow='6'] tbody tr td:nth-child(6),
	.conv-table[data-arrow='7'] tbody tr td:nth-child(7),
	.conv-table[data-arrow='8'] tbody tr td:nth-child(8),
	.conv-table[data-arrow='9'] tbody tr td:nth-child(9),
	.conv-table[data-arrow='10'] tbody tr td:nth-child(10) {
		display: block;
		flex: 0 0 100%;
		padding-top: 10px;
		text-align: center;
	}

	.conv-table[data-arrow='1'] tbody tr td:nth-child(1) span,
	.conv-table[data-arrow='2'] tbody tr td:nth-child(2) span,
	.conv-table[data-arrow='3'] tbody tr td:nth-child(3) span,
	.conv-table[data-arrow='4'] tbody tr td:nth-child(4) span,
	.conv-table[data-arrow='5'] tbody tr td:nth-child(5) span,
	.conv-table[data-arrow='6'] tbody tr td:nth-child(6) span,
	.conv-table[data-arrow='7'] tbody tr td:nth-child(7) span,
	.conv-table[data-arrow='8'] tbody tr td:nth-child(8) span,
	.conv-table[data-arrow='9'] tbody tr td:nth-child(9) span,
	.conv-table[data-arrow='10'] tbody tr td:nth-child(10) span {
		margin-right: 0;
		left: auto;
	}

	.conv-table[data-hidden-m='1'] tbody tr td:nth-child(1),
	.conv-table[data-hidden-m='2'] tbody tr td:nth-child(2),
	.conv-table[data-hidden-m='3'] tbody tr td:nth-child(3),
	.conv-table[data-hidden-m='4'] tbody tr td:nth-child(4),
	.conv-table[data-hidden-m='5'] tbody tr td:nth-child(5),
	.conv-table[data-hidden-m='6'] tbody tr td:nth-child(6),
	.conv-table[data-hidden-m='7'] tbody tr td:nth-child(7),
	.conv-table[data-hidden-m='8'] tbody tr td:nth-child(8),
	.conv-table[data-hidden-m='9'] tbody tr td:nth-child(9),
	.conv-table[data-hidden-m='10'] tbody tr td:nth-child(10) {
		display: none;
	}

	.conv-table td[data-title-enabled-all] {
		text-align: center;
		padding: 10px;
	}

	.conv-table td[data-title-enabled-all]:before {
		content: attr(data-title);
		display: block;
		font-size: 14px;
		padding-bottom: 5px;
		color: #858585;
	}
}

@media only screen and (min-width: 768px) {
	.conv-table caption {
		font-size: 19px;
		margin-bottom: 20px;
	}

	.conv-table thead th {
		font-size: 14px;
		text-align: center;
	}

	.conv-table tbody tr {
		padding: 12px;
	}

	.conv-table .button {
		padding-right: 28px;
		padding-left: 8px;
		position: relative;
	}

	.conv-table .button:after {
		position: absolute;
		height: auto;
		top: 0;
		bottom: 0;
		right: 18px;
	}

	.conv-table[data-bonus='1'] tbody tr td:nth-child(1),
	.conv-table[data-bonus='2'] tbody tr td:nth-child(2),
	.conv-table[data-bonus='3'] tbody tr td:nth-child(3),
	.conv-table[data-bonus='4'] tbody tr td:nth-child(4),
	.conv-table[data-bonus='5'] tbody tr td:nth-child(5),
	.conv-table[data-bonus='6'] tbody tr td:nth-child(6),
	.conv-table[data-bonus='7'] tbody tr td:nth-child(7),
	.conv-table[data-bonus='8'] tbody tr td:nth-child(8),
	.conv-table[data-bonus='9'] tbody tr td:nth-child(9),
	.conv-table[data-bonus='10'] tbody tr td:nth-child(10) {
		font-size: 16px;
		padding: 0 10px;
	}

	.conv-table[data-bonus='1'] tbody tr td:nth-child(1) strong,
	.conv-table[data-bonus='2'] tbody tr td:nth-child(2) strong,
	.conv-table[data-bonus='3'] tbody tr td:nth-child(3) strong,
	.conv-table[data-bonus='4'] tbody tr td:nth-child(4) strong,
	.conv-table[data-bonus='5'] tbody tr td:nth-child(5) strong,
	.conv-table[data-bonus='6'] tbody tr td:nth-child(6) strong,
	.conv-table[data-bonus='7'] tbody tr td:nth-child(7) strong,
	.conv-table[data-bonus='8'] tbody tr td:nth-child(8) strong,
	.conv-table[data-bonus='9'] tbody tr td:nth-child(9) strong,
	.conv-table[data-bonus='10'] tbody tr td:nth-child(10) strong {
		font-size: 26px;
	}

	.conv-table[data-terms='1'] tbody tr td:nth-child(1),
	.conv-table[data-terms='2'] tbody tr td:nth-child(2),
	.conv-table[data-terms='3'] tbody tr td:nth-child(3),
	.conv-table[data-terms='4'] tbody tr td:nth-child(4),
	.conv-table[data-terms='5'] tbody tr td:nth-child(5),
	.conv-table[data-terms='6'] tbody tr td:nth-child(6),
	.conv-table[data-terms='7'] tbody tr td:nth-child(7),
	.conv-table[data-terms='8'] tbody tr td:nth-child(8),
	.conv-table[data-terms='9'] tbody tr td:nth-child(9),
	.conv-table[data-terms='10'] tbody tr td:nth-child(10) {
		padding: 17px;
		margin-top: 15px;
		display: inline;
	}

	.conv-table[data-terms='1'] tbody tr td:nth-child(1) span,
	.conv-table[data-terms='2'] tbody tr td:nth-child(2) span,
	.conv-table[data-terms='3'] tbody tr td:nth-child(3) span,
	.conv-table[data-terms='4'] tbody tr td:nth-child(4) span,
	.conv-table[data-terms='5'] tbody tr td:nth-child(5) span,
	.conv-table[data-terms='6'] tbody tr td:nth-child(6) span,
	.conv-table[data-terms='7'] tbody tr td:nth-child(7) span,
	.conv-table[data-terms='8'] tbody tr td:nth-child(8) span,
	.conv-table[data-terms='9'] tbody tr td:nth-child(9) span,
	.conv-table[data-terms='10'] tbody tr td:nth-child(10) span {
		display: inline;
		font-weight: 700;
	}

	.conv-table.terms-small[data-terms='1'] tbody tr td:nth-child(1),
	.conv-table.terms-small[data-terms='2'] tbody tr td:nth-child(2),
	.conv-table.terms-small[data-terms='3'] tbody tr td:nth-child(3),
	.conv-table.terms-small[data-terms='4'] tbody tr td:nth-child(4),
	.conv-table.terms-small[data-terms='5'] tbody tr td:nth-child(5),
	.conv-table.terms-small[data-terms='6'] tbody tr td:nth-child(6),
	.conv-table.terms-small[data-terms='7'] tbody tr td:nth-child(7),
	.conv-table.terms-small[data-terms='8'] tbody tr td:nth-child(8),
	.conv-table.terms-small[data-terms='9'] tbody tr td:nth-child(9),
	.conv-table.terms-small[data-terms='10'] tbody tr td:nth-child(10) {
		padding: 10px 17px;
	}
}

.clogo > span,
.clogo:before,
.clogo:after {
	display: block;
	background-position: center;
	background-repeat: no-repeat;
}

.clogo.kingsolomons > span,
.clogo.kingsolomons:before,
.clogo.kingsolomons:after {
	background-image: url(../images/kingsolomonscasino-logo.jpg);
}

.clogo.championsbet > span,
.clogo.championsbet:before,
.clogo.championsbet:after {
	background-image: url(../images/championsbetcasino-logo.png);
}

.clogo.netbet > span,
.clogo.netbet:before,
.clogo.netbet:after {
	background-image: url(../images/netbetcasino-logo.png);
}

.clogo.stoixman > span,
.clogo.stoixman:before,
.clogo.stoixman:after {
	background-image: url(../images/stoiximan.png);
	background-size: contain;
}

.clogo.interwetten > span,
.clogo.interwetten:before,
.clogo.interwetten:after {
	background-image: url(../images/interwetten-casino-logo.png);
	background-size: contain;
}

.clogo.novibet > span,
.clogo.novibet:before,
.clogo.novibet:after {
	background-image: url(../images/novibet.png);
}

.clogo.betshop > span,
.clogo.betshop:before,
.clogo.betshop:after {
	background-image: url(../images/betshop.png);
}

.clogo.tipbet > span,
.clogo.tipbet:before,
.clogo.tipbet:after {
	background-image: url(../images/tipbet.png);
}

.clogo.skyvegas > span,
.clogo.skyvegas:before,
.clogo.skyvegas:after {
	background-image: url(../images/skyvegas.png);
}

.clogo.casino888 > span,
.clogo.casino888:before,
.clogo.casino888:after {
	background-image: url(../images/888casino.png);
}

.clogo.bgo > span,
.clogo.bgo:before,
.clogo.bgo:after {
	background-image: url(../images/bgo.png);
}

.clogo.grosvenor > span,
.clogo.grosvenor:before,
.clogo.grosvenor:after {
	background-image: url(../images/grosvenor.png);
}

.clogo.red32 > span,
.clogo.red32:before,
.clogo.red32:after {
	background-image: url(../images/32red.png);
}

.clogo.goalbet > span,
.clogo.goalbet:before,
.clogo.goalbet:after {
	background-image: url(../images/goalbet.png);
}

.clogo.gala > span,
.clogo.gala:before,
.clogo.gala:after {
	background-image: url(../images/gala.png);
}

.clogo.mrgreen > span,
.clogo.mrgreen:before,
.clogo.mrgreen:after {
	background-image: url(../images/mrgreen.png);
}

.clogo.leovegas > span,
.clogo.leovegas:before,
.clogo.leovegas:after {
	background-image: url(../images/leovegas.png);
}

.clogo.ladbrokes > span,
.clogo.ladbrokes:before,
.clogo.ladbrokes:after {
	background-image: url(../images/ladbrokes.png);
}

.clogo.pocketfruity > span,
.clogo.pocketfruity:before,
.clogo.pocketfruity:after {
	background-image: url(../images/pocketfruity.png);
}

.clogo.slotboss > span,
.clogo.slotboss:before,
.clogo.slotboss:after {
	background-image: url(../images/slotboss.png);
}

.clogo.supercasino > span,
.clogo.supercasino:before,
.clogo.supercasino:after {
	background-image: url(../images/supercasino.png);
}

.clogo.ladylucks > span,
.clogo.ladylucks:before,
.clogo.ladylucks:after {
	background-image: url(../images/ladylucks.png);
}

.clogo.williamhill > span,
.clogo.william-hill:before,
.clogo.william-hill:after {
	background-image: url(../images/william-hill.png);
}

.clogo.partycasino > span,
.clogo.partycasino:before,
.clogo.partycasino:after {
	background-image: url(../images/partycasino.png);
}

.clogo.betfair > span,
.clogo.betfair:before,
.clogo.betfair:after {
	background-image: url(../images/betfair.png);
}

.clogo.coral > span,
.clogo.coral:before,
.clogo.coral:after {
	background-image: url(../images/coral.png);
}

.clogo.royalpanda > span,
.clogo.royalpanda:before,
.clogo.royalpanda:after {
	background-image: url(../images/royalpanda.png);
}

.clogo.genting > span,
.clogo.genting-casino:before,
.clogo.genting-casino:after {
	background-image: url(../images/genting-casino.png);
}

.clogo.paddypower > span,
.clogo.paddypower:before,
.clogo.paddypower:after {
	background-image: url(../images/paddypower.png);
}

.clogo.betvictor > span,
.clogo.betvictor:before,
.clogo.betvictor:after {
	background-image: url(../images/betvictor.png);
}

.clogo.virgin-games > span,
.clogo.virgin-games:before,
.clogo.virgin-games:after {
	background-image: url(../images/virgin-games.png);
}

.clogo.jackpot247 > span,
.clogo.jackpot247:before,
.clogo.jackpot247:after {
	background-image: url(../images/jackpot247.png);
}

.clogo.karamba > span,
.clogo.karamba:before,
.clogo.karamba:after {
	background-image: url(../images/karamba.png);
}

.clogo.casumo > span,
.clogo.casumo:before,
.clogo.casumo:after {
	background-image: url(../images/casumo.png);
}

.clogo.casino21 > span,
.clogo.casino21:before,
.clogo.casino21:after {
	background-image: url(../images/21casino.png);
}

.clogo.maria-casino > span,
.clogo.maria-casino:before,
.clogo.maria-casino:after {
	background-image: url(../images/maria-casino.png);
}

.clogo.prime-slots > span,
.clogo.prime-slots:before,
.clogo.prime-slots:after {
	background-image: url(../images/prime-slots.png);
}

.clogo.foxy-casino > span,
.clogo.foxy-casino:before,
.clogo.foxy-casino:after {
	background-image: url(../images/foxy-casino.png);
}

.clogo.dr-vegas > span,
.clogo.dr-vegas:before,
.clogo.dr-vegas:after {
	background-image: url(../images/dr-vegas.png);
}

.clogo.winner > span,
.clogo.winner:before,
.clogo.winner:after {
	background-image: url(../images/winner.png);
}

.clogo.hippodrome > span,
.clogo.hippodrome:before,
.clogo.hippodrome:after {
	background-image: url(../images/hippodrome.png);
}

.clogo.dunder > span,
.clogo.dunder:before,
.clogo.dunder:after {
	background-image: url(../images/dunder.png);
}

.clogo.roxy-palace > span,
.clogo.roxy-palace:before,
.clogo.roxy-palace:after {
	background-image: url(../images/roxy-palace.png);
}

.clogo.casinocruise > span,
.clogo.casinocruise:before,
.clogo.casinocruise:after {
	background-image: url(../images/casino-cruise.png);
}

.clogo.mansion > span,
.clogo.mansion:after {
	background-image: url(../images/mansion-casino-logo.png);
	width: 124px;
}

.clogo.vistabet > span,
.clogo.vistabet:before,
.clogo.vistabet:after {
	background-image: url(../images/vistabet-casino-logo.png);
}

.clogo.vivobet > span,
.clogo.vivobet:before,
.clogo.vivobet:after {
	background-image: url(../images/vivobetcasino-logo.png);
}

.clogo.winmasters > span,
.clogo.winmasters:before,
.clogo.winmasters:after {
	background-image: url(../images/winmasters-gr.png);
	background-size: contain;
}

.clogo.winmasters-2 > span,
.clogo.winmasters-2:before,
.clogo.winmasters-2:after {
	background-image: url(../images/winmasterscasino-logo.png);
}

.logo.clogo img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	object-fit: cover;
}

.clogo.bwin > span,
.clogo.bwin:before,
.clogo.bwin:after {
	background-image: url(../images/bwin.png);
}

.clogo.sportingbet > span,
.clogo.sportingbet:before,
.clogo.sportingbet:after {
	background-image: url(../images/sportingbet.png);
	background-size: contain !important;
}

.clogo.winmasters-fixed > span,
.clogo.winmasters-fixed:before,
.clogo.winmasters-fixed:after {
	background-image: url(../images/winmasterscasino-logo.png);
	background-size: contain;
}

.clogo.betshop > span,
.clogo.betshop:before,
.clogo.betshop:after {
	background-image: url(../images/betshop.png);
	background-size: contain !important;
}

.clogo.stoiximan > span,
.clogo.stoiximan:before,
.clogo.stoiximan:after {
	background-image: url(../images/stoiximan.png);
	background-size: contain;
}

.clogo.netbet > span,
.clogo.netbet:before,
.clogo.netbet:after {
	background-image: url(../images/netbet.png);
	background-size: contain;
}

.clogo.netbet-v2 > span,
.clogo.netbet-v2:before,
.clogo.netbet-v2:after {
	background-image: url(../images/netbet%402x.png);
	background-size: contain;
}

.clogo.interwetten > span,
.clogo.interwetten:before,
.clogo.interwetten:after {
	background-image: url(../images/interwetten-casino-logo.png);
	background-size: contain;
}

.clogo.bet365 > span,
.clogo.bet365:before,
.clogo.bet365:after {
	background-image: url(../images/bet365.png);
	background-size: contain;
}

.clogo.pokerstars > span,
.clogo.pokerstars:before,
.clogo.pokerstars:after {
	background-image: url(../images/pokerstars.png);
	background-size: contain;
}

.clogo.pokerstars-logo > span,
.clogo.pokerstars-logo:before,
.clogo.pokerstars-logo:after {
	background-image: url(../images/pokerstars%402x.png);
	background-size: contain;
}

.clogo.interwetten-fixed > span,
.clogo.interwetten-fixed:before,
.clogo.interwetten-fixed:after {
	background-image: url(../images/interwetten-casino-logo.png);
	background-size: contain;
}

.clogo.novibet-fixed > span,
.clogo.novibet-fixed:before,
.clogo.novibet-fixed:after {
	background-image: url(../images/novibet.png);
}

.clogo.betsson > span,
.clogo.betsson:before,
.clogo.betsson:after {
	background-image: url(../images/betsson.png);
}

.clogo.betsson-logo > span,
.clogo.betsson-logo:before,
.clogo.betsson-logo:after {
	background-image: url(../images/betsson%402x.png);
	background-size: contain;
}

.clogo.site > span,
.clogo.site:before,
.clogo.site:after {
	background-image: url(../images/apati-info-logo.png);
}

.clogo.site-fixed > span,
.clogo.site:before,
.clogo.site:after {
	background-image: url(../images/apati-info-logo-dark.png);
	background-size: contain;
}

.clogo.betsson-fixed > span,
.clogo.betsson-fixed:before,
.clogo.betsson-fixed:after {
	background-image: url(../images/betsson.png);
	background-size: auto;
}

.clogo.pamestoixima > span,
.clogo.pamestoixima:before,
.clogo.pamestoixima:after {
	background-image: url(../images/pamestoixima.png);
	background-size: contain;
}

.clogo.n1-casino > span,
.clogo.n1-casino:before,
.clogo.n1-casino:after {
	background-image: url(../images/n1-casino.png);
}

.clogo.n1-casino-logo > span,
.clogo.n1-casino-logo:before,
.clogo.n1-casino-logo:after {
	background-image: url(../images/n1-casino%402x.png);
	background-size: contain;
}

.clogo.pamestoixima-logo > span,
.clogo.pamestoixima-logo:before,
.clogo.pamestoixima-logo:after {
	background-image: url(../images/pamestoixima%402x.png);
	background-size: contain;
}

.clogo.bet365-logo > span,
.clogo.bet365-logo:before,
.clogo.bet365-logo:after {
	background-image: url(../images/bet365%402x.png);
	background-size: contain;
}

.clogo.interwetten-logo > span,
.clogo.interwetten-logo:before,
.clogo.interwetten-logo:after {
	background-image: url(../images/interwetten%402x.png);
	background-size: contain;
}

.clogo.novibet-logo > span,
.clogo.novibet-logo:before,
.clogo.novibet-logo:after {
	background-image: url(../images/novibet%402x.png);
	background-size: contain;
}

.clogo.stoiximan-logo > span,
.clogo.stoiximan-logo:before,
.clogo.stoiximan-logo:after {
	background-image: url(../images/stoiximan%402x.png);
	background-size: contain;
}

.clogo.winmasters-logo > span,
.clogo.winmasters-logo:before,
.clogo.winmasters-logo:after {
	background-image: url(../images/winmasters-gr%402x.png);
	background-size: contain;
}

.clogo.bwin-logo > span,
.clogo.bwin-logo:before,
.clogo.bwin-logo:after {
	background-image: url(../images/bwin%402x.png);
	background-size: contain;
}

.clogo.vistabet-logo > span,
.clogo.vistabet-logo:before,
.clogo.vistabet-logo:after {
	background-image: url(../images/vistabet%402x.png);
	background-size: contain !important;
}

.clogo.sportingbet-logo > span,
.clogo.sportingbet-logo:before,
.clogo.sportingbet-logo:after {
	background-image: url(../images/sportingbet%402x.png);
	background-size: contain;
}

.clogo.hellenic-gambling-commission > span,
.clogo.hellenic-gambling-commission:before,
.clogo.hellenic-gambling-commission:after {
	background-image: url(../images/hellenic-gambling-commission.png);
}

.clogo.the-dog-house > span,
.clogo.the-dog-house:before,
.clogo.the-dog-house:after {
	background-image: url(../images/the-dog-house.png);
	background-size: contain;
}

.clogo.wolf-gold > span,
.clogo.wolf-gold:before,
.clogo.wolf-gold:after {
	background-image: url(../images/wolf-gold.png);
	background-size: contain;
}

.clogo.sweet-bonanza > span,
.clogo.sweet-bonanza:before,
.clogo.sweet-bonanza:after {
	background-image: url(../images/sweet-bonanza.png);
	background-size: contain;
}

.clogo.john-hunter-series > span,
.clogo.john-hunter-series:before,
.clogo.john-hunter-series:after {
	background-image: url(../images/john-hunter-series.png);
	background-size: contain;
}

.clogo.yeti-casino > span,
.clogo.yeti-casino:before,
.clogo.yeti-casino:after {
	background-image: url(../images/yeti-casino.png);
	background-size: contain;
}

aside {
	max-width: 480px;
	margin: 0 auto;
	padding: 0;
}

@media only screen and (min-width: 600px) {
	aside {
		max-width: none;
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0;
		padding-bottom: 5px;
	}
}

@media only screen and (min-width: 800px) {
	aside {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
}

@media only screen and (min-width: 1000px) {
	aside {
		padding-top: 11px;
		-webkit-column-count: auto;
		-moz-column-count: auto;
		column-count: auto;
		overflow: hidden;
	}
}

aside #toc_container {
	float: none;
	width: auto;
	margin: 0 auto 15px;
	padding: 1px 0 5px;
	background: 0 0;
	border: none;
	border-bottom: 1px solid #dbdbdb;
}

aside #toc_container .toc_title {
	padding: 11px;
	font:
		bold 18px/20px 'open sans',
		sans-serif;
	border-bottom: 2px solid #00994d;
}

aside #toc_container > ul {
	display: table;
	margin: 0 auto;
}

aside #toc_container .toc_list > li > a {
	color: #00994d;
}

aside #toc_container .toc_list > li > ul li a {
	color: #a3a2a2;
}

aside > div,
aside > strong {
	padding: 0 3.2%;
	max-width: 420px;
	margin: 0 auto;
}

aside > div > strong {
	display: block;
	padding: 8px 30px 8px 0;
	font:
		600 18px/20px 'open sans',
		sans-serif;
	color: #2e2e2e;
	text-align: center;
	border-bottom: 2px solid #00994d;
	background: url(../images/aside-icons.png) no-repeat right 0;
}

aside > div > strong.casino {
	background-position: right -615px;
}

aside > div.widget ul {
	padding: 0;
	margin: 0 auto 10px;
	list-style: none;
	font:
		normal 13px/14px 'open sans',
		sans-serif;
}

aside > div.widget li {
	border-bottom: 1px dashed #dfdfdf;
}

aside > div.widget li:hover {
	margin-top: -1px;
	margin-bottom: -1px;
	background: #00994d;
	border-color: transparent;
}

aside > div.widget li:hover:before {
	content: '';
	float: left;
	width: 3%;
	max-width: 13px;
	height: 34px;
	margin-left: -3%;
	background: #00994d;
}

aside > div.widget li a {
	display: block;
	padding: 9px 0;
	margin-bottom: -1px;
	color: #595959;
	text-decoration: none;
}

aside > div.widget li:hover a {
	padding: 10px 0;
	color: #fff;
}

aside > div.widget li:hover:after {
	content: '';
	float: right;
	width: 3%;
	max-width: 13px;
	height: 34px;
	margin-top: -33px;
	margin-right: -3%;
	background: url(../images/icon-widget-right.png) no-repeat right center;
}

aside > div.widget li a:before,
aside > div.widget ul li a:after {
	content: '';
}

aside > div.widget li a:before {
	display: inline-block;
	width: 8px;
	height: 10px;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 10px;
	background: url(../images/icon-widget-left-green.png) no-repeat 0 0;
}

aside > div.widget li:hover a:before {
	background-image: url(../images/icon-widget-left-white.png);
}

aside > div.widget li a:after {
	float: right;
	width: 7px;
	height: 7px;
	border: 1px solid #b9b9b9;
	margin: 2px 6px;
	border-radius: 1px;
}

aside > div.widget li:hover a:after {
	border-color: #fff;
}

aside > div.widget_text > div.textwidget > p {
	margin: 0;
}

aside > div > div.textwidget {
	margin: 15px 0 5px;
	text-align: center;
}

aside > div > div.textwidget img {
	max-width: 100%;
	height: auto;
}

aside > div > strong.checkbox {
	background-position: right 0;
}

aside > div > strong.binary {
	background-position: right -55px;
}

aside > div > strong.onlinebroker {
	background-position: right -111px;
}

aside > div > strong.cfd {
	background-position: right -166px;
}

aside > div > strong.forex {
	background-position: right -225px;
}

aside > div > strong.aktien {
	background-position: right -280px;
}

aside > div > strong.poker {
	background-position: right -337px;
}

aside > div > strong.interesante-sites {
	background-position: right -390px;
}

aside > div > strong.sport {
	background-position: right -448px;
}

aside > div > strong.online-casinos {
	background-position: right -502px;
}

aside > div > strong.roulette {
	background-position: right -560px;
}

aside > div > strong.spielautomaten {
	background-position: right -672px;
}

aside > div > strong.blackjack {
	background-position: right -727px;
}

aside > div > strong.book-of-ra {
	background-position: right -785px;
}

aside > div > strong.ecn {
	background-position: right -840px;
}

aside > div > strong.social-trading {
	background-position: right -895px;
}

aside > div > strong.casual-dating {
	background-position: right -952px;
}

aside > div > strong.singles {
	background-position: right -1008px;
}

aside > div > strong.skill-games {
	background-position: right -1065px;
}

aside > div > strong.single,
aside > div > strong.partner {
	background-position: right 0;
}

aside > div.widget li.current-menu-item a {
	color: #000;
}

aside > div.widget li.current-menu-item a:before {
	background-image: url(../images/icon-widget-left-gray.png);
}

aside > div.widget li.current-menu-item a:after {
	width: 12px;
	height: 12px;
	margin: -1px 4px;
	background: url(../images/icon-widget-checked.png) no-repeat 1px 2px;
}

aside .angebot {
	text-align: center;
}

aside .angebot img {
	width: 100%;
	height: auto;
	margin: 15px auto 10px;
}

@media only screen and (min-width: 600px) {
	aside > div {
		-webkit-column-break-inside: avoid;
		-moz-column-break-inside: avoid;
		column-break-inside: avoid;
		padding-bottom: 2px;
	}
}

@media only screen and (min-width: 1000px) {
	aside > div {
		max-width: 320px;
		margin: 0 auto;
	}

	aside.fixed > div.widget_text {
		position: fixed;
		top: 0;
		right: 0;
		background: #fff;
	}
}

@media only screen and (min-width: 1200px) {
	aside.fixed > div.widget_text,
	.fixed #alts,
	.fixed #bonuses {
		right: auto;
		left: 50%;
		margin-left: 250px;
		box-shadow: 0 5px 8px -6px gray;
	}
}

.widget_new {
	position: relative;
	z-index: 1;
	padding: 18px;
	margin: 0 auto;
	background-color: #f9fafb;
	border-radius: 8px;
}

.widget_new_title {
	all: unset;
	position: relative;
	display: block;
	padding: 17px 17px 17px 68px;
	margin: 0 0 6px;
	font-family: 'open sans', sans-serif;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 600;
	color: #000;
	background-image: linear-gradient(
		-90deg,
		rgb(228, 238, 237) 1%,
		rgb(211, 235, 210) 99%
	);
	border-radius: 5px;
}

.widget_new_title:after {
	all: unset;
	content: '';
	position: absolute;
	top: 12px;
	left: 22px;
	width: 33px;
	height: 33px;
	background-repeat: no-repeat;
	background-position: center;
}

.widget_new ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.widget_new ul li {
	display: block;
	padding-bottom: 6px;
}

.widget_new ul li:last-child {
	padding-bottom: 0;
}

.widget_new ul li a {
	position: relative;
	display: block;
	padding: 16px 100px 16px 30px;
	border: 1px solid #efefef;
	border-radius: 5px;
	font-size: 15px;
	color: #3d3c3c;
	background-color: #e6e6e6;
	text-decoration: none;
}

.widget_new ul li a:hover {
	border-color: #7d7d7d;
	font-weight: 700;
	text-decoration: none;
}

.widget_new ul li a:after {
	content: 'Περισσότερα';
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	font-size: 14px;
	line-height: 1.2;
	font-weight: 400;
	color: transparent;
	background: url(../images/sidebar-nav-arrow.png) no-repeat right center;
}

.widget_new ul li a:hover:after {
	color: #00994d;
	background-image: none;
}

.widget_new + .widget_new {
	margin-top: -18px;
}

.widget_new .ico-casino:after {
	background-image: url(../images/icon-casinos.png);
}

.widget_new .ico-paybar:after {
	background-image: url(../images/icon-payments.png);
}

.widget_new .ico-software:after {
	background-image: url(../images/icon-softwares.png);
}

.widget_new .ico-cat:after {
	background-image: url(../images/icon-others.png);
}

.widget_new .ico-betting:after {
	background-image: url(../images/icon-sports.png);
}

.widget_new .ico-betting-payments:after {
	background-image: url(../images/icon-payments-v2.png);
}

.widget_new.expand ul li:nth-child(9) ~ li {
	display: none;
}

.sidebar.fixed .widget_text {
	z-index: 20;
}

aside > .widget_new.expand .menu-software-container:after {
	content: 'Περισσότεροι Πάροχοι Λογισμικού';
}

aside > .widget_new.expand .menu-paybar-container:after {
	content: 'Περισσότερες Μέθοδοι Πληρωμής';
}

aside #toc_container {
	background: #f6f8f9;
	border: none;
	margin: 0 auto;
	max-width: 356px;
}

aside #toc_container .toc_title {
	padding: 18px;
	margin-left: 5%;
	margin-right: 5%;
	font-size: 20px;
	font-weight: 600;
	color: #2e2b2b;
	border-bottom: 1px solid #e6e6e6;
}

aside #toc_container .toc_title:before {
	content: '';
	display: inline-block;
	width: 25px;
	height: 18px;
	vertical-align: middle;
	margin: -2px 10px 0 0;
	background: url(../images/book.png);
}

aside .toc_widget {
	background: none;
	font-size: 15px;
	padding: 10px 13%;
}

aside #toc_container ul {
	font-size: 15px;
}

aside #toc_container .toc_list li {
	position: relative;
	padding: 0;
	max-width: 310px;
}

aside #toc_container .toc_list > li:before {
	content: none;
}

aside #toc_container .toc_list > li > a,
aside #toc_container .toc_list > li > ul > li > a {
	color: #000;
}

aside #toc_container .toc_list > li > ul li a:before {
	content: '- ';
}

aside #toc_container .toc_list > li > a:before,
aside #toc_container .toc_list > li > ul > li > a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 11px;
	content: '';
	display: block;
	width: 0;
	height: 0;
	padding: 0;
	border: 5px solid transparent;
	border-left: 5px solid #888;
}

aside #toc_container .toc_list > li > a:hover:before,
aside #toc_container .toc_list > li > ul > li > a:hover:before {
	border-left: 5px solid #469937;
}

aside #toc_container .toc_list li a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 8px 0 8px 20px;
}

aside #toc_container .toc_list li a:hover {
	color: #469937;
	text-decoration: underline;
}

aside #toc_container .toc_list > li > a {
	font-weight: 400;
	text-transform: unset;
}

aside #toc_container .toc_list > li > ul {
	padding: 0;
}

aside #toc_container .toc_list ul li {
	padding-left: 0;
}

aside #toc_container .toc_list > li > ul li:before {
	content: none;
}

@media (min-width: 1024px) {
	aside #toc_container {
		margin-bottom: 20px;
		border-radius: 10px;
	}
}

[data-width-1m='5'] th:nth-child(1),
[data-width-1m='5'] td:nth-child(1),
[data-width-2m='5'] th:nth-child(2),
[data-width-2m='5'] td:nth-child(2),
[data-width-3m='5'] th:nth-child(3),
[data-width-3m='5'] td:nth-child(3),
[data-width-4m='5'] th:nth-child(4),
[data-width-4m='5'] td:nth-child(4),
[data-width-5m='5'] th:nth-child(5),
[data-width-5m='5'] td:nth-child(5),
[data-width-6m='5'] th:nth-child(6),
[data-width-6m='5'] td:nth-child(6),
[data-width-7m='5'] th:nth-child(7),
[data-width-7m='5'] td:nth-child(7),
[data-width-8m='5'] th:nth-child(8),
[data-width-8m='5'] td:nth-child(8) {
	max-width: 5%;
	flex: 0 0 5%;
}

[data-width-1m='10'] th:nth-child(1),
[data-width-1m='10'] td:nth-child(1),
[data-width-2m='10'] th:nth-child(2),
[data-width-2m='10'] td:nth-child(2),
[data-width-3m='10'] th:nth-child(3),
[data-width-3m='10'] td:nth-child(3),
[data-width-4m='10'] th:nth-child(4),
[data-width-4m='10'] td:nth-child(4),
[data-width-5m='10'] th:nth-child(5),
[data-width-5m='10'] td:nth-child(5),
[data-width-6m='10'] th:nth-child(6),
[data-width-6m='10'] td:nth-child(6),
[data-width-7m='10'] th:nth-child(7),
[data-width-7m='10'] td:nth-child(7),
[data-width-8m='10'] th:nth-child(8),
[data-width-8m='10'] td:nth-child(8) {
	max-width: 10%;
	flex: 0 0 10%;
}

[data-width-1m='15'] th:nth-child(1),
[data-width-1m='15'] td:nth-child(1),
[data-width-2m='15'] th:nth-child(2),
[data-width-2m='15'] td:nth-child(2),
[data-width-3m='15'] th:nth-child(3),
[data-width-3m='15'] td:nth-child(3),
[data-width-4m='15'] th:nth-child(4),
[data-width-4m='15'] td:nth-child(4),
[data-width-5m='15'] th:nth-child(5),
[data-width-5m='15'] td:nth-child(5),
[data-width-6m='15'] th:nth-child(6),
[data-width-6m='15'] td:nth-child(6),
[data-width-7m='15'] th:nth-child(7),
[data-width-7m='15'] td:nth-child(7),
[data-width-8m='15'] th:nth-child(8),
[data-width-8m='15'] td:nth-child(8) {
	max-width: 15%;
	flex: 0 0 15%;
}

[data-width-1m='20'] th:nth-child(1),
[data-width-1m='20'] td:nth-child(1),
[data-width-2m='20'] th:nth-child(2),
[data-width-2m='20'] td:nth-child(2),
[data-width-3m='20'] th:nth-child(3),
[data-width-3m='20'] td:nth-child(3),
[data-width-4m='20'] th:nth-child(4),
[data-width-4m='20'] td:nth-child(4),
[data-width-5m='20'] th:nth-child(5),
[data-width-5m='20'] td:nth-child(5),
[data-width-6m='20'] th:nth-child(6),
[data-width-6m='20'] td:nth-child(6),
[data-width-7m='20'] th:nth-child(7),
[data-width-7m='20'] td:nth-child(7),
[data-width-8m='20'] th:nth-child(8),
[data-width-8m='20'] td:nth-child(8) {
	max-width: 20%;
	flex: 0 0 20%;
}

[data-width-1m='25'] th:nth-child(1),
[data-width-1m='25'] td:nth-child(1),
[data-width-2m='25'] th:nth-child(2),
[data-width-2m='25'] td:nth-child(2),
[data-width-3m='25'] th:nth-child(3),
[data-width-3m='25'] td:nth-child(3),
[data-width-4m='25'] th:nth-child(4),
[data-width-4m='25'] td:nth-child(4),
[data-width-5m='25'] th:nth-child(5),
[data-width-5m='25'] td:nth-child(5),
[data-width-6m='25'] th:nth-child(6),
[data-width-6m='25'] td:nth-child(6),
[data-width-7m='25'] th:nth-child(7),
[data-width-7m='25'] td:nth-child(7),
[data-width-8m='25'] th:nth-child(8),
[data-width-8m='25'] td:nth-child(8) {
	max-width: 25%;
	flex: 0 0 25%;
}

[data-width-1m='30'] th:nth-child(1),
[data-width-1m='30'] td:nth-child(1),
[data-width-2m='30'] th:nth-child(2),
[data-width-2m='30'] td:nth-child(2),
[data-width-3m='30'] th:nth-child(3),
[data-width-3m='30'] td:nth-child(3),
[data-width-4m='30'] th:nth-child(4),
[data-width-4m='30'] td:nth-child(4),
[data-width-5m='30'] th:nth-child(5),
[data-width-5m='30'] td:nth-child(5),
[data-width-6m='30'] th:nth-child(6),
[data-width-6m='30'] td:nth-child(6),
[data-width-7m='30'] th:nth-child(7),
[data-width-7m='30'] td:nth-child(7),
[data-width-8m='30'] th:nth-child(8),
[data-width-8m='30'] td:nth-child(8) {
	max-width: 30%;
	flex: 0 0 30%;
}

[data-width-1m='33'] th:nth-child(1),
[data-width-1m='33'] td:nth-child(1),
[data-width-2m='33'] th:nth-child(2),
[data-width-2m='33'] td:nth-child(2),
[data-width-3m='33'] th:nth-child(3),
[data-width-3m='33'] td:nth-child(3),
[data-width-4m='33'] th:nth-child(4),
[data-width-4m='33'] td:nth-child(4),
[data-width-5m='33'] th:nth-child(5),
[data-width-5m='33'] td:nth-child(5),
[data-width-6m='33'] th:nth-child(6),
[data-width-6m='33'] td:nth-child(6),
[data-width-7m='33'] th:nth-child(7),
[data-width-7m='33'] td:nth-child(7),
[data-width-8m='33'] th:nth-child(8),
[data-width-8m='33'] td:nth-child(8) {
	max-width: 33.33%;
	flex: 0 0 33.33%;
}

[data-width-1m='35'] th:nth-child(1),
[data-width-1m='35'] td:nth-child(1),
[data-width-2m='35'] th:nth-child(2),
[data-width-2m='35'] td:nth-child(2),
[data-width-3m='35'] th:nth-child(3),
[data-width-3m='35'] td:nth-child(3),
[data-width-4m='35'] th:nth-child(4),
[data-width-4m='35'] td:nth-child(4),
[data-width-5m='35'] th:nth-child(5),
[data-width-5m='35'] td:nth-child(5),
[data-width-6m='35'] th:nth-child(6),
[data-width-6m='35'] td:nth-child(6),
[data-width-7m='35'] th:nth-child(7),
[data-width-7m='35'] td:nth-child(7),
[data-width-8m='35'] th:nth-child(8),
[data-width-8m='35'] td:nth-child(8) {
	max-width: 35%;
	flex: 0 0 35%;
}

[data-width-1m='40'] th:nth-child(1),
[data-width-1m='40'] td:nth-child(1),
[data-width-2m='40'] th:nth-child(2),
[data-width-2m='40'] td:nth-child(2),
[data-width-3m='40'] th:nth-child(3),
[data-width-3m='40'] td:nth-child(3),
[data-width-4m='40'] th:nth-child(4),
[data-width-4m='40'] td:nth-child(4),
[data-width-5m='40'] th:nth-child(5),
[data-width-5m='40'] td:nth-child(5),
[data-width-6m='40'] th:nth-child(6),
[data-width-6m='40'] td:nth-child(6),
[data-width-7m='40'] th:nth-child(7),
[data-width-7m='40'] td:nth-child(7),
[data-width-8m='40'] th:nth-child(8),
[data-width-8m='40'] td:nth-child(8) {
	max-width: 40%;
	flex: 0 0 40%;
}

[data-width-1m='45'] th:nth-child(1),
[data-width-1m='45'] td:nth-child(1),
[data-width-2m='45'] th:nth-child(2),
[data-width-2m='45'] td:nth-child(2),
[data-width-3m='45'] th:nth-child(3),
[data-width-3m='45'] td:nth-child(3),
[data-width-4m='45'] th:nth-child(4),
[data-width-4m='45'] td:nth-child(4),
[data-width-5m='45'] th:nth-child(5),
[data-width-5m='45'] td:nth-child(5),
[data-width-6m='45'] th:nth-child(6),
[data-width-6m='45'] td:nth-child(6),
[data-width-7m='45'] th:nth-child(7),
[data-width-7m='45'] td:nth-child(7),
[data-width-8m='45'] th:nth-child(8),
[data-width-8m='45'] td:nth-child(8) {
	max-width: 45%;
	flex: 0 0 45%;
}

[data-width-1m='50'] th:nth-child(1),
[data-width-1m='50'] td:nth-child(1),
[data-width-2m='50'] th:nth-child(2),
[data-width-2m='50'] td:nth-child(2),
[data-width-3m='50'] th:nth-child(3),
[data-width-3m='50'] td:nth-child(3),
[data-width-4m='50'] th:nth-child(4),
[data-width-4m='50'] td:nth-child(4),
[data-width-5m='50'] th:nth-child(5),
[data-width-5m='50'] td:nth-child(5),
[data-width-6m='50'] th:nth-child(6),
[data-width-6m='50'] td:nth-child(6),
[data-width-7m='50'] th:nth-child(7),
[data-width-7m='50'] td:nth-child(7),
[data-width-8m='50'] th:nth-child(8),
[data-width-8m='50'] td:nth-child(8) {
	max-width: 50%;
	flex: 0 0 50%;
}

[data-width-1m='55'] th:nth-child(1),
[data-width-1m='55'] td:nth-child(1),
[data-width-2m='55'] th:nth-child(2),
[data-width-2m='55'] td:nth-child(2),
[data-width-3m='55'] th:nth-child(3),
[data-width-3m='55'] td:nth-child(3),
[data-width-4m='55'] th:nth-child(4),
[data-width-4m='55'] td:nth-child(4),
[data-width-5m='55'] th:nth-child(5),
[data-width-5m='55'] td:nth-child(5),
[data-width-6m='55'] th:nth-child(6),
[data-width-6m='55'] td:nth-child(6),
[data-width-7m='55'] th:nth-child(7),
[data-width-7m='55'] td:nth-child(7),
[data-width-8m='55'] th:nth-child(8),
[data-width-8m='55'] td:nth-child(8) {
	max-width: 55%;
	flex: 0 0 55%;
}

[data-width-1m='60'] th:nth-child(1),
[data-width-1m='60'] td:nth-child(1),
[data-width-2m='60'] th:nth-child(2),
[data-width-2m='60'] td:nth-child(2),
[data-width-3m='60'] th:nth-child(3),
[data-width-3m='60'] td:nth-child(3),
[data-width-4m='60'] th:nth-child(4),
[data-width-4m='60'] td:nth-child(4),
[data-width-5m='60'] th:nth-child(5),
[data-width-5m='60'] td:nth-child(5),
[data-width-6m='60'] th:nth-child(6),
[data-width-6m='60'] td:nth-child(6),
[data-width-7m='60'] th:nth-child(7),
[data-width-7m='60'] td:nth-child(7),
[data-width-8m='60'] th:nth-child(8),
[data-width-8m='60'] td:nth-child(8) {
	max-width: 60%;
	flex: 0 0 60%;
}

[data-width-1m='65'] th:nth-child(1),
[data-width-1m='65'] td:nth-child(1),
[data-width-2m='65'] th:nth-child(2),
[data-width-2m='65'] td:nth-child(2),
[data-width-3m='65'] th:nth-child(3),
[data-width-3m='65'] td:nth-child(3),
[data-width-4m='65'] th:nth-child(4),
[data-width-4m='65'] td:nth-child(4),
[data-width-5m='65'] th:nth-child(5),
[data-width-5m='65'] td:nth-child(5),
[data-width-6m='65'] th:nth-child(6),
[data-width-6m='65'] td:nth-child(6),
[data-width-7m='65'] th:nth-child(7),
[data-width-7m='65'] td:nth-child(7),
[data-width-8m='65'] th:nth-child(8),
[data-width-8m='65'] td:nth-child(8) {
	max-width: 65%;
	flex: 0 0 65%;
}

[data-width-1m='70'] th:nth-child(1),
[data-width-1m='70'] td:nth-child(1),
[data-width-2m='70'] th:nth-child(2),
[data-width-2m='70'] td:nth-child(2),
[data-width-3m='70'] th:nth-child(3),
[data-width-3m='70'] td:nth-child(3),
[data-width-4m='70'] th:nth-child(4),
[data-width-4m='70'] td:nth-child(4),
[data-width-5m='70'] th:nth-child(5),
[data-width-5m='70'] td:nth-child(5),
[data-width-6m='70'] th:nth-child(6),
[data-width-6m='70'] td:nth-child(6),
[data-width-7m='70'] th:nth-child(7),
[data-width-7m='70'] td:nth-child(7),
[data-width-8m='70'] th:nth-child(8),
[data-width-8m='70'] td:nth-child(8) {
	max-width: 70%;
	flex: 0 0 70%;
}

[data-width-1m='75'] th:nth-child(1),
[data-width-1m='75'] td:nth-child(1),
[data-width-2m='75'] th:nth-child(2),
[data-width-2m='75'] td:nth-child(2),
[data-width-3m='75'] th:nth-child(3),
[data-width-3m='75'] td:nth-child(3),
[data-width-4m='75'] th:nth-child(4),
[data-width-4m='75'] td:nth-child(4),
[data-width-5m='75'] th:nth-child(5),
[data-width-5m='75'] td:nth-child(5),
[data-width-6m='75'] th:nth-child(6),
[data-width-6m='75'] td:nth-child(6),
[data-width-7m='75'] th:nth-child(7),
[data-width-7m='75'] td:nth-child(7),
[data-width-8m='75'] th:nth-child(8),
[data-width-8m='75'] td:nth-child(8) {
	max-width: 75%;
	flex: 0 0 75%;
}

[data-width-1m='80'] th:nth-child(1),
[data-width-1m='80'] td:nth-child(1),
[data-width-2m='80'] th:nth-child(2),
[data-width-2m='80'] td:nth-child(2),
[data-width-3m='80'] th:nth-child(3),
[data-width-3m='80'] td:nth-child(3),
[data-width-4m='80'] th:nth-child(4),
[data-width-4m='80'] td:nth-child(4),
[data-width-5m='80'] th:nth-child(5),
[data-width-5m='80'] td:nth-child(5),
[data-width-6m='80'] th:nth-child(6),
[data-width-6m='80'] td:nth-child(6),
[data-width-7m='80'] th:nth-child(7),
[data-width-7m='80'] td:nth-child(7),
[data-width-8m='80'] th:nth-child(8),
[data-width-8m='80'] td:nth-child(8) {
	max-width: 80%;
	flex: 0 0 80%;
}

[data-width-1m='85'] th:nth-child(1),
[data-width-1m='85'] td:nth-child(1),
[data-width-2m='85'] th:nth-child(2),
[data-width-2m='85'] td:nth-child(2),
[data-width-3m='85'] th:nth-child(3),
[data-width-3m='85'] td:nth-child(3),
[data-width-4m='85'] th:nth-child(4),
[data-width-4m='85'] td:nth-child(4),
[data-width-5m='85'] th:nth-child(5),
[data-width-5m='85'] td:nth-child(5),
[data-width-6m='85'] th:nth-child(6),
[data-width-6m='85'] td:nth-child(6),
[data-width-7m='85'] th:nth-child(7),
[data-width-7m='85'] td:nth-child(7),
[data-width-8m='85'] th:nth-child(8),
[data-width-8m='85'] td:nth-child(8) {
	max-width: 85%;
	flex: 0 0 85%;
}

[data-width-1m='90'] th:nth-child(1),
[data-width-1m='90'] td:nth-child(1),
[data-width-2m='90'] th:nth-child(2),
[data-width-2m='90'] td:nth-child(2),
[data-width-3m='90'] th:nth-child(3),
[data-width-3m='90'] td:nth-child(3),
[data-width-4m='90'] th:nth-child(4),
[data-width-4m='90'] td:nth-child(4),
[data-width-5m='90'] th:nth-child(5),
[data-width-5m='90'] td:nth-child(5),
[data-width-6m='90'] th:nth-child(6),
[data-width-6m='90'] td:nth-child(6),
[data-width-7m='90'] th:nth-child(7),
[data-width-7m='90'] td:nth-child(7),
[data-width-8m='90'] th:nth-child(8),
[data-width-8m='90'] td:nth-child(8) {
	max-width: 90%;
	flex: 0 0 90%;
}

[data-width-1m='95'] th:nth-child(1),
[data-width-1m='95'] td:nth-child(1),
[data-width-2m='95'] th:nth-child(2),
[data-width-2m='95'] td:nth-child(2),
[data-width-3m='95'] th:nth-child(3),
[data-width-3m='95'] td:nth-child(3),
[data-width-4m='95'] th:nth-child(4),
[data-width-4m='95'] td:nth-child(4),
[data-width-5m='95'] th:nth-child(5),
[data-width-5m='95'] td:nth-child(5),
[data-width-6m='95'] th:nth-child(6),
[data-width-6m='95'] td:nth-child(6),
[data-width-7m='95'] th:nth-child(7),
[data-width-7m='95'] td:nth-child(7),
[data-width-8m='95'] th:nth-child(8),
[data-width-8m='95'] td:nth-child(8) {
	max-width: 95%;
	flex: 0 0 95%;
}

[data-width-1m='100'] th:nth-child(1),
[data-width-1m='100'] td:nth-child(1),
[data-width-2m='100'] th:nth-child(2),
[data-width-2m='100'] td:nth-child(2),
[data-width-3m='100'] th:nth-child(3),
[data-width-3m='100'] td:nth-child(3),
[data-width-4m='100'] th:nth-child(4),
[data-width-4m='100'] td:nth-child(4),
[data-width-5m='100'] th:nth-child(5),
[data-width-5m='100'] td:nth-child(5),
[data-width-6m='100'] th:nth-child(6),
[data-width-6m='100'] td:nth-child(6),
[data-width-7m='100'] th:nth-child(7),
[data-width-7m='100'] td:nth-child(7),
[data-width-8m='100'] th:nth-child(8),
[data-width-8m='100'] td:nth-child(8) {
	max-width: 100%;
	flex: 0 0 100%;
}

@media (max-width: 767px) {
	[data-hide-mobile*='1'] th:nth-child(1),
	[data-hide-mobile*='1'] td:nth-child(1),
	[data-hide-mobile*='2'] th:nth-child(2),
	[data-hide-mobile*='2'] td:nth-child(2),
	[data-hide-mobile*='3'] th:nth-child(3),
	[data-hide-mobile*='3'] td:nth-child(3),
	[data-hide-mobile*='4'] th:nth-child(4),
	[data-hide-mobile*='4'] td:nth-child(4),
	[data-hide-mobile*='5'] th:nth-child(5),
	[data-hide-mobile*='5'] td:nth-child(5),
	[data-hide-mobile*='6'] th:nth-child(6),
	[data-hide-mobile*='6'] td:nth-child(6),
	[data-hide-mobile*='7'] th:nth-child(7),
	[data-hide-mobile*='7'] td:nth-child(7),
	[data-hide-mobile*='8'] th:nth-child(8),
	[data-hide-mobile*='8'] td:nth-child(8) {
		display: none !important;
	}

	[data-border-separate*='1'] th:nth-child(1),
	[data-border-separate*='1'] td:nth-child(1),
	[data-border-separate*='2'] th:nth-child(2),
	[data-border-separate*='2'] td:nth-child(2),
	[data-border-separate*='3'] th:nth-child(3),
	[data-border-separate*='3'] td:nth-child(3),
	[data-border-separate*='4'] th:nth-child(4),
	[data-border-separate*='4'] td:nth-child(4),
	[data-border-separate*='5'] th:nth-child(5),
	[data-border-separate*='5'] td:nth-child(5),
	[data-border-separate*='6'] th:nth-child(6),
	[data-border-separate*='6'] td:nth-child(6),
	[data-border-separate*='7'] th:nth-child(7),
	[data-border-separate*='7'] td:nth-child(7),
	[data-border-separate*='8'] th:nth-child(8),
	[data-border-separate*='8'] td:nth-child(8) {
		padding-top: 10px;
		margin-top: 12px;
		border-top: 1px solid #cacaca;
	}
}

@media (min-width: 768px) {
	[data-width-1t='5'] th:nth-child(1),
	[data-width-1t='5'] td:nth-child(1),
	[data-width-2t='5'] th:nth-child(2),
	[data-width-2t='5'] td:nth-child(2),
	[data-width-3t='5'] th:nth-child(3),
	[data-width-3t='5'] td:nth-child(3),
	[data-width-4t='5'] th:nth-child(4),
	[data-width-4t='5'] td:nth-child(4),
	[data-width-5t='5'] th:nth-child(5),
	[data-width-5t='5'] td:nth-child(5),
	[data-width-6t='5'] th:nth-child(6),
	[data-width-6t='5'] td:nth-child(6),
	[data-width-7t='5'] th:nth-child(7),
	[data-width-7t='5'] td:nth-child(7),
	[data-width-8t='5'] th:nth-child(8),
	[data-width-8t='5'] td:nth-child(8) {
		max-width: 5%;
		flex: 0 0 5%;
	}

	[data-width-1t='10'] th:nth-child(1),
	[data-width-1t='10'] td:nth-child(1),
	[data-width-2t='10'] th:nth-child(2),
	[data-width-2t='10'] td:nth-child(2),
	[data-width-3t='10'] th:nth-child(3),
	[data-width-3t='10'] td:nth-child(3),
	[data-width-4t='10'] th:nth-child(4),
	[data-width-4t='10'] td:nth-child(4),
	[data-width-5t='10'] th:nth-child(5),
	[data-width-5t='10'] td:nth-child(5),
	[data-width-6t='10'] th:nth-child(6),
	[data-width-6t='10'] td:nth-child(6),
	[data-width-7t='10'] th:nth-child(7),
	[data-width-7t='10'] td:nth-child(7),
	[data-width-8t='10'] th:nth-child(8),
	[data-width-8t='10'] td:nth-child(8) {
		max-width: 10%;
		flex: 0 0 10%;
	}

	[data-width-1t='15'] th:nth-child(1),
	[data-width-1t='15'] td:nth-child(1),
	[data-width-2t='15'] th:nth-child(2),
	[data-width-2t='15'] td:nth-child(2),
	[data-width-3t='15'] th:nth-child(3),
	[data-width-3t='15'] td:nth-child(3),
	[data-width-4t='15'] th:nth-child(4),
	[data-width-4t='15'] td:nth-child(4),
	[data-width-5t='15'] th:nth-child(5),
	[data-width-5t='15'] td:nth-child(5),
	[data-width-6t='15'] th:nth-child(6),
	[data-width-6t='15'] td:nth-child(6),
	[data-width-7t='15'] th:nth-child(7),
	[data-width-7t='15'] td:nth-child(7),
	[data-width-8t='15'] th:nth-child(8),
	[data-width-8t='15'] td:nth-child(8) {
		max-width: 15%;
		flex: 0 0 15%;
	}

	[data-width-1t='20'] th:nth-child(1),
	[data-width-1t='20'] td:nth-child(1),
	[data-width-2t='20'] th:nth-child(2),
	[data-width-2t='20'] td:nth-child(2),
	[data-width-3t='20'] th:nth-child(3),
	[data-width-3t='20'] td:nth-child(3),
	[data-width-4t='20'] th:nth-child(4),
	[data-width-4t='20'] td:nth-child(4),
	[data-width-5t='20'] th:nth-child(5),
	[data-width-5t='20'] td:nth-child(5),
	[data-width-6t='20'] th:nth-child(6),
	[data-width-6t='20'] td:nth-child(6),
	[data-width-7t='20'] th:nth-child(7),
	[data-width-7t='20'] td:nth-child(7),
	[data-width-8t='20'] th:nth-child(8),
	[data-width-8t='20'] td:nth-child(8) {
		max-width: 20%;
		flex: 0 0 20%;
	}

	[data-width-1t='25'] th:nth-child(1),
	[data-width-1t='25'] td:nth-child(1),
	[data-width-2t='25'] th:nth-child(2),
	[data-width-2t='25'] td:nth-child(2),
	[data-width-3t='25'] th:nth-child(3),
	[data-width-3t='25'] td:nth-child(3),
	[data-width-4t='25'] th:nth-child(4),
	[data-width-4t='25'] td:nth-child(4),
	[data-width-5t='25'] th:nth-child(5),
	[data-width-5t='25'] td:nth-child(5),
	[data-width-6t='25'] th:nth-child(6),
	[data-width-6t='25'] td:nth-child(6),
	[data-width-7t='25'] th:nth-child(7),
	[data-width-7t='25'] td:nth-child(7),
	[data-width-8t='25'] th:nth-child(8),
	[data-width-8t='25'] td:nth-child(8) {
		max-width: 25%;
		flex: 0 0 25%;
	}

	[data-width-1t='30'] th:nth-child(1),
	[data-width-1t='30'] td:nth-child(1),
	[data-width-2t='30'] th:nth-child(2),
	[data-width-2t='30'] td:nth-child(2),
	[data-width-3t='30'] th:nth-child(3),
	[data-width-3t='30'] td:nth-child(3),
	[data-width-4t='30'] th:nth-child(4),
	[data-width-4t='30'] td:nth-child(4),
	[data-width-5t='30'] th:nth-child(5),
	[data-width-5t='30'] td:nth-child(5),
	[data-width-6t='30'] th:nth-child(6),
	[data-width-6t='30'] td:nth-child(6),
	[data-width-7t='30'] th:nth-child(7),
	[data-width-7t='30'] td:nth-child(7),
	[data-width-8t='30'] th:nth-child(8),
	[data-width-8t='30'] td:nth-child(8) {
		max-width: 30%;
		flex: 0 0 30%;
	}

	[data-width-1t='35'] th:nth-child(1),
	[data-width-1t='35'] td:nth-child(1),
	[data-width-2t='35'] th:nth-child(2),
	[data-width-2t='35'] td:nth-child(2),
	[data-width-3t='35'] th:nth-child(3),
	[data-width-3t='35'] td:nth-child(3),
	[data-width-4t='35'] th:nth-child(4),
	[data-width-4t='35'] td:nth-child(4),
	[data-width-5t='35'] th:nth-child(5),
	[data-width-5t='35'] td:nth-child(5),
	[data-width-6t='35'] th:nth-child(6),
	[data-width-6t='35'] td:nth-child(6),
	[data-width-7t='35'] th:nth-child(7),
	[data-width-7t='35'] td:nth-child(7),
	[data-width-8t='35'] th:nth-child(8),
	[data-width-8t='35'] td:nth-child(8) {
		max-width: 35%;
		flex: 0 0 35%;
	}

	[data-width-1t='40'] th:nth-child(1),
	[data-width-1t='40'] td:nth-child(1),
	[data-width-2t='40'] th:nth-child(2),
	[data-width-2t='40'] td:nth-child(2),
	[data-width-3t='40'] th:nth-child(3),
	[data-width-3t='40'] td:nth-child(3),
	[data-width-4t='40'] th:nth-child(4),
	[data-width-4t='40'] td:nth-child(4),
	[data-width-5t='40'] th:nth-child(5),
	[data-width-5t='40'] td:nth-child(5),
	[data-width-6t='40'] th:nth-child(6),
	[data-width-6t='40'] td:nth-child(6),
	[data-width-7t='40'] th:nth-child(7),
	[data-width-7t='40'] td:nth-child(7),
	[data-width-8t='40'] th:nth-child(8),
	[data-width-8t='40'] td:nth-child(8) {
		max-width: 40%;
		flex: 0 0 40%;
	}

	[data-width-1t='45'] th:nth-child(1),
	[data-width-1t='45'] td:nth-child(1),
	[data-width-2t='45'] th:nth-child(2),
	[data-width-2t='45'] td:nth-child(2),
	[data-width-3t='45'] th:nth-child(3),
	[data-width-3t='45'] td:nth-child(3),
	[data-width-4t='45'] th:nth-child(4),
	[data-width-4t='45'] td:nth-child(4),
	[data-width-5t='45'] th:nth-child(5),
	[data-width-5t='45'] td:nth-child(5),
	[data-width-6t='45'] th:nth-child(6),
	[data-width-6t='45'] td:nth-child(6),
	[data-width-7t='45'] th:nth-child(7),
	[data-width-7t='45'] td:nth-child(7),
	[data-width-8t='45'] th:nth-child(8),
	[data-width-8t='45'] td:nth-child(8) {
		max-width: 45%;
		flex: 0 0 45%;
	}

	[data-width-1t='50'] th:nth-child(1),
	[data-width-1t='50'] td:nth-child(1),
	[data-width-2t='50'] th:nth-child(2),
	[data-width-2t='50'] td:nth-child(2),
	[data-width-3t='50'] th:nth-child(3),
	[data-width-3t='50'] td:nth-child(3),
	[data-width-4t='50'] th:nth-child(4),
	[data-width-4t='50'] td:nth-child(4),
	[data-width-5t='50'] th:nth-child(5),
	[data-width-5t='50'] td:nth-child(5),
	[data-width-6t='50'] th:nth-child(6),
	[data-width-6t='50'] td:nth-child(6),
	[data-width-7t='50'] th:nth-child(7),
	[data-width-7t='50'] td:nth-child(7),
	[data-width-8t='50'] th:nth-child(8),
	[data-width-8t='50'] td:nth-child(8) {
		max-width: 50%;
		flex: 0 0 50%;
	}

	[data-width-1t='55'] th:nth-child(1),
	[data-width-1t='55'] td:nth-child(1),
	[data-width-2t='55'] th:nth-child(2),
	[data-width-2t='55'] td:nth-child(2),
	[data-width-3t='55'] th:nth-child(3),
	[data-width-3t='55'] td:nth-child(3),
	[data-width-4t='55'] th:nth-child(4),
	[data-width-4t='55'] td:nth-child(4),
	[data-width-5t='55'] th:nth-child(5),
	[data-width-5t='55'] td:nth-child(5),
	[data-width-6t='55'] th:nth-child(6),
	[data-width-6t='55'] td:nth-child(6),
	[data-width-7t='55'] th:nth-child(7),
	[data-width-7t='55'] td:nth-child(7),
	[data-width-8t='55'] th:nth-child(8),
	[data-width-8t='55'] td:nth-child(8) {
		max-width: 55%;
		flex: 0 0 55%;
	}

	[data-width-1t='60'] th:nth-child(1),
	[data-width-1t='60'] td:nth-child(1),
	[data-width-2t='60'] th:nth-child(2),
	[data-width-2t='60'] td:nth-child(2),
	[data-width-3t='60'] th:nth-child(3),
	[data-width-3t='60'] td:nth-child(3),
	[data-width-4t='60'] th:nth-child(4),
	[data-width-4t='60'] td:nth-child(4),
	[data-width-5t='60'] th:nth-child(5),
	[data-width-5t='60'] td:nth-child(5),
	[data-width-6t='60'] th:nth-child(6),
	[data-width-6t='60'] td:nth-child(6),
	[data-width-7t='60'] th:nth-child(7),
	[data-width-7t='60'] td:nth-child(7),
	[data-width-8t='60'] th:nth-child(8),
	[data-width-8t='60'] td:nth-child(8) {
		max-width: 60%;
		flex: 0 0 60%;
	}

	[data-width-1t='65'] th:nth-child(1),
	[data-width-1t='65'] td:nth-child(1),
	[data-width-2t='65'] th:nth-child(2),
	[data-width-2t='65'] td:nth-child(2),
	[data-width-3t='65'] th:nth-child(3),
	[data-width-3t='65'] td:nth-child(3),
	[data-width-4t='65'] th:nth-child(4),
	[data-width-4t='65'] td:nth-child(4),
	[data-width-5t='65'] th:nth-child(5),
	[data-width-5t='65'] td:nth-child(5),
	[data-width-6t='65'] th:nth-child(6),
	[data-width-6t='65'] td:nth-child(6),
	[data-width-7t='65'] th:nth-child(7),
	[data-width-7t='65'] td:nth-child(7),
	[data-width-8t='65'] th:nth-child(8),
	[data-width-8t='65'] td:nth-child(8) {
		max-width: 65%;
		flex: 0 0 65%;
	}

	[data-width-1t='70'] th:nth-child(1),
	[data-width-1t='70'] td:nth-child(1),
	[data-width-2t='70'] th:nth-child(2),
	[data-width-2t='70'] td:nth-child(2),
	[data-width-3t='70'] th:nth-child(3),
	[data-width-3t='70'] td:nth-child(3),
	[data-width-4t='70'] th:nth-child(4),
	[data-width-4t='70'] td:nth-child(4),
	[data-width-5t='70'] th:nth-child(5),
	[data-width-5t='70'] td:nth-child(5),
	[data-width-6t='70'] th:nth-child(6),
	[data-width-6t='70'] td:nth-child(6),
	[data-width-7t='70'] th:nth-child(7),
	[data-width-7t='70'] td:nth-child(7),
	[data-width-8t='70'] th:nth-child(8),
	[data-width-8t='70'] td:nth-child(8) {
		max-width: 70%;
		flex: 0 0 70%;
	}

	[data-width-1t='75'] th:nth-child(1),
	[data-width-1t='75'] td:nth-child(1),
	[data-width-2t='75'] th:nth-child(2),
	[data-width-2t='75'] td:nth-child(2),
	[data-width-3t='75'] th:nth-child(3),
	[data-width-3t='75'] td:nth-child(3),
	[data-width-4t='75'] th:nth-child(4),
	[data-width-4t='75'] td:nth-child(4),
	[data-width-5t='75'] th:nth-child(5),
	[data-width-5t='75'] td:nth-child(5),
	[data-width-6t='75'] th:nth-child(6),
	[data-width-6t='75'] td:nth-child(6),
	[data-width-7t='75'] th:nth-child(7),
	[data-width-7t='75'] td:nth-child(7),
	[data-width-8t='75'] th:nth-child(8),
	[data-width-8t='75'] td:nth-child(8) {
		max-width: 75%;
		flex: 0 0 75%;
	}

	[data-width-1t='80'] th:nth-child(1),
	[data-width-1t='80'] td:nth-child(1),
	[data-width-2t='80'] th:nth-child(2),
	[data-width-2t='80'] td:nth-child(2),
	[data-width-3t='80'] th:nth-child(3),
	[data-width-3t='80'] td:nth-child(3),
	[data-width-4t='80'] th:nth-child(4),
	[data-width-4t='80'] td:nth-child(4),
	[data-width-5t='80'] th:nth-child(5),
	[data-width-5t='80'] td:nth-child(5),
	[data-width-6t='80'] th:nth-child(6),
	[data-width-6t='80'] td:nth-child(6),
	[data-width-7t='80'] th:nth-child(7),
	[data-width-7t='80'] td:nth-child(7),
	[data-width-8t='80'] th:nth-child(8),
	[data-width-8t='80'] td:nth-child(8) {
		max-width: 80%;
		flex: 0 0 80%;
	}

	[data-width-1t='85'] th:nth-child(1),
	[data-width-1t='85'] td:nth-child(1),
	[data-width-2t='85'] th:nth-child(2),
	[data-width-2t='85'] td:nth-child(2),
	[data-width-3t='85'] th:nth-child(3),
	[data-width-3t='85'] td:nth-child(3),
	[data-width-4t='85'] th:nth-child(4),
	[data-width-4t='85'] td:nth-child(4),
	[data-width-5t='85'] th:nth-child(5),
	[data-width-5t='85'] td:nth-child(5),
	[data-width-6t='85'] th:nth-child(6),
	[data-width-6t='85'] td:nth-child(6),
	[data-width-7t='85'] th:nth-child(7),
	[data-width-7t='85'] td:nth-child(7),
	[data-width-8t='85'] th:nth-child(8),
	[data-width-8t='85'] td:nth-child(8) {
		max-width: 85%;
		flex: 0 0 85%;
	}

	[data-width-1t='90'] th:nth-child(1),
	[data-width-1t='90'] td:nth-child(1),
	[data-width-2t='90'] th:nth-child(2),
	[data-width-2t='90'] td:nth-child(2),
	[data-width-3t='90'] th:nth-child(3),
	[data-width-3t='90'] td:nth-child(3),
	[data-width-4t='90'] th:nth-child(4),
	[data-width-4t='90'] td:nth-child(4),
	[data-width-5t='90'] th:nth-child(5),
	[data-width-5t='90'] td:nth-child(5),
	[data-width-6t='90'] th:nth-child(6),
	[data-width-6t='90'] td:nth-child(6),
	[data-width-7t='90'] th:nth-child(7),
	[data-width-7t='90'] td:nth-child(7),
	[data-width-8t='90'] th:nth-child(8),
	[data-width-8t='90'] td:nth-child(8) {
		max-width: 90%;
		flex: 0 0 90%;
	}

	[data-width-1t='95'] th:nth-child(1),
	[data-width-1t='95'] td:nth-child(1),
	[data-width-2t='95'] th:nth-child(2),
	[data-width-2t='95'] td:nth-child(2),
	[data-width-3t='95'] th:nth-child(3),
	[data-width-3t='95'] td:nth-child(3),
	[data-width-4t='95'] th:nth-child(4),
	[data-width-4t='95'] td:nth-child(4),
	[data-width-5t='95'] th:nth-child(5),
	[data-width-5t='95'] td:nth-child(5),
	[data-width-6t='95'] th:nth-child(6),
	[data-width-6t='95'] td:nth-child(6),
	[data-width-7t='95'] th:nth-child(7),
	[data-width-7t='95'] td:nth-child(7),
	[data-width-8t='95'] th:nth-child(8),
	[data-width-8t='95'] td:nth-child(8) {
		max-width: 95%;
		flex: 0 0 95%;
	}

	[data-width-1t='100'] th:nth-child(1),
	[data-width-1t='100'] td:nth-child(1),
	[data-width-2t='100'] th:nth-child(2),
	[data-width-2t='100'] td:nth-child(2),
	[data-width-3t='100'] th:nth-child(3),
	[data-width-3t='100'] td:nth-child(3),
	[data-width-4t='100'] th:nth-child(4),
	[data-width-4t='100'] td:nth-child(4),
	[data-width-5t='100'] th:nth-child(5),
	[data-width-5t='100'] td:nth-child(5),
	[data-width-6t='100'] th:nth-child(6),
	[data-width-6t='100'] td:nth-child(6),
	[data-width-7t='100'] th:nth-child(7),
	[data-width-7t='100'] td:nth-child(7),
	[data-width-8t='100'] th:nth-child(8),
	[data-width-8t='100'] td:nth-child(8) {
		max-width: 100%;
		flex: 0 0 100%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.online-casino[data-width-10t='5'] tbody tr td:nth-child(10),
	.online-casino[data-width-10t='5'] thead tr th:nth-child(10),
	.online-casino[data-width-1t='5'] tbody tr td:nth-child(1),
	.online-casino[data-width-1t='5'] thead tr th:nth-child(1),
	.online-casino[data-width-2t='5'] tbody tr td:nth-child(2),
	.online-casino[data-width-2t='5'] thead tr th:nth-child(2),
	.online-casino[data-width-3t='5'] tbody tr td:nth-child(3),
	.online-casino[data-width-3t='5'] thead tr th:nth-child(3),
	.online-casino[data-width-4t='5'] tbody tr td:nth-child(4),
	.online-casino[data-width-4t='5'] thead tr th:nth-child(4),
	.online-casino[data-width-5t='5'] tbody tr td:nth-child(5),
	.online-casino[data-width-5t='5'] thead tr th:nth-child(5),
	.online-casino[data-width-6t='5'] tbody tr td:nth-child(6),
	.online-casino[data-width-6t='5'] thead tr th:nth-child(6),
	.online-casino[data-width-7t='5'] tbody tr td:nth-child(7),
	.online-casino[data-width-7t='5'] thead tr th:nth-child(7),
	.online-casino[data-width-8t='5'] tbody tr td:nth-child(8),
	.online-casino[data-width-8t='5'] thead tr th:nth-child(8),
	.online-casino[data-width-9t='5'] tbody tr td:nth-child(9),
	.online-casino[data-width-9t='5'] thead tr th:nth-child(9) {
		flex-basis: 5% !important;
		width: 5% !important;
		max-width: 5% !important;
	}

	.online-casino[data-width-10t='10'] tbody tr td:nth-child(10),
	.online-casino[data-width-10t='10'] thead tr th:nth-child(10),
	.online-casino[data-width-1t='10'] tbody tr td:nth-child(1),
	.online-casino[data-width-1t='10'] thead tr th:nth-child(1),
	.online-casino[data-width-2t='10'] tbody tr td:nth-child(2),
	.online-casino[data-width-2t='10'] thead tr th:nth-child(2),
	.online-casino[data-width-3t='10'] tbody tr td:nth-child(3),
	.online-casino[data-width-3t='10'] thead tr th:nth-child(3),
	.online-casino[data-width-4t='10'] tbody tr td:nth-child(4),
	.online-casino[data-width-4t='10'] thead tr th:nth-child(4),
	.online-casino[data-width-5t='10'] tbody tr td:nth-child(5),
	.online-casino[data-width-5t='10'] thead tr th:nth-child(5),
	.online-casino[data-width-6t='10'] tbody tr td:nth-child(6),
	.online-casino[data-width-6t='10'] thead tr th:nth-child(6),
	.online-casino[data-width-7t='10'] tbody tr td:nth-child(7),
	.online-casino[data-width-7t='10'] thead tr th:nth-child(7),
	.online-casino[data-width-8t='10'] tbody tr td:nth-child(8),
	.online-casino[data-width-8t='10'] thead tr th:nth-child(8),
	.online-casino[data-width-9t='10'] tbody tr td:nth-child(9),
	.online-casino[data-width-9t='10'] thead tr th:nth-child(9) {
		flex-basis: 10% !important;
		width: 10% !important;
		max-width: 10% !important;
	}

	.online-casino[data-width-10t='15'] tbody tr td:nth-child(10),
	.online-casino[data-width-10t='15'] thead tr th:nth-child(10),
	.online-casino[data-width-1t='15'] tbody tr td:nth-child(1),
	.online-casino[data-width-1t='15'] thead tr th:nth-child(1),
	.online-casino[data-width-2t='15'] tbody tr td:nth-child(2),
	.online-casino[data-width-2t='15'] thead tr th:nth-child(2),
	.online-casino[data-width-3t='15'] tbody tr td:nth-child(3),
	.online-casino[data-width-3t='15'] thead tr th:nth-child(3),
	.online-casino[data-width-4t='15'] tbody tr td:nth-child(4),
	.online-casino[data-width-4t='15'] thead tr th:nth-child(4),
	.online-casino[data-width-5t='15'] tbody tr td:nth-child(5),
	.online-casino[data-width-5t='15'] thead tr th:nth-child(5),
	.online-casino[data-width-6t='15'] tbody tr td:nth-child(6),
	.online-casino[data-width-6t='15'] thead tr th:nth-child(6),
	.online-casino[data-width-7t='15'] tbody tr td:nth-child(7),
	.online-casino[data-width-7t='15'] thead tr th:nth-child(7),
	.online-casino[data-width-8t='15'] tbody tr td:nth-child(8),
	.online-casino[data-width-8t='15'] thead tr th:nth-child(8),
	.online-casino[data-width-9t='15'] tbody tr td:nth-child(9),
	.online-casino[data-width-9t='15'] thead tr th:nth-child(9) {
		flex-basis: 15% !important;
		width: 15% !important;
		max-width: 15% !important;
	}

	.online-casino[data-width-10t='20'] tbody tr td:nth-child(10),
	.online-casino[data-width-10t='20'] thead tr th:nth-child(10),
	.online-casino[data-width-1t='20'] tbody tr td:nth-child(1),
	.online-casino[data-width-1t='20'] thead tr th:nth-child(1),
	.online-casino[data-width-2t='20'] tbody tr td:nth-child(2),
	.online-casino[data-width-2t='20'] thead tr th:nth-child(2),
	.online-casino[data-width-3t='20'] tbody tr td:nth-child(3),
	.online-casino[data-width-3t='20'] thead tr th:nth-child(3),
	.online-casino[data-width-4t='20'] tbody tr td:nth-child(4),
	.online-casino[data-width-4t='20'] thead tr th:nth-child(4),
	.online-casino[data-width-5t='20'] tbody tr td:nth-child(5),
	.online-casino[data-width-5t='20'] thead tr th:nth-child(5),
	.online-casino[data-width-6t='20'] tbody tr td:nth-child(6),
	.online-casino[data-width-6t='20'] thead tr th:nth-child(6),
	.online-casino[data-width-7t='20'] tbody tr td:nth-child(7),
	.online-casino[data-width-7t='20'] thead tr th:nth-child(7),
	.online-casino[data-width-8t='20'] tbody tr td:nth-child(8),
	.online-casino[data-width-8t='20'] thead tr th:nth-child(8),
	.online-casino[data-width-9t='20'] tbody tr td:nth-child(9),
	.online-casino[data-width-9t='20'] thead tr th:nth-child(9) {
		flex-basis: 20% !important;
		width: 20% !important;
		max-width: 20% !important;
	}

	.online-casino[data-width-10t='25'] tbody tr td:nth-child(10),
	.online-casino[data-width-10t='25'] thead tr th:nth-child(10),
	.online-casino[data-width-1t='25'] tbody tr td:nth-child(1),
	.online-casino[data-width-1t='25'] thead tr th:nth-child(1),
	.online-casino[data-width-2t='25'] tbody tr td:nth-child(2),
	.online-casino[data-width-2t='25'] thead tr th:nth-child(2),
	.online-casino[data-width-3t='25'] tbody tr td:nth-child(3),
	.online-casino[data-width-3t='25'] thead tr th:nth-child(3),
	.online-casino[data-width-4t='25'] tbody tr td:nth-child(4),
	.online-casino[data-width-4t='25'] thead tr th:nth-child(4),
	.online-casino[data-width-5t='25'] tbody tr td:nth-child(5),
	.online-casino[data-width-5t='25'] thead tr th:nth-child(5),
	.online-casino[data-width-6t='25'] tbody tr td:nth-child(6),
	.online-casino[data-width-6t='25'] thead tr th:nth-child(6),
	.online-casino[data-width-7t='25'] tbody tr td:nth-child(7),
	.online-casino[data-width-7t='25'] thead tr th:nth-child(7),
	.online-casino[data-width-8t='25'] tbody tr td:nth-child(8),
	.online-casino[data-width-8t='25'] thead tr th:nth-child(8),
	.online-casino[data-width-9t='25'] tbody tr td:nth-child(9),
	.online-casino[data-width-9t='25'] thead tr th:nth-child(9) {
		flex-basis: 25% !important;
		width: 25% !important;
		max-width: 25% !important;
	}

	.online-casino[data-width-10t='30'] tbody tr td:nth-child(10),
	.online-casino[data-width-10t='30'] thead tr th:nth-child(10),
	.online-casino[data-width-1t='30'] tbody tr td:nth-child(1),
	.online-casino[data-width-1t='30'] thead tr th:nth-child(1),
	.online-casino[data-width-2t='30'] tbody tr td:nth-child(2),
	.online-casino[data-width-2t='30'] thead tr th:nth-child(2),
	.online-casino[data-width-3t='30'] tbody tr td:nth-child(3),
	.online-casino[data-width-3t='30'] thead tr th:nth-child(3),
	.online-casino[data-width-4t='30'] tbody tr td:nth-child(4),
	.online-casino[data-width-4t='30'] thead tr th:nth-child(4),
	.online-casino[data-width-5t='30'] tbody tr td:nth-child(5),
	.online-casino[data-width-5t='30'] thead tr th:nth-child(5),
	.online-casino[data-width-6t='30'] tbody tr td:nth-child(6),
	.online-casino[data-width-6t='30'] thead tr th:nth-child(6),
	.online-casino[data-width-7t='30'] tbody tr td:nth-child(7),
	.online-casino[data-width-7t='30'] thead tr th:nth-child(7),
	.online-casino[data-width-8t='30'] tbody tr td:nth-child(8),
	.online-casino[data-width-8t='30'] thead tr th:nth-child(8),
	.online-casino[data-width-9t='30'] tbody tr td:nth-child(9),
	.online-casino[data-width-9t='30'] thead tr th:nth-child(9) {
		flex-basis: 30% !important;
		width: 30% !important;
		max-width: 30% !important;
	}

	.online-casino[data-width-10t='35'] tbody tr td:nth-child(10),
	.online-casino[data-width-10t='35'] thead tr th:nth-child(10),
	.online-casino[data-width-1t='35'] tbody tr td:nth-child(1),
	.online-casino[data-width-1t='35'] thead tr th:nth-child(1),
	.online-casino[data-width-2t='35'] tbody tr td:nth-child(2),
	.online-casino[data-width-2t='35'] thead tr th:nth-child(2),
	.online-casino[data-width-3t='35'] tbody tr td:nth-child(3),
	.online-casino[data-width-3t='35'] thead tr th:nth-child(3),
	.online-casino[data-width-4t='35'] tbody tr td:nth-child(4),
	.online-casino[data-width-4t='35'] thead tr th:nth-child(4),
	.online-casino[data-width-5t='35'] tbody tr td:nth-child(5),
	.online-casino[data-width-5t='35'] thead tr th:nth-child(5),
	.online-casino[data-width-6t='35'] tbody tr td:nth-child(6),
	.online-casino[data-width-6t='35'] thead tr th:nth-child(6),
	.online-casino[data-width-7t='35'] tbody tr td:nth-child(7),
	.online-casino[data-width-7t='35'] thead tr th:nth-child(7),
	.online-casino[data-width-8t='35'] tbody tr td:nth-child(8),
	.online-casino[data-width-8t='35'] thead tr th:nth-child(8),
	.online-casino[data-width-9t='35'] tbody tr td:nth-child(9),
	.online-casino[data-width-9t='35'] thead tr th:nth-child(9) {
		flex-basis: 35% !important;
		width: 35% !important;
		max-width: 35% !important;
	}

	.online-casino[data-width-10t='40'] tbody tr td:nth-child(10),
	.online-casino[data-width-10t='40'] thead tr th:nth-child(10),
	.online-casino[data-width-1t='40'] tbody tr td:nth-child(1),
	.online-casino[data-width-1t='40'] thead tr th:nth-child(1),
	.online-casino[data-width-2t='40'] tbody tr td:nth-child(2),
	.online-casino[data-width-2t='40'] thead tr th:nth-child(2),
	.online-casino[data-width-3t='40'] tbody tr td:nth-child(3),
	.online-casino[data-width-3t='40'] thead tr th:nth-child(3),
	.online-casino[data-width-4t='40'] tbody tr td:nth-child(4),
	.online-casino[data-width-4t='40'] thead tr th:nth-child(4),
	.online-casino[data-width-5t='40'] tbody tr td:nth-child(5),
	.online-casino[data-width-5t='40'] thead tr th:nth-child(5),
	.online-casino[data-width-6t='40'] tbody tr td:nth-child(6),
	.online-casino[data-width-6t='40'] thead tr th:nth-child(6),
	.online-casino[data-width-7t='40'] tbody tr td:nth-child(7),
	.online-casino[data-width-7t='40'] thead tr th:nth-child(7),
	.online-casino[data-width-8t='40'] tbody tr td:nth-child(8),
	.online-casino[data-width-8t='40'] thead tr th:nth-child(8),
	.online-casino[data-width-9t='40'] tbody tr td:nth-child(9),
	.online-casino[data-width-9t='40'] thead tr th:nth-child(9) {
		flex-basis: 40% !important;
		width: 40% !important;
		max-width: 40% !important;
	}

	.online-casino[data-width-10t='45'] tbody tr td:nth-child(10),
	.online-casino[data-width-10t='45'] thead tr th:nth-child(10),
	.online-casino[data-width-1t='45'] tbody tr td:nth-child(1),
	.online-casino[data-width-1t='45'] thead tr th:nth-child(1),
	.online-casino[data-width-2t='45'] tbody tr td:nth-child(2),
	.online-casino[data-width-2t='45'] thead tr th:nth-child(2),
	.online-casino[data-width-3t='45'] tbody tr td:nth-child(3),
	.online-casino[data-width-3t='45'] thead tr th:nth-child(3),
	.online-casino[data-width-4t='45'] tbody tr td:nth-child(4),
	.online-casino[data-width-4t='45'] thead tr th:nth-child(4),
	.online-casino[data-width-5t='45'] tbody tr td:nth-child(5),
	.online-casino[data-width-5t='45'] thead tr th:nth-child(5),
	.online-casino[data-width-6t='45'] tbody tr td:nth-child(6),
	.online-casino[data-width-6t='45'] thead tr th:nth-child(6),
	.online-casino[data-width-7t='45'] tbody tr td:nth-child(7),
	.online-casino[data-width-7t='45'] thead tr th:nth-child(7),
	.online-casino[data-width-8t='45'] tbody tr td:nth-child(8),
	.online-casino[data-width-8t='45'] thead tr th:nth-child(8),
	.online-casino[data-width-9t='45'] tbody tr td:nth-child(9),
	.online-casino[data-width-9t='45'] thead tr th:nth-child(9) {
		flex-basis: 45% !important;
		width: 45% !important;
		max-width: 45% !important;
	}

	.online-casino[data-width-10t='50'] tbody tr td:nth-child(10),
	.online-casino[data-width-10t='50'] thead tr th:nth-child(10),
	.online-casino[data-width-1t='50'] tbody tr td:nth-child(1),
	.online-casino[data-width-1t='50'] thead tr th:nth-child(1),
	.online-casino[data-width-2t='50'] tbody tr td:nth-child(2),
	.online-casino[data-width-2t='50'] thead tr th:nth-child(2),
	.online-casino[data-width-3t='50'] tbody tr td:nth-child(3),
	.online-casino[data-width-3t='50'] thead tr th:nth-child(3),
	.online-casino[data-width-4t='50'] tbody tr td:nth-child(4),
	.online-casino[data-width-4t='50'] thead tr th:nth-child(4),
	.online-casino[data-width-5t='50'] tbody tr td:nth-child(5),
	.online-casino[data-width-5t='50'] thead tr th:nth-child(5),
	.online-casino[data-width-6t='50'] tbody tr td:nth-child(6),
	.online-casino[data-width-6t='50'] thead tr th:nth-child(6),
	.online-casino[data-width-7t='50'] tbody tr td:nth-child(7),
	.online-casino[data-width-7t='50'] thead tr th:nth-child(7),
	.online-casino[data-width-8t='50'] tbody tr td:nth-child(8),
	.online-casino[data-width-8t='50'] thead tr th:nth-child(8),
	.online-casino[data-width-9t='50'] tbody tr td:nth-child(9),
	.online-casino[data-width-9t='50'] thead tr th:nth-child(9) {
		flex-basis: 50% !important;
		width: 50% !important;
		max-width: 50% !important;
	}

	.online-casino[data-width-10t='55'] tbody tr td:nth-child(10),
	.online-casino[data-width-10t='55'] thead tr th:nth-child(10),
	.online-casino[data-width-1t='55'] tbody tr td:nth-child(1),
	.online-casino[data-width-1t='55'] thead tr th:nth-child(1),
	.online-casino[data-width-2t='55'] tbody tr td:nth-child(2),
	.online-casino[data-width-2t='55'] thead tr th:nth-child(2),
	.online-casino[data-width-3t='55'] tbody tr td:nth-child(3),
	.online-casino[data-width-3t='55'] thead tr th:nth-child(3),
	.online-casino[data-width-4t='55'] tbody tr td:nth-child(4),
	.online-casino[data-width-4t='55'] thead tr th:nth-child(4),
	.online-casino[data-width-5t='55'] tbody tr td:nth-child(5),
	.online-casino[data-width-5t='55'] thead tr th:nth-child(5),
	.online-casino[data-width-6t='55'] tbody tr td:nth-child(6),
	.online-casino[data-width-6t='55'] thead tr th:nth-child(6),
	.online-casino[data-width-7t='55'] tbody tr td:nth-child(7),
	.online-casino[data-width-7t='55'] thead tr th:nth-child(7),
	.online-casino[data-width-8t='55'] tbody tr td:nth-child(8),
	.online-casino[data-width-8t='55'] thead tr th:nth-child(8),
	.online-casino[data-width-9t='55'] tbody tr td:nth-child(9),
	.online-casino[data-width-9t='55'] thead tr th:nth-child(9) {
		flex-basis: 55% !important;
		width: 55% !important;
		max-width: 55% !important;
	}

	.online-casino[data-width-10t='60'] tbody tr td:nth-child(10),
	.online-casino[data-width-10t='60'] thead tr th:nth-child(10),
	.online-casino[data-width-1t='60'] tbody tr td:nth-child(1),
	.online-casino[data-width-1t='60'] thead tr th:nth-child(1),
	.online-casino[data-width-2t='60'] tbody tr td:nth-child(2),
	.online-casino[data-width-2t='60'] thead tr th:nth-child(2),
	.online-casino[data-width-3t='60'] tbody tr td:nth-child(3),
	.online-casino[data-width-3t='60'] thead tr th:nth-child(3),
	.online-casino[data-width-4t='60'] tbody tr td:nth-child(4),
	.online-casino[data-width-4t='60'] thead tr th:nth-child(4),
	.online-casino[data-width-5t='60'] tbody tr td:nth-child(5),
	.online-casino[data-width-5t='60'] thead tr th:nth-child(5),
	.online-casino[data-width-6t='60'] tbody tr td:nth-child(6),
	.online-casino[data-width-6t='60'] thead tr th:nth-child(6),
	.online-casino[data-width-7t='60'] tbody tr td:nth-child(7),
	.online-casino[data-width-7t='60'] thead tr th:nth-child(7),
	.online-casino[data-width-8t='60'] tbody tr td:nth-child(8),
	.online-casino[data-width-8t='60'] thead tr th:nth-child(8),
	.online-casino[data-width-9t='60'] tbody tr td:nth-child(9),
	.online-casino[data-width-9t='60'] thead tr th:nth-child(9) {
		flex-basis: 60% !important;
		width: 60% !important;
		max-width: 60% !important;
	}

	.online-casino[data-width-10t='65'] tbody tr td:nth-child(10),
	.online-casino[data-width-10t='65'] thead tr th:nth-child(10),
	.online-casino[data-width-1t='65'] tbody tr td:nth-child(1),
	.online-casino[data-width-1t='65'] thead tr th:nth-child(1),
	.online-casino[data-width-2t='65'] tbody tr td:nth-child(2),
	.online-casino[data-width-2t='65'] thead tr th:nth-child(2),
	.online-casino[data-width-3t='65'] tbody tr td:nth-child(3),
	.online-casino[data-width-3t='65'] thead tr th:nth-child(3),
	.online-casino[data-width-4t='65'] tbody tr td:nth-child(4),
	.online-casino[data-width-4t='65'] thead tr th:nth-child(4),
	.online-casino[data-width-5t='65'] tbody tr td:nth-child(5),
	.online-casino[data-width-5t='65'] thead tr th:nth-child(5),
	.online-casino[data-width-6t='65'] tbody tr td:nth-child(6),
	.online-casino[data-width-6t='65'] thead tr th:nth-child(6),
	.online-casino[data-width-7t='65'] tbody tr td:nth-child(7),
	.online-casino[data-width-7t='65'] thead tr th:nth-child(7),
	.online-casino[data-width-8t='65'] tbody tr td:nth-child(8),
	.online-casino[data-width-8t='65'] thead tr th:nth-child(8),
	.online-casino[data-width-9t='65'] tbody tr td:nth-child(9),
	.online-casino[data-width-9t='65'] thead tr th:nth-child(9) {
		flex-basis: 65% !important;
		width: 65% !important;
		max-width: 65% !important;
	}

	.online-casino[data-width-10t='70'] tbody tr td:nth-child(10),
	.online-casino[data-width-10t='70'] thead tr th:nth-child(10),
	.online-casino[data-width-1t='70'] tbody tr td:nth-child(1),
	.online-casino[data-width-1t='70'] thead tr th:nth-child(1),
	.online-casino[data-width-2t='70'] tbody tr td:nth-child(2),
	.online-casino[data-width-2t='70'] thead tr th:nth-child(2),
	.online-casino[data-width-3t='70'] tbody tr td:nth-child(3),
	.online-casino[data-width-3t='70'] thead tr th:nth-child(3),
	.online-casino[data-width-4t='70'] tbody tr td:nth-child(4),
	.online-casino[data-width-4t='70'] thead tr th:nth-child(4),
	.online-casino[data-width-5t='70'] tbody tr td:nth-child(5),
	.online-casino[data-width-5t='70'] thead tr th:nth-child(5),
	.online-casino[data-width-6t='70'] tbody tr td:nth-child(6),
	.online-casino[data-width-6t='70'] thead tr th:nth-child(6),
	.online-casino[data-width-7t='70'] tbody tr td:nth-child(7),
	.online-casino[data-width-7t='70'] thead tr th:nth-child(7),
	.online-casino[data-width-8t='70'] tbody tr td:nth-child(8),
	.online-casino[data-width-8t='70'] thead tr th:nth-child(8),
	.online-casino[data-width-9t='70'] tbody tr td:nth-child(9),
	.online-casino[data-width-9t='70'] thead tr th:nth-child(9) {
		flex-basis: 70% !important;
		width: 70% !important;
		max-width: 70% !important;
	}

	.online-casino[data-width-10t='75'] tbody tr td:nth-child(10),
	.online-casino[data-width-10t='75'] thead tr th:nth-child(10),
	.online-casino[data-width-1t='75'] tbody tr td:nth-child(1),
	.online-casino[data-width-1t='75'] thead tr th:nth-child(1),
	.online-casino[data-width-2t='75'] tbody tr td:nth-child(2),
	.online-casino[data-width-2t='75'] thead tr th:nth-child(2),
	.online-casino[data-width-3t='75'] tbody tr td:nth-child(3),
	.online-casino[data-width-3t='75'] thead tr th:nth-child(3),
	.online-casino[data-width-4t='75'] tbody tr td:nth-child(4),
	.online-casino[data-width-4t='75'] thead tr th:nth-child(4),
	.online-casino[data-width-5t='75'] tbody tr td:nth-child(5),
	.online-casino[data-width-5t='75'] thead tr th:nth-child(5),
	.online-casino[data-width-6t='75'] tbody tr td:nth-child(6),
	.online-casino[data-width-6t='75'] thead tr th:nth-child(6),
	.online-casino[data-width-7t='75'] tbody tr td:nth-child(7),
	.online-casino[data-width-7t='75'] thead tr th:nth-child(7),
	.online-casino[data-width-8t='75'] tbody tr td:nth-child(8),
	.online-casino[data-width-8t='75'] thead tr th:nth-child(8),
	.online-casino[data-width-9t='75'] tbody tr td:nth-child(9),
	.online-casino[data-width-9t='75'] thead tr th:nth-child(9) {
		flex-basis: 75% !important;
		width: 75% !important;
		max-width: 75% !important;
	}

	.online-casino[data-width-10t='80'] tbody tr td:nth-child(10),
	.online-casino[data-width-10t='80'] thead tr th:nth-child(10),
	.online-casino[data-width-1t='80'] tbody tr td:nth-child(1),
	.online-casino[data-width-1t='80'] thead tr th:nth-child(1),
	.online-casino[data-width-2t='80'] tbody tr td:nth-child(2),
	.online-casino[data-width-2t='80'] thead tr th:nth-child(2),
	.online-casino[data-width-3t='80'] tbody tr td:nth-child(3),
	.online-casino[data-width-3t='80'] thead tr th:nth-child(3),
	.online-casino[data-width-4t='80'] tbody tr td:nth-child(4),
	.online-casino[data-width-4t='80'] thead tr th:nth-child(4),
	.online-casino[data-width-5t='80'] tbody tr td:nth-child(5),
	.online-casino[data-width-5t='80'] thead tr th:nth-child(5),
	.online-casino[data-width-6t='80'] tbody tr td:nth-child(6),
	.online-casino[data-width-6t='80'] thead tr th:nth-child(6),
	.online-casino[data-width-7t='80'] tbody tr td:nth-child(7),
	.online-casino[data-width-7t='80'] thead tr th:nth-child(7),
	.online-casino[data-width-8t='80'] tbody tr td:nth-child(8),
	.online-casino[data-width-8t='80'] thead tr th:nth-child(8),
	.online-casino[data-width-9t='80'] tbody tr td:nth-child(9),
	.online-casino[data-width-9t='80'] thead tr th:nth-child(9) {
		flex-basis: 80% !important;
		width: 80% !important;
		max-width: 80% !important;
	}

	.online-casino[data-width-10t='85'] tbody tr td:nth-child(10),
	.online-casino[data-width-10t='85'] thead tr th:nth-child(10),
	.online-casino[data-width-1t='85'] tbody tr td:nth-child(1),
	.online-casino[data-width-1t='85'] thead tr th:nth-child(1),
	.online-casino[data-width-2t='85'] tbody tr td:nth-child(2),
	.online-casino[data-width-2t='85'] thead tr th:nth-child(2),
	.online-casino[data-width-3t='85'] tbody tr td:nth-child(3),
	.online-casino[data-width-3t='85'] thead tr th:nth-child(3),
	.online-casino[data-width-4t='85'] tbody tr td:nth-child(4),
	.online-casino[data-width-4t='85'] thead tr th:nth-child(4),
	.online-casino[data-width-5t='85'] tbody tr td:nth-child(5),
	.online-casino[data-width-5t='85'] thead tr th:nth-child(5),
	.online-casino[data-width-6t='85'] tbody tr td:nth-child(6),
	.online-casino[data-width-6t='85'] thead tr th:nth-child(6),
	.online-casino[data-width-7t='85'] tbody tr td:nth-child(7),
	.online-casino[data-width-7t='85'] thead tr th:nth-child(7),
	.online-casino[data-width-8t='85'] tbody tr td:nth-child(8),
	.online-casino[data-width-8t='85'] thead tr th:nth-child(8),
	.online-casino[data-width-9t='85'] tbody tr td:nth-child(9),
	.online-casino[data-width-9t='85'] thead tr th:nth-child(9) {
		flex-basis: 85% !important;
		width: 85% !important;
		max-width: 85% !important;
	}

	.online-casino[data-width-10t='90'] tbody tr td:nth-child(10),
	.online-casino[data-width-10t='90'] thead tr th:nth-child(10),
	.online-casino[data-width-1t='90'] tbody tr td:nth-child(1),
	.online-casino[data-width-1t='90'] thead tr th:nth-child(1),
	.online-casino[data-width-2t='90'] tbody tr td:nth-child(2),
	.online-casino[data-width-2t='90'] thead tr th:nth-child(2),
	.online-casino[data-width-3t='90'] tbody tr td:nth-child(3),
	.online-casino[data-width-3t='90'] thead tr th:nth-child(3),
	.online-casino[data-width-4t='90'] tbody tr td:nth-child(4),
	.online-casino[data-width-4t='90'] thead tr th:nth-child(4),
	.online-casino[data-width-5t='90'] tbody tr td:nth-child(5),
	.online-casino[data-width-5t='90'] thead tr th:nth-child(5),
	.online-casino[data-width-6t='90'] tbody tr td:nth-child(6),
	.online-casino[data-width-6t='90'] thead tr th:nth-child(6),
	.online-casino[data-width-7t='90'] tbody tr td:nth-child(7),
	.online-casino[data-width-7t='90'] thead tr th:nth-child(7),
	.online-casino[data-width-8t='90'] tbody tr td:nth-child(8),
	.online-casino[data-width-8t='90'] thead tr th:nth-child(8),
	.online-casino[data-width-9t='90'] tbody tr td:nth-child(9),
	.online-casino[data-width-9t='90'] thead tr th:nth-child(9) {
		flex-basis: 90% !important;
		width: 90% !important;
		max-width: 90% !important;
	}

	.online-casino[data-width-10t='95'] tbody tr td:nth-child(10),
	.online-casino[data-width-10t='95'] thead tr th:nth-child(10),
	.online-casino[data-width-1t='95'] tbody tr td:nth-child(1),
	.online-casino[data-width-1t='95'] thead tr th:nth-child(1),
	.online-casino[data-width-2t='95'] tbody tr td:nth-child(2),
	.online-casino[data-width-2t='95'] thead tr th:nth-child(2),
	.online-casino[data-width-3t='95'] tbody tr td:nth-child(3),
	.online-casino[data-width-3t='95'] thead tr th:nth-child(3),
	.online-casino[data-width-4t='95'] tbody tr td:nth-child(4),
	.online-casino[data-width-4t='95'] thead tr th:nth-child(4),
	.online-casino[data-width-5t='95'] tbody tr td:nth-child(5),
	.online-casino[data-width-5t='95'] thead tr th:nth-child(5),
	.online-casino[data-width-6t='95'] tbody tr td:nth-child(6),
	.online-casino[data-width-6t='95'] thead tr th:nth-child(6),
	.online-casino[data-width-7t='95'] tbody tr td:nth-child(7),
	.online-casino[data-width-7t='95'] thead tr th:nth-child(7),
	.online-casino[data-width-8t='95'] tbody tr td:nth-child(8),
	.online-casino[data-width-8t='95'] thead tr th:nth-child(8),
	.online-casino[data-width-9t='95'] tbody tr td:nth-child(9),
	.online-casino[data-width-9t='95'] thead tr th:nth-child(9) {
		flex-basis: 95% !important;
		width: 95% !important;
		max-width: 95% !important;
	}

	.online-casino[data-width-10t='100'] tbody tr td:nth-child(10),
	.online-casino[data-width-10t='100'] thead tr th:nth-child(10),
	.online-casino[data-width-1t='100'] tbody tr td:nth-child(1),
	.online-casino[data-width-1t='100'] thead tr th:nth-child(1),
	.online-casino[data-width-2t='100'] tbody tr td:nth-child(2),
	.online-casino[data-width-2t='100'] thead tr th:nth-child(2),
	.online-casino[data-width-3t='100'] tbody tr td:nth-child(3),
	.online-casino[data-width-3t='100'] thead tr th:nth-child(3),
	.online-casino[data-width-4t='100'] tbody tr td:nth-child(4),
	.online-casino[data-width-4t='100'] thead tr th:nth-child(4),
	.online-casino[data-width-5t='100'] tbody tr td:nth-child(5),
	.online-casino[data-width-5t='100'] thead tr th:nth-child(5),
	.online-casino[data-width-6t='100'] tbody tr td:nth-child(6),
	.online-casino[data-width-6t='100'] thead tr th:nth-child(6),
	.online-casino[data-width-7t='100'] tbody tr td:nth-child(7),
	.online-casino[data-width-7t='100'] thead tr th:nth-child(7),
	.online-casino[data-width-8t='100'] tbody tr td:nth-child(8),
	.online-casino[data-width-8t='100'] thead tr th:nth-child(8),
	.online-casino[data-width-9t='100'] tbody tr td:nth-child(9),
	.online-casino[data-width-9t='100'] thead tr th:nth-child(9) {
		flex-basis: 100% !important;
		width: 100% !important;
		max-width: 100% !important;
	}
}

@media (min-width: 1000px) {
	[data-width-1d='5'] th:nth-child(1),
	[data-width-1d='5'] td:nth-child(1),
	[data-width-2d='5'] th:nth-child(2),
	[data-width-2d='5'] td:nth-child(2),
	[data-width-3d='5'] th:nth-child(3),
	[data-width-3d='5'] td:nth-child(3),
	[data-width-4d='5'] th:nth-child(4),
	[data-width-4d='5'] td:nth-child(4),
	[data-width-5d='5'] th:nth-child(5),
	[data-width-5d='5'] td:nth-child(5),
	[data-width-6d='5'] th:nth-child(6),
	[data-width-6d='5'] td:nth-child(6),
	[data-width-7d='5'] th:nth-child(7),
	[data-width-7d='5'] td:nth-child(7),
	[data-width-8d='5'] th:nth-child(8),
	[data-width-8d='5'] td:nth-child(8) {
		max-width: 5%;
		flex: 0 0 5%;
	}

	[data-width-1d='10'] th:nth-child(1),
	[data-width-1d='10'] td:nth-child(1),
	[data-width-2d='10'] th:nth-child(2),
	[data-width-2d='10'] td:nth-child(2),
	[data-width-3d='10'] th:nth-child(3),
	[data-width-3d='10'] td:nth-child(3),
	[data-width-4d='10'] th:nth-child(4),
	[data-width-4d='10'] td:nth-child(4),
	[data-width-5d='10'] th:nth-child(5),
	[data-width-5d='10'] td:nth-child(5),
	[data-width-6d='10'] th:nth-child(6),
	[data-width-6d='10'] td:nth-child(6),
	[data-width-7d='10'] th:nth-child(7),
	[data-width-7d='10'] td:nth-child(7),
	[data-width-8d='10'] th:nth-child(8),
	[data-width-8d='10'] td:nth-child(8) {
		max-width: 10%;
		flex: 0 0 10%;
	}

	[data-width-1d='15'] th:nth-child(1),
	[data-width-1d='15'] td:nth-child(1),
	[data-width-2d='15'] th:nth-child(2),
	[data-width-2d='15'] td:nth-child(2),
	[data-width-3d='15'] th:nth-child(3),
	[data-width-3d='15'] td:nth-child(3),
	[data-width-4d='15'] th:nth-child(4),
	[data-width-4d='15'] td:nth-child(4),
	[data-width-5d='15'] th:nth-child(5),
	[data-width-5d='15'] td:nth-child(5),
	[data-width-6d='15'] th:nth-child(6),
	[data-width-6d='15'] td:nth-child(6),
	[data-width-7d='15'] th:nth-child(7),
	[data-width-7d='15'] td:nth-child(7),
	[data-width-8d='15'] th:nth-child(8),
	[data-width-8d='15'] td:nth-child(8) {
		max-width: 15%;
		flex: 0 0 15%;
	}

	[data-width-1d='20'] th:nth-child(1),
	[data-width-1d='20'] td:nth-child(1),
	[data-width-2d='20'] th:nth-child(2),
	[data-width-2d='20'] td:nth-child(2),
	[data-width-3d='20'] th:nth-child(3),
	[data-width-3d='20'] td:nth-child(3),
	[data-width-4d='20'] th:nth-child(4),
	[data-width-4d='20'] td:nth-child(4),
	[data-width-5d='20'] th:nth-child(5),
	[data-width-5d='20'] td:nth-child(5),
	[data-width-6d='20'] th:nth-child(6),
	[data-width-6d='20'] td:nth-child(6),
	[data-width-7d='20'] th:nth-child(7),
	[data-width-7d='20'] td:nth-child(7),
	[data-width-8d='20'] th:nth-child(8),
	[data-width-8d='20'] td:nth-child(8) {
		max-width: 20%;
		flex: 0 0 20%;
	}

	[data-width-1d='25'] th:nth-child(1),
	[data-width-1d='25'] td:nth-child(1),
	[data-width-2d='25'] th:nth-child(2),
	[data-width-2d='25'] td:nth-child(2),
	[data-width-3d='25'] th:nth-child(3),
	[data-width-3d='25'] td:nth-child(3),
	[data-width-4d='25'] th:nth-child(4),
	[data-width-4d='25'] td:nth-child(4),
	[data-width-5d='25'] th:nth-child(5),
	[data-width-5d='25'] td:nth-child(5),
	[data-width-6d='25'] th:nth-child(6),
	[data-width-6d='25'] td:nth-child(6),
	[data-width-7d='25'] th:nth-child(7),
	[data-width-7d='25'] td:nth-child(7),
	[data-width-8d='25'] th:nth-child(8),
	[data-width-8d='25'] td:nth-child(8) {
		max-width: 25%;
		flex: 0 0 25%;
	}

	[data-width-1d='30'] th:nth-child(1),
	[data-width-1d='30'] td:nth-child(1),
	[data-width-2d='30'] th:nth-child(2),
	[data-width-2d='30'] td:nth-child(2),
	[data-width-3d='30'] th:nth-child(3),
	[data-width-3d='30'] td:nth-child(3),
	[data-width-4d='30'] th:nth-child(4),
	[data-width-4d='30'] td:nth-child(4),
	[data-width-5d='30'] th:nth-child(5),
	[data-width-5d='30'] td:nth-child(5),
	[data-width-6d='30'] th:nth-child(6),
	[data-width-6d='30'] td:nth-child(6),
	[data-width-7d='30'] th:nth-child(7),
	[data-width-7d='30'] td:nth-child(7),
	[data-width-8d='30'] th:nth-child(8),
	[data-width-8d='30'] td:nth-child(8) {
		max-width: 30%;
		flex: 0 0 30%;
	}

	[data-width-1d='35'] th:nth-child(1),
	[data-width-1d='35'] td:nth-child(1),
	[data-width-2d='35'] th:nth-child(2),
	[data-width-2d='35'] td:nth-child(2),
	[data-width-3d='35'] th:nth-child(3),
	[data-width-3d='35'] td:nth-child(3),
	[data-width-4d='35'] th:nth-child(4),
	[data-width-4d='35'] td:nth-child(4),
	[data-width-5d='35'] th:nth-child(5),
	[data-width-5d='35'] td:nth-child(5),
	[data-width-6d='35'] th:nth-child(6),
	[data-width-6d='35'] td:nth-child(6),
	[data-width-7d='35'] th:nth-child(7),
	[data-width-7d='35'] td:nth-child(7),
	[data-width-8d='35'] th:nth-child(8),
	[data-width-8d='35'] td:nth-child(8) {
		max-width: 35%;
		flex: 0 0 35%;
	}

	[data-width-1d='40'] th:nth-child(1),
	[data-width-1d='40'] td:nth-child(1),
	[data-width-2d='40'] th:nth-child(2),
	[data-width-2d='40'] td:nth-child(2),
	[data-width-3d='40'] th:nth-child(3),
	[data-width-3d='40'] td:nth-child(3),
	[data-width-4d='40'] th:nth-child(4),
	[data-width-4d='40'] td:nth-child(4),
	[data-width-5d='40'] th:nth-child(5),
	[data-width-5d='40'] td:nth-child(5),
	[data-width-6d='40'] th:nth-child(6),
	[data-width-6d='40'] td:nth-child(6),
	[data-width-7d='40'] th:nth-child(7),
	[data-width-7d='40'] td:nth-child(7),
	[data-width-8d='40'] th:nth-child(8),
	[data-width-8d='40'] td:nth-child(8) {
		max-width: 40%;
		flex: 0 0 40%;
	}

	[data-width-1d='45'] th:nth-child(1),
	[data-width-1d='45'] td:nth-child(1),
	[data-width-2d='45'] th:nth-child(2),
	[data-width-2d='45'] td:nth-child(2),
	[data-width-3d='45'] th:nth-child(3),
	[data-width-3d='45'] td:nth-child(3),
	[data-width-4d='45'] th:nth-child(4),
	[data-width-4d='45'] td:nth-child(4),
	[data-width-5d='45'] th:nth-child(5),
	[data-width-5d='45'] td:nth-child(5),
	[data-width-6d='45'] th:nth-child(6),
	[data-width-6d='45'] td:nth-child(6),
	[data-width-7d='45'] th:nth-child(7),
	[data-width-7d='45'] td:nth-child(7),
	[data-width-8d='45'] th:nth-child(8),
	[data-width-8d='45'] td:nth-child(8) {
		max-width: 45%;
		flex: 0 0 45%;
	}

	[data-width-1d='50'] th:nth-child(1),
	[data-width-1d='50'] td:nth-child(1),
	[data-width-2d='50'] th:nth-child(2),
	[data-width-2d='50'] td:nth-child(2),
	[data-width-3d='50'] th:nth-child(3),
	[data-width-3d='50'] td:nth-child(3),
	[data-width-4d='50'] th:nth-child(4),
	[data-width-4d='50'] td:nth-child(4),
	[data-width-5d='50'] th:nth-child(5),
	[data-width-5d='50'] td:nth-child(5),
	[data-width-6d='50'] th:nth-child(6),
	[data-width-6d='50'] td:nth-child(6),
	[data-width-7d='50'] th:nth-child(7),
	[data-width-7d='50'] td:nth-child(7),
	[data-width-8d='50'] th:nth-child(8),
	[data-width-8d='50'] td:nth-child(8) {
		max-width: 50%;
		flex: 0 0 50%;
	}

	[data-width-1d='55'] th:nth-child(1),
	[data-width-1d='55'] td:nth-child(1),
	[data-width-2d='55'] th:nth-child(2),
	[data-width-2d='55'] td:nth-child(2),
	[data-width-3d='55'] th:nth-child(3),
	[data-width-3d='55'] td:nth-child(3),
	[data-width-4d='55'] th:nth-child(4),
	[data-width-4d='55'] td:nth-child(4),
	[data-width-5d='55'] th:nth-child(5),
	[data-width-5d='55'] td:nth-child(5),
	[data-width-6d='55'] th:nth-child(6),
	[data-width-6d='55'] td:nth-child(6),
	[data-width-7d='55'] th:nth-child(7),
	[data-width-7d='55'] td:nth-child(7),
	[data-width-8d='55'] th:nth-child(8),
	[data-width-8d='55'] td:nth-child(8) {
		max-width: 55%;
		flex: 0 0 55%;
	}

	[data-width-1d='60'] th:nth-child(1),
	[data-width-1d='60'] td:nth-child(1),
	[data-width-2d='60'] th:nth-child(2),
	[data-width-2d='60'] td:nth-child(2),
	[data-width-3d='60'] th:nth-child(3),
	[data-width-3d='60'] td:nth-child(3),
	[data-width-4d='60'] th:nth-child(4),
	[data-width-4d='60'] td:nth-child(4),
	[data-width-5d='60'] th:nth-child(5),
	[data-width-5d='60'] td:nth-child(5),
	[data-width-6d='60'] th:nth-child(6),
	[data-width-6d='60'] td:nth-child(6),
	[data-width-7d='60'] th:nth-child(7),
	[data-width-7d='60'] td:nth-child(7),
	[data-width-8d='60'] th:nth-child(8),
	[data-width-8d='60'] td:nth-child(8) {
		max-width: 60%;
		flex: 0 0 60%;
	}

	[data-width-1d='65'] th:nth-child(1),
	[data-width-1d='65'] td:nth-child(1),
	[data-width-2d='65'] th:nth-child(2),
	[data-width-2d='65'] td:nth-child(2),
	[data-width-3d='65'] th:nth-child(3),
	[data-width-3d='65'] td:nth-child(3),
	[data-width-4d='65'] th:nth-child(4),
	[data-width-4d='65'] td:nth-child(4),
	[data-width-5d='65'] th:nth-child(5),
	[data-width-5d='65'] td:nth-child(5),
	[data-width-6d='65'] th:nth-child(6),
	[data-width-6d='65'] td:nth-child(6),
	[data-width-7d='65'] th:nth-child(7),
	[data-width-7d='65'] td:nth-child(7),
	[data-width-8d='65'] th:nth-child(8),
	[data-width-8d='65'] td:nth-child(8) {
		max-width: 65%;
		flex: 0 0 65%;
	}

	[data-width-1d='70'] th:nth-child(1),
	[data-width-1d='70'] td:nth-child(1),
	[data-width-2d='70'] th:nth-child(2),
	[data-width-2d='70'] td:nth-child(2),
	[data-width-3d='70'] th:nth-child(3),
	[data-width-3d='70'] td:nth-child(3),
	[data-width-4d='70'] th:nth-child(4),
	[data-width-4d='70'] td:nth-child(4),
	[data-width-5d='70'] th:nth-child(5),
	[data-width-5d='70'] td:nth-child(5),
	[data-width-6d='70'] th:nth-child(6),
	[data-width-6d='70'] td:nth-child(6),
	[data-width-7d='70'] th:nth-child(7),
	[data-width-7d='70'] td:nth-child(7),
	[data-width-8d='70'] th:nth-child(8),
	[data-width-8d='70'] td:nth-child(8) {
		max-width: 70%;
		flex: 0 0 70%;
	}

	[data-width-1d='75'] th:nth-child(1),
	[data-width-1d='75'] td:nth-child(1),
	[data-width-2d='75'] th:nth-child(2),
	[data-width-2d='75'] td:nth-child(2),
	[data-width-3d='75'] th:nth-child(3),
	[data-width-3d='75'] td:nth-child(3),
	[data-width-4d='75'] th:nth-child(4),
	[data-width-4d='75'] td:nth-child(4),
	[data-width-5d='75'] th:nth-child(5),
	[data-width-5d='75'] td:nth-child(5),
	[data-width-6d='75'] th:nth-child(6),
	[data-width-6d='75'] td:nth-child(6),
	[data-width-7d='75'] th:nth-child(7),
	[data-width-7d='75'] td:nth-child(7),
	[data-width-8d='75'] th:nth-child(8),
	[data-width-8d='75'] td:nth-child(8) {
		max-width: 75%;
		flex: 0 0 75%;
	}

	[data-width-1d='80'] th:nth-child(1),
	[data-width-1d='80'] td:nth-child(1),
	[data-width-2d='80'] th:nth-child(2),
	[data-width-2d='80'] td:nth-child(2),
	[data-width-3d='80'] th:nth-child(3),
	[data-width-3d='80'] td:nth-child(3),
	[data-width-4d='80'] th:nth-child(4),
	[data-width-4d='80'] td:nth-child(4),
	[data-width-5d='80'] th:nth-child(5),
	[data-width-5d='80'] td:nth-child(5),
	[data-width-6d='80'] th:nth-child(6),
	[data-width-6d='80'] td:nth-child(6),
	[data-width-7d='80'] th:nth-child(7),
	[data-width-7d='80'] td:nth-child(7),
	[data-width-8d='80'] th:nth-child(8),
	[data-width-8d='80'] td:nth-child(8) {
		max-width: 80%;
		flex: 0 0 80%;
	}

	[data-width-1d='85'] th:nth-child(1),
	[data-width-1d='85'] td:nth-child(1),
	[data-width-2d='85'] th:nth-child(2),
	[data-width-2d='85'] td:nth-child(2),
	[data-width-3d='85'] th:nth-child(3),
	[data-width-3d='85'] td:nth-child(3),
	[data-width-4d='85'] th:nth-child(4),
	[data-width-4d='85'] td:nth-child(4),
	[data-width-5d='85'] th:nth-child(5),
	[data-width-5d='85'] td:nth-child(5),
	[data-width-6d='85'] th:nth-child(6),
	[data-width-6d='85'] td:nth-child(6),
	[data-width-7d='85'] th:nth-child(7),
	[data-width-7d='85'] td:nth-child(7),
	[data-width-8d='85'] th:nth-child(8),
	[data-width-8d='85'] td:nth-child(8) {
		max-width: 85%;
		flex: 0 0 85%;
	}

	[data-width-1d='90'] th:nth-child(1),
	[data-width-1d='90'] td:nth-child(1),
	[data-width-2d='90'] th:nth-child(2),
	[data-width-2d='90'] td:nth-child(2),
	[data-width-3d='90'] th:nth-child(3),
	[data-width-3d='90'] td:nth-child(3),
	[data-width-4d='90'] th:nth-child(4),
	[data-width-4d='90'] td:nth-child(4),
	[data-width-5d='90'] th:nth-child(5),
	[data-width-5d='90'] td:nth-child(5),
	[data-width-6d='90'] th:nth-child(6),
	[data-width-6d='90'] td:nth-child(6),
	[data-width-7d='90'] th:nth-child(7),
	[data-width-7d='90'] td:nth-child(7),
	[data-width-8d='90'] th:nth-child(8),
	[data-width-8d='90'] td:nth-child(8) {
		max-width: 90%;
		flex: 0 0 90%;
	}

	[data-width-1d='95'] th:nth-child(1),
	[data-width-1d='95'] td:nth-child(1),
	[data-width-2d='95'] th:nth-child(2),
	[data-width-2d='95'] td:nth-child(2),
	[data-width-3d='95'] th:nth-child(3),
	[data-width-3d='95'] td:nth-child(3),
	[data-width-4d='95'] th:nth-child(4),
	[data-width-4d='95'] td:nth-child(4),
	[data-width-5d='95'] th:nth-child(5),
	[data-width-5d='95'] td:nth-child(5),
	[data-width-6d='95'] th:nth-child(6),
	[data-width-6d='95'] td:nth-child(6),
	[data-width-7d='95'] th:nth-child(7),
	[data-width-7d='95'] td:nth-child(7),
	[data-width-8d='95'] th:nth-child(8),
	[data-width-8d='95'] td:nth-child(8) {
		max-width: 95%;
		flex: 0 0 95%;
	}

	[data-width-1d='100'] th:nth-child(1),
	[data-width-1d='100'] td:nth-child(1),
	[data-width-2d='100'] th:nth-child(2),
	[data-width-2d='100'] td:nth-child(2),
	[data-width-3d='100'] th:nth-child(3),
	[data-width-3d='100'] td:nth-child(3),
	[data-width-4d='100'] th:nth-child(4),
	[data-width-4d='100'] td:nth-child(4),
	[data-width-5d='100'] th:nth-child(5),
	[data-width-5d='100'] td:nth-child(5),
	[data-width-6d='100'] th:nth-child(6),
	[data-width-6d='100'] td:nth-child(6),
	[data-width-7d='100'] th:nth-child(7),
	[data-width-7d='100'] td:nth-child(7),
	[data-width-8d='100'] th:nth-child(8),
	[data-width-8d='100'] td:nth-child(8) {
		max-width: 100%;
		flex: 0 0 100%;
	}
}

@media only screen and (min-width: 1024px) {
	.online-casino[data-width-10d='5'] tbody tr td:nth-child(10),
	.online-casino[data-width-10d='5'] thead tr th:nth-child(10),
	.online-casino[data-width-1d='5'] tbody tr td:nth-child(1),
	.online-casino[data-width-1d='5'] thead tr th:nth-child(1),
	.online-casino[data-width-2d='5'] tbody tr td:nth-child(2),
	.online-casino[data-width-2d='5'] thead tr th:nth-child(2),
	.online-casino[data-width-3d='5'] tbody tr td:nth-child(3),
	.online-casino[data-width-3d='5'] thead tr th:nth-child(3),
	.online-casino[data-width-4d='5'] tbody tr td:nth-child(4),
	.online-casino[data-width-4d='5'] thead tr th:nth-child(4),
	.online-casino[data-width-5d='5'] tbody tr td:nth-child(5),
	.online-casino[data-width-5d='5'] thead tr th:nth-child(5),
	.online-casino[data-width-6d='5'] tbody tr td:nth-child(6),
	.online-casino[data-width-6d='5'] thead tr th:nth-child(6),
	.online-casino[data-width-7d='5'] tbody tr td:nth-child(7),
	.online-casino[data-width-7d='5'] thead tr th:nth-child(7),
	.online-casino[data-width-8d='5'] tbody tr td:nth-child(8),
	.online-casino[data-width-8d='5'] thead tr th:nth-child(8),
	.online-casino[data-width-9d='5'] tbody tr td:nth-child(9),
	.online-casino[data-width-9d='5'] thead tr th:nth-child(9) {
		flex-basis: 5% !important;
		width: 5% !important;
		max-width: 5% !important;
	}

	.online-casino[data-width-10d='10'] tbody tr td:nth-child(10),
	.online-casino[data-width-10d='10'] thead tr th:nth-child(10),
	.online-casino[data-width-1d='10'] tbody tr td:nth-child(1),
	.online-casino[data-width-1d='10'] thead tr th:nth-child(1),
	.online-casino[data-width-2d='10'] tbody tr td:nth-child(2),
	.online-casino[data-width-2d='10'] thead tr th:nth-child(2),
	.online-casino[data-width-3d='10'] tbody tr td:nth-child(3),
	.online-casino[data-width-3d='10'] thead tr th:nth-child(3),
	.online-casino[data-width-4d='10'] tbody tr td:nth-child(4),
	.online-casino[data-width-4d='10'] thead tr th:nth-child(4),
	.online-casino[data-width-5d='10'] tbody tr td:nth-child(5),
	.online-casino[data-width-5d='10'] thead tr th:nth-child(5),
	.online-casino[data-width-6d='10'] tbody tr td:nth-child(6),
	.online-casino[data-width-6d='10'] thead tr th:nth-child(6),
	.online-casino[data-width-7d='10'] tbody tr td:nth-child(7),
	.online-casino[data-width-7d='10'] thead tr th:nth-child(7),
	.online-casino[data-width-8d='10'] tbody tr td:nth-child(8),
	.online-casino[data-width-8d='10'] thead tr th:nth-child(8),
	.online-casino[data-width-9d='10'] tbody tr td:nth-child(9),
	.online-casino[data-width-9d='10'] thead tr th:nth-child(9) {
		flex-basis: 10% !important;
		width: 10% !important;
		max-width: 10% !important;
	}

	.online-casino[data-width-10d='15'] tbody tr td:nth-child(10),
	.online-casino[data-width-10d='15'] thead tr th:nth-child(10),
	.online-casino[data-width-1d='15'] tbody tr td:nth-child(1),
	.online-casino[data-width-1d='15'] thead tr th:nth-child(1),
	.online-casino[data-width-2d='15'] tbody tr td:nth-child(2),
	.online-casino[data-width-2d='15'] thead tr th:nth-child(2),
	.online-casino[data-width-3d='15'] tbody tr td:nth-child(3),
	.online-casino[data-width-3d='15'] thead tr th:nth-child(3),
	.online-casino[data-width-4d='15'] tbody tr td:nth-child(4),
	.online-casino[data-width-4d='15'] thead tr th:nth-child(4),
	.online-casino[data-width-5d='15'] tbody tr td:nth-child(5),
	.online-casino[data-width-5d='15'] thead tr th:nth-child(5),
	.online-casino[data-width-6d='15'] tbody tr td:nth-child(6),
	.online-casino[data-width-6d='15'] thead tr th:nth-child(6),
	.online-casino[data-width-7d='15'] tbody tr td:nth-child(7),
	.online-casino[data-width-7d='15'] thead tr th:nth-child(7),
	.online-casino[data-width-8d='15'] tbody tr td:nth-child(8),
	.online-casino[data-width-8d='15'] thead tr th:nth-child(8),
	.online-casino[data-width-9d='15'] tbody tr td:nth-child(9),
	.online-casino[data-width-9d='15'] thead tr th:nth-child(9) {
		flex-basis: 15% !important;
		width: 15% !important;
		max-width: 15% !important;
	}

	.online-casino[data-width-10d='20'] tbody tr td:nth-child(10),
	.online-casino[data-width-10d='20'] thead tr th:nth-child(10),
	.online-casino[data-width-1d='20'] tbody tr td:nth-child(1),
	.online-casino[data-width-1d='20'] thead tr th:nth-child(1),
	.online-casino[data-width-2d='20'] tbody tr td:nth-child(2),
	.online-casino[data-width-2d='20'] thead tr th:nth-child(2),
	.online-casino[data-width-3d='20'] tbody tr td:nth-child(3),
	.online-casino[data-width-3d='20'] thead tr th:nth-child(3),
	.online-casino[data-width-4d='20'] tbody tr td:nth-child(4),
	.online-casino[data-width-4d='20'] thead tr th:nth-child(4),
	.online-casino[data-width-5d='20'] tbody tr td:nth-child(5),
	.online-casino[data-width-5d='20'] thead tr th:nth-child(5),
	.online-casino[data-width-6d='20'] tbody tr td:nth-child(6),
	.online-casino[data-width-6d='20'] thead tr th:nth-child(6),
	.online-casino[data-width-7d='20'] tbody tr td:nth-child(7),
	.online-casino[data-width-7d='20'] thead tr th:nth-child(7),
	.online-casino[data-width-8d='20'] tbody tr td:nth-child(8),
	.online-casino[data-width-8d='20'] thead tr th:nth-child(8),
	.online-casino[data-width-9d='20'] tbody tr td:nth-child(9),
	.online-casino[data-width-9d='20'] thead tr th:nth-child(9) {
		flex-basis: 20% !important;
		width: 20% !important;
		max-width: 20% !important;
	}

	.online-casino[data-width-10d='25'] tbody tr td:nth-child(10),
	.online-casino[data-width-10d='25'] thead tr th:nth-child(10),
	.online-casino[data-width-1d='25'] tbody tr td:nth-child(1),
	.online-casino[data-width-1d='25'] thead tr th:nth-child(1),
	.online-casino[data-width-2d='25'] tbody tr td:nth-child(2),
	.online-casino[data-width-2d='25'] thead tr th:nth-child(2),
	.online-casino[data-width-3d='25'] tbody tr td:nth-child(3),
	.online-casino[data-width-3d='25'] thead tr th:nth-child(3),
	.online-casino[data-width-4d='25'] tbody tr td:nth-child(4),
	.online-casino[data-width-4d='25'] thead tr th:nth-child(4),
	.online-casino[data-width-5d='25'] tbody tr td:nth-child(5),
	.online-casino[data-width-5d='25'] thead tr th:nth-child(5),
	.online-casino[data-width-6d='25'] tbody tr td:nth-child(6),
	.online-casino[data-width-6d='25'] thead tr th:nth-child(6),
	.online-casino[data-width-7d='25'] tbody tr td:nth-child(7),
	.online-casino[data-width-7d='25'] thead tr th:nth-child(7),
	.online-casino[data-width-8d='25'] tbody tr td:nth-child(8),
	.online-casino[data-width-8d='25'] thead tr th:nth-child(8),
	.online-casino[data-width-9d='25'] tbody tr td:nth-child(9),
	.online-casino[data-width-9d='25'] thead tr th:nth-child(9) {
		flex-basis: 25% !important;
		width: 25% !important;
		max-width: 25% !important;
	}

	.online-casino[data-width-10d='30'] tbody tr td:nth-child(10),
	.online-casino[data-width-10d='30'] thead tr th:nth-child(10),
	.online-casino[data-width-1d='30'] tbody tr td:nth-child(1),
	.online-casino[data-width-1d='30'] thead tr th:nth-child(1),
	.online-casino[data-width-2d='30'] tbody tr td:nth-child(2),
	.online-casino[data-width-2d='30'] thead tr th:nth-child(2),
	.online-casino[data-width-3d='30'] tbody tr td:nth-child(3),
	.online-casino[data-width-3d='30'] thead tr th:nth-child(3),
	.online-casino[data-width-4d='30'] tbody tr td:nth-child(4),
	.online-casino[data-width-4d='30'] thead tr th:nth-child(4),
	.online-casino[data-width-5d='30'] tbody tr td:nth-child(5),
	.online-casino[data-width-5d='30'] thead tr th:nth-child(5),
	.online-casino[data-width-6d='30'] tbody tr td:nth-child(6),
	.online-casino[data-width-6d='30'] thead tr th:nth-child(6),
	.online-casino[data-width-7d='30'] tbody tr td:nth-child(7),
	.online-casino[data-width-7d='30'] thead tr th:nth-child(7),
	.online-casino[data-width-8d='30'] tbody tr td:nth-child(8),
	.online-casino[data-width-8d='30'] thead tr th:nth-child(8),
	.online-casino[data-width-9d='30'] tbody tr td:nth-child(9),
	.online-casino[data-width-9d='30'] thead tr th:nth-child(9) {
		flex-basis: 30% !important;
		width: 30% !important;
		max-width: 30% !important;
	}

	.online-casino[data-width-10d='35'] tbody tr td:nth-child(10),
	.online-casino[data-width-10d='35'] thead tr th:nth-child(10),
	.online-casino[data-width-1d='35'] tbody tr td:nth-child(1),
	.online-casino[data-width-1d='35'] thead tr th:nth-child(1),
	.online-casino[data-width-2d='35'] tbody tr td:nth-child(2),
	.online-casino[data-width-2d='35'] thead tr th:nth-child(2),
	.online-casino[data-width-3d='35'] tbody tr td:nth-child(3),
	.online-casino[data-width-3d='35'] thead tr th:nth-child(3),
	.online-casino[data-width-4d='35'] tbody tr td:nth-child(4),
	.online-casino[data-width-4d='35'] thead tr th:nth-child(4),
	.online-casino[data-width-5d='35'] tbody tr td:nth-child(5),
	.online-casino[data-width-5d='35'] thead tr th:nth-child(5),
	.online-casino[data-width-6d='35'] tbody tr td:nth-child(6),
	.online-casino[data-width-6d='35'] thead tr th:nth-child(6),
	.online-casino[data-width-7d='35'] tbody tr td:nth-child(7),
	.online-casino[data-width-7d='35'] thead tr th:nth-child(7),
	.online-casino[data-width-8d='35'] tbody tr td:nth-child(8),
	.online-casino[data-width-8d='35'] thead tr th:nth-child(8),
	.online-casino[data-width-9d='35'] tbody tr td:nth-child(9),
	.online-casino[data-width-9d='35'] thead tr th:nth-child(9) {
		flex-basis: 35% !important;
		width: 35% !important;
		max-width: 35% !important;
	}

	.online-casino[data-width-10d='40'] tbody tr td:nth-child(10),
	.online-casino[data-width-10d='40'] thead tr th:nth-child(10),
	.online-casino[data-width-1d='40'] tbody tr td:nth-child(1),
	.online-casino[data-width-1d='40'] thead tr th:nth-child(1),
	.online-casino[data-width-2d='40'] tbody tr td:nth-child(2),
	.online-casino[data-width-2d='40'] thead tr th:nth-child(2),
	.online-casino[data-width-3d='40'] tbody tr td:nth-child(3),
	.online-casino[data-width-3d='40'] thead tr th:nth-child(3),
	.online-casino[data-width-4d='40'] tbody tr td:nth-child(4),
	.online-casino[data-width-4d='40'] thead tr th:nth-child(4),
	.online-casino[data-width-5d='40'] tbody tr td:nth-child(5),
	.online-casino[data-width-5d='40'] thead tr th:nth-child(5),
	.online-casino[data-width-6d='40'] tbody tr td:nth-child(6),
	.online-casino[data-width-6d='40'] thead tr th:nth-child(6),
	.online-casino[data-width-7d='40'] tbody tr td:nth-child(7),
	.online-casino[data-width-7d='40'] thead tr th:nth-child(7),
	.online-casino[data-width-8d='40'] tbody tr td:nth-child(8),
	.online-casino[data-width-8d='40'] thead tr th:nth-child(8),
	.online-casino[data-width-9d='40'] tbody tr td:nth-child(9),
	.online-casino[data-width-9d='40'] thead tr th:nth-child(9) {
		flex-basis: 40% !important;
		width: 40% !important;
		max-width: 40% !important;
	}

	.online-casino[data-width-10d='45'] tbody tr td:nth-child(10),
	.online-casino[data-width-10d='45'] thead tr th:nth-child(10),
	.online-casino[data-width-1d='45'] tbody tr td:nth-child(1),
	.online-casino[data-width-1d='45'] thead tr th:nth-child(1),
	.online-casino[data-width-2d='45'] tbody tr td:nth-child(2),
	.online-casino[data-width-2d='45'] thead tr th:nth-child(2),
	.online-casino[data-width-3d='45'] tbody tr td:nth-child(3),
	.online-casino[data-width-3d='45'] thead tr th:nth-child(3),
	.online-casino[data-width-4d='45'] tbody tr td:nth-child(4),
	.online-casino[data-width-4d='45'] thead tr th:nth-child(4),
	.online-casino[data-width-5d='45'] tbody tr td:nth-child(5),
	.online-casino[data-width-5d='45'] thead tr th:nth-child(5),
	.online-casino[data-width-6d='45'] tbody tr td:nth-child(6),
	.online-casino[data-width-6d='45'] thead tr th:nth-child(6),
	.online-casino[data-width-7d='45'] tbody tr td:nth-child(7),
	.online-casino[data-width-7d='45'] thead tr th:nth-child(7),
	.online-casino[data-width-8d='45'] tbody tr td:nth-child(8),
	.online-casino[data-width-8d='45'] thead tr th:nth-child(8),
	.online-casino[data-width-9d='45'] tbody tr td:nth-child(9),
	.online-casino[data-width-9d='45'] thead tr th:nth-child(9) {
		flex-basis: 45% !important;
		width: 45% !important;
		max-width: 45% !important;
	}

	.online-casino[data-width-10d='50'] tbody tr td:nth-child(10),
	.online-casino[data-width-10d='50'] thead tr th:nth-child(10),
	.online-casino[data-width-1d='50'] tbody tr td:nth-child(1),
	.online-casino[data-width-1d='50'] thead tr th:nth-child(1),
	.online-casino[data-width-2d='50'] tbody tr td:nth-child(2),
	.online-casino[data-width-2d='50'] thead tr th:nth-child(2),
	.online-casino[data-width-3d='50'] tbody tr td:nth-child(3),
	.online-casino[data-width-3d='50'] thead tr th:nth-child(3),
	.online-casino[data-width-4d='50'] tbody tr td:nth-child(4),
	.online-casino[data-width-4d='50'] thead tr th:nth-child(4),
	.online-casino[data-width-5d='50'] tbody tr td:nth-child(5),
	.online-casino[data-width-5d='50'] thead tr th:nth-child(5),
	.online-casino[data-width-6d='50'] tbody tr td:nth-child(6),
	.online-casino[data-width-6d='50'] thead tr th:nth-child(6),
	.online-casino[data-width-7d='50'] tbody tr td:nth-child(7),
	.online-casino[data-width-7d='50'] thead tr th:nth-child(7),
	.online-casino[data-width-8d='50'] tbody tr td:nth-child(8),
	.online-casino[data-width-8d='50'] thead tr th:nth-child(8),
	.online-casino[data-width-9d='50'] tbody tr td:nth-child(9),
	.online-casino[data-width-9d='50'] thead tr th:nth-child(9) {
		flex-basis: 50% !important;
		width: 50% !important;
		max-width: 50% !important;
	}

	.online-casino[data-width-10d='55'] tbody tr td:nth-child(10),
	.online-casino[data-width-10d='55'] thead tr th:nth-child(10),
	.online-casino[data-width-1d='55'] tbody tr td:nth-child(1),
	.online-casino[data-width-1d='55'] thead tr th:nth-child(1),
	.online-casino[data-width-2d='55'] tbody tr td:nth-child(2),
	.online-casino[data-width-2d='55'] thead tr th:nth-child(2),
	.online-casino[data-width-3d='55'] tbody tr td:nth-child(3),
	.online-casino[data-width-3d='55'] thead tr th:nth-child(3),
	.online-casino[data-width-4d='55'] tbody tr td:nth-child(4),
	.online-casino[data-width-4d='55'] thead tr th:nth-child(4),
	.online-casino[data-width-5d='55'] tbody tr td:nth-child(5),
	.online-casino[data-width-5d='55'] thead tr th:nth-child(5),
	.online-casino[data-width-6d='55'] tbody tr td:nth-child(6),
	.online-casino[data-width-6d='55'] thead tr th:nth-child(6),
	.online-casino[data-width-7d='55'] tbody tr td:nth-child(7),
	.online-casino[data-width-7d='55'] thead tr th:nth-child(7),
	.online-casino[data-width-8d='55'] tbody tr td:nth-child(8),
	.online-casino[data-width-8d='55'] thead tr th:nth-child(8),
	.online-casino[data-width-9d='55'] tbody tr td:nth-child(9),
	.online-casino[data-width-9d='55'] thead tr th:nth-child(9) {
		flex-basis: 55% !important;
		width: 55% !important;
		max-width: 55% !important;
	}

	.online-casino[data-width-10d='60'] tbody tr td:nth-child(10),
	.online-casino[data-width-10d='60'] thead tr th:nth-child(10),
	.online-casino[data-width-1d='60'] tbody tr td:nth-child(1),
	.online-casino[data-width-1d='60'] thead tr th:nth-child(1),
	.online-casino[data-width-2d='60'] tbody tr td:nth-child(2),
	.online-casino[data-width-2d='60'] thead tr th:nth-child(2),
	.online-casino[data-width-3d='60'] tbody tr td:nth-child(3),
	.online-casino[data-width-3d='60'] thead tr th:nth-child(3),
	.online-casino[data-width-4d='60'] tbody tr td:nth-child(4),
	.online-casino[data-width-4d='60'] thead tr th:nth-child(4),
	.online-casino[data-width-5d='60'] tbody tr td:nth-child(5),
	.online-casino[data-width-5d='60'] thead tr th:nth-child(5),
	.online-casino[data-width-6d='60'] tbody tr td:nth-child(6),
	.online-casino[data-width-6d='60'] thead tr th:nth-child(6),
	.online-casino[data-width-7d='60'] tbody tr td:nth-child(7),
	.online-casino[data-width-7d='60'] thead tr th:nth-child(7),
	.online-casino[data-width-8d='60'] tbody tr td:nth-child(8),
	.online-casino[data-width-8d='60'] thead tr th:nth-child(8),
	.online-casino[data-width-9d='60'] tbody tr td:nth-child(9),
	.online-casino[data-width-9d='60'] thead tr th:nth-child(9) {
		flex-basis: 60% !important;
		width: 60% !important;
		max-width: 60% !important;
	}

	.online-casino[data-width-10d='65'] tbody tr td:nth-child(10),
	.online-casino[data-width-10d='65'] thead tr th:nth-child(10),
	.online-casino[data-width-1d='65'] tbody tr td:nth-child(1),
	.online-casino[data-width-1d='65'] thead tr th:nth-child(1),
	.online-casino[data-width-2d='65'] tbody tr td:nth-child(2),
	.online-casino[data-width-2d='65'] thead tr th:nth-child(2),
	.online-casino[data-width-3d='65'] tbody tr td:nth-child(3),
	.online-casino[data-width-3d='65'] thead tr th:nth-child(3),
	.online-casino[data-width-4d='65'] tbody tr td:nth-child(4),
	.online-casino[data-width-4d='65'] thead tr th:nth-child(4),
	.online-casino[data-width-5d='65'] tbody tr td:nth-child(5),
	.online-casino[data-width-5d='65'] thead tr th:nth-child(5),
	.online-casino[data-width-6d='65'] tbody tr td:nth-child(6),
	.online-casino[data-width-6d='65'] thead tr th:nth-child(6),
	.online-casino[data-width-7d='65'] tbody tr td:nth-child(7),
	.online-casino[data-width-7d='65'] thead tr th:nth-child(7),
	.online-casino[data-width-8d='65'] tbody tr td:nth-child(8),
	.online-casino[data-width-8d='65'] thead tr th:nth-child(8),
	.online-casino[data-width-9d='65'] tbody tr td:nth-child(9),
	.online-casino[data-width-9d='65'] thead tr th:nth-child(9) {
		flex-basis: 65% !important;
		width: 65% !important;
		max-width: 65% !important;
	}

	.online-casino[data-width-10d='70'] tbody tr td:nth-child(10),
	.online-casino[data-width-10d='70'] thead tr th:nth-child(10),
	.online-casino[data-width-1d='70'] tbody tr td:nth-child(1),
	.online-casino[data-width-1d='70'] thead tr th:nth-child(1),
	.online-casino[data-width-2d='70'] tbody tr td:nth-child(2),
	.online-casino[data-width-2d='70'] thead tr th:nth-child(2),
	.online-casino[data-width-3d='70'] tbody tr td:nth-child(3),
	.online-casino[data-width-3d='70'] thead tr th:nth-child(3),
	.online-casino[data-width-4d='70'] tbody tr td:nth-child(4),
	.online-casino[data-width-4d='70'] thead tr th:nth-child(4),
	.online-casino[data-width-5d='70'] tbody tr td:nth-child(5),
	.online-casino[data-width-5d='70'] thead tr th:nth-child(5),
	.online-casino[data-width-6d='70'] tbody tr td:nth-child(6),
	.online-casino[data-width-6d='70'] thead tr th:nth-child(6),
	.online-casino[data-width-7d='70'] tbody tr td:nth-child(7),
	.online-casino[data-width-7d='70'] thead tr th:nth-child(7),
	.online-casino[data-width-8d='70'] tbody tr td:nth-child(8),
	.online-casino[data-width-8d='70'] thead tr th:nth-child(8),
	.online-casino[data-width-9d='70'] tbody tr td:nth-child(9),
	.online-casino[data-width-9d='70'] thead tr th:nth-child(9) {
		flex-basis: 70% !important;
		width: 70% !important;
		max-width: 70% !important;
	}

	.online-casino[data-width-10d='75'] tbody tr td:nth-child(10),
	.online-casino[data-width-10d='75'] thead tr th:nth-child(10),
	.online-casino[data-width-1d='75'] tbody tr td:nth-child(1),
	.online-casino[data-width-1d='75'] thead tr th:nth-child(1),
	.online-casino[data-width-2d='75'] tbody tr td:nth-child(2),
	.online-casino[data-width-2d='75'] thead tr th:nth-child(2),
	.online-casino[data-width-3d='75'] tbody tr td:nth-child(3),
	.online-casino[data-width-3d='75'] thead tr th:nth-child(3),
	.online-casino[data-width-4d='75'] tbody tr td:nth-child(4),
	.online-casino[data-width-4d='75'] thead tr th:nth-child(4),
	.online-casino[data-width-5d='75'] tbody tr td:nth-child(5),
	.online-casino[data-width-5d='75'] thead tr th:nth-child(5),
	.online-casino[data-width-6d='75'] tbody tr td:nth-child(6),
	.online-casino[data-width-6d='75'] thead tr th:nth-child(6),
	.online-casino[data-width-7d='75'] tbody tr td:nth-child(7),
	.online-casino[data-width-7d='75'] thead tr th:nth-child(7),
	.online-casino[data-width-8d='75'] tbody tr td:nth-child(8),
	.online-casino[data-width-8d='75'] thead tr th:nth-child(8),
	.online-casino[data-width-9d='75'] tbody tr td:nth-child(9),
	.online-casino[data-width-9d='75'] thead tr th:nth-child(9) {
		flex-basis: 75% !important;
		width: 75% !important;
		max-width: 75% !important;
	}

	.online-casino[data-width-10d='80'] tbody tr td:nth-child(10),
	.online-casino[data-width-10d='80'] thead tr th:nth-child(10),
	.online-casino[data-width-1d='80'] tbody tr td:nth-child(1),
	.online-casino[data-width-1d='80'] thead tr th:nth-child(1),
	.online-casino[data-width-2d='80'] tbody tr td:nth-child(2),
	.online-casino[data-width-2d='80'] thead tr th:nth-child(2),
	.online-casino[data-width-3d='80'] tbody tr td:nth-child(3),
	.online-casino[data-width-3d='80'] thead tr th:nth-child(3),
	.online-casino[data-width-4d='80'] tbody tr td:nth-child(4),
	.online-casino[data-width-4d='80'] thead tr th:nth-child(4),
	.online-casino[data-width-5d='80'] tbody tr td:nth-child(5),
	.online-casino[data-width-5d='80'] thead tr th:nth-child(5),
	.online-casino[data-width-6d='80'] tbody tr td:nth-child(6),
	.online-casino[data-width-6d='80'] thead tr th:nth-child(6),
	.online-casino[data-width-7d='80'] tbody tr td:nth-child(7),
	.online-casino[data-width-7d='80'] thead tr th:nth-child(7),
	.online-casino[data-width-8d='80'] tbody tr td:nth-child(8),
	.online-casino[data-width-8d='80'] thead tr th:nth-child(8),
	.online-casino[data-width-9d='80'] tbody tr td:nth-child(9),
	.online-casino[data-width-9d='80'] thead tr th:nth-child(9) {
		flex-basis: 80% !important;
		width: 80% !important;
		max-width: 80% !important;
	}

	.online-casino[data-width-10d='85'] tbody tr td:nth-child(10),
	.online-casino[data-width-10d='85'] thead tr th:nth-child(10),
	.online-casino[data-width-1d='85'] tbody tr td:nth-child(1),
	.online-casino[data-width-1d='85'] thead tr th:nth-child(1),
	.online-casino[data-width-2d='85'] tbody tr td:nth-child(2),
	.online-casino[data-width-2d='85'] thead tr th:nth-child(2),
	.online-casino[data-width-3d='85'] tbody tr td:nth-child(3),
	.online-casino[data-width-3d='85'] thead tr th:nth-child(3),
	.online-casino[data-width-4d='85'] tbody tr td:nth-child(4),
	.online-casino[data-width-4d='85'] thead tr th:nth-child(4),
	.online-casino[data-width-5d='85'] tbody tr td:nth-child(5),
	.online-casino[data-width-5d='85'] thead tr th:nth-child(5),
	.online-casino[data-width-6d='85'] tbody tr td:nth-child(6),
	.online-casino[data-width-6d='85'] thead tr th:nth-child(6),
	.online-casino[data-width-7d='85'] tbody tr td:nth-child(7),
	.online-casino[data-width-7d='85'] thead tr th:nth-child(7),
	.online-casino[data-width-8d='85'] tbody tr td:nth-child(8),
	.online-casino[data-width-8d='85'] thead tr th:nth-child(8),
	.online-casino[data-width-9d='85'] tbody tr td:nth-child(9),
	.online-casino[data-width-9d='85'] thead tr th:nth-child(9) {
		flex-basis: 85% !important;
		width: 85% !important;
		max-width: 85% !important;
	}

	.online-casino[data-width-10d='90'] tbody tr td:nth-child(10),
	.online-casino[data-width-10d='90'] thead tr th:nth-child(10),
	.online-casino[data-width-1d='90'] tbody tr td:nth-child(1),
	.online-casino[data-width-1d='90'] thead tr th:nth-child(1),
	.online-casino[data-width-2d='90'] tbody tr td:nth-child(2),
	.online-casino[data-width-2d='90'] thead tr th:nth-child(2),
	.online-casino[data-width-3d='90'] tbody tr td:nth-child(3),
	.online-casino[data-width-3d='90'] thead tr th:nth-child(3),
	.online-casino[data-width-4d='90'] tbody tr td:nth-child(4),
	.online-casino[data-width-4d='90'] thead tr th:nth-child(4),
	.online-casino[data-width-5d='90'] tbody tr td:nth-child(5),
	.online-casino[data-width-5d='90'] thead tr th:nth-child(5),
	.online-casino[data-width-6d='90'] tbody tr td:nth-child(6),
	.online-casino[data-width-6d='90'] thead tr th:nth-child(6),
	.online-casino[data-width-7d='90'] tbody tr td:nth-child(7),
	.online-casino[data-width-7d='90'] thead tr th:nth-child(7),
	.online-casino[data-width-8d='90'] tbody tr td:nth-child(8),
	.online-casino[data-width-8d='90'] thead tr th:nth-child(8),
	.online-casino[data-width-9d='90'] tbody tr td:nth-child(9),
	.online-casino[data-width-9d='90'] thead tr th:nth-child(9) {
		flex-basis: 90% !important;
		width: 90% !important;
		max-width: 90% !important;
	}

	.online-casino[data-width-10d='95'] tbody tr td:nth-child(10),
	.online-casino[data-width-10d='95'] thead tr th:nth-child(10),
	.online-casino[data-width-1d='95'] tbody tr td:nth-child(1),
	.online-casino[data-width-1d='95'] thead tr th:nth-child(1),
	.online-casino[data-width-2d='95'] tbody tr td:nth-child(2),
	.online-casino[data-width-2d='95'] thead tr th:nth-child(2),
	.online-casino[data-width-3d='95'] tbody tr td:nth-child(3),
	.online-casino[data-width-3d='95'] thead tr th:nth-child(3),
	.online-casino[data-width-4d='95'] tbody tr td:nth-child(4),
	.online-casino[data-width-4d='95'] thead tr th:nth-child(4),
	.online-casino[data-width-5d='95'] tbody tr td:nth-child(5),
	.online-casino[data-width-5d='95'] thead tr th:nth-child(5),
	.online-casino[data-width-6d='95'] tbody tr td:nth-child(6),
	.online-casino[data-width-6d='95'] thead tr th:nth-child(6),
	.online-casino[data-width-7d='95'] tbody tr td:nth-child(7),
	.online-casino[data-width-7d='95'] thead tr th:nth-child(7),
	.online-casino[data-width-8d='95'] tbody tr td:nth-child(8),
	.online-casino[data-width-8d='95'] thead tr th:nth-child(8),
	.online-casino[data-width-9d='95'] tbody tr td:nth-child(9),
	.online-casino[data-width-9d='95'] thead tr th:nth-child(9) {
		flex-basis: 95% !important;
		width: 95% !important;
		max-width: 95% !important;
	}

	.online-casino[data-width-10d='100'] tbody tr td:nth-child(10),
	.online-casino[data-width-10d='100'] thead tr th:nth-child(10),
	.online-casino[data-width-1d='100'] tbody tr td:nth-child(1),
	.online-casino[data-width-1d='100'] thead tr th:nth-child(1),
	.online-casino[data-width-2d='100'] tbody tr td:nth-child(2),
	.online-casino[data-width-2d='100'] thead tr th:nth-child(2),
	.online-casino[data-width-3d='100'] tbody tr td:nth-child(3),
	.online-casino[data-width-3d='100'] thead tr th:nth-child(3),
	.online-casino[data-width-4d='100'] tbody tr td:nth-child(4),
	.online-casino[data-width-4d='100'] thead tr th:nth-child(4),
	.online-casino[data-width-5d='100'] tbody tr td:nth-child(5),
	.online-casino[data-width-5d='100'] thead tr th:nth-child(5),
	.online-casino[data-width-6d='100'] tbody tr td:nth-child(6),
	.online-casino[data-width-6d='100'] thead tr th:nth-child(6),
	.online-casino[data-width-7d='100'] tbody tr td:nth-child(7),
	.online-casino[data-width-7d='100'] thead tr th:nth-child(7),
	.online-casino[data-width-8d='100'] tbody tr td:nth-child(8),
	.online-casino[data-width-8d='100'] thead tr th:nth-child(8),
	.online-casino[data-width-9d='100'] tbody tr td:nth-child(9),
	.online-casino[data-width-9d='100'] thead tr th:nth-child(9) {
		flex-basis: 100% !important;
		width: 100% !important;
		max-width: 100% !important;
	}
}

[data-center*='1'] thead tr th:nth-child(1),
[data-center*='1'] tbody tr td:nth-child(1),
[data-center*='2'] thead tr th:nth-child(2),
[data-center*='2'] tbody tr td:nth-child(2),
[data-center*='3'] thead tr th:nth-child(3),
[data-center*='3'] tbody tr td:nth-child(3),
[data-center*='4'] thead tr th:nth-child(4),
[data-center*='4'] tbody tr td:nth-child(4),
[data-center*='5'] thead tr th:nth-child(5),
[data-center*='5'] tbody tr td:nth-child(5),
[data-center*='6'] thead tr th:nth-child(6),
[data-center*='6'] tbody tr td:nth-child(6),
[data-center*='7'] thead tr th:nth-child(7),
[data-center*='7'] tbody tr td:nth-child(7),
[data-center*='8'] thead tr th:nth-child(8),
[data-center*='8'] tbody tr td:nth-child(8),
[data-center*='9'] thead tr th:nth-child(9),
[data-center*='9'] tbody tr td:nth-child(9),
[data-center*='10'] thead tr th:nth-child(10),
[data-center*='10'] tbody tr td:nth-child(10) {
	align-items: center;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	[data-width-1m='5'] thead tr th:nth-child(1),
	[data-width-1m='5'] tbody tr td:nth-child(1),
	[data-width-2m='5'] thead tr th:nth-child(2),
	[data-width-2m='5'] tbody tr td:nth-child(2),
	[data-width-3m='5'] thead tr th:nth-child(3),
	[data-width-3m='5'] tbody tr td:nth-child(3),
	[data-width-4m='5'] thead tr th:nth-child(4),
	[data-width-4m='5'] tbody tr td:nth-child(4),
	[data-width-5m='5'] thead tr th:nth-child(5),
	[data-width-5m='5'] tbody tr td:nth-child(5),
	[data-width-6m='5'] thead tr th:nth-child(6),
	[data-width-6m='5'] tbody tr td:nth-child(6),
	[data-width-7m='5'] thead tr th:nth-child(7),
	[data-width-7m='5'] tbody tr td:nth-child(7),
	[data-width-8m='5'] thead tr th:nth-child(8),
	[data-width-8m='5'] tbody tr td:nth-child(8),
	[data-width-9m='5'] thead tr th:nth-child(9),
	[data-width-9m='5'] tbody tr td:nth-child(9),
	[data-width-10m='5'] thead tr th:nth-child(10),
	[data-width-10m='5'] tbody tr td:nth-child(10) {
		flex-basis: 5% !important;
		width: 5% !important;
		max-width: 5% !important;
	}

	[data-width-1m='10'] thead tr th:nth-child(1),
	[data-width-1m='10'] tbody tr td:nth-child(1),
	[data-width-2m='10'] thead tr th:nth-child(2),
	[data-width-2m='10'] tbody tr td:nth-child(2),
	[data-width-3m='10'] thead tr th:nth-child(3),
	[data-width-3m='10'] tbody tr td:nth-child(3),
	[data-width-4m='10'] thead tr th:nth-child(4),
	[data-width-4m='10'] tbody tr td:nth-child(4),
	[data-width-5m='10'] thead tr th:nth-child(5),
	[data-width-5m='10'] tbody tr td:nth-child(5),
	[data-width-6m='10'] thead tr th:nth-child(6),
	[data-width-6m='10'] tbody tr td:nth-child(6),
	[data-width-7m='10'] thead tr th:nth-child(7),
	[data-width-7m='10'] tbody tr td:nth-child(7),
	[data-width-8m='10'] thead tr th:nth-child(8),
	[data-width-8m='10'] tbody tr td:nth-child(8),
	[data-width-9m='10'] thead tr th:nth-child(9),
	[data-width-9m='10'] tbody tr td:nth-child(9),
	[data-width-10m='10'] thead tr th:nth-child(10),
	[data-width-10m='10'] tbody tr td:nth-child(10) {
		flex-basis: 10% !important;
		width: 10% !important;
		max-width: 10% !important;
	}

	[data-width-1m='15'] thead tr th:nth-child(1),
	[data-width-1m='15'] tbody tr td:nth-child(1),
	[data-width-2m='15'] thead tr th:nth-child(2),
	[data-width-2m='15'] tbody tr td:nth-child(2),
	[data-width-3m='15'] thead tr th:nth-child(3),
	[data-width-3m='15'] tbody tr td:nth-child(3),
	[data-width-4m='15'] thead tr th:nth-child(4),
	[data-width-4m='15'] tbody tr td:nth-child(4),
	[data-width-5m='15'] thead tr th:nth-child(5),
	[data-width-5m='15'] tbody tr td:nth-child(5),
	[data-width-6m='15'] thead tr th:nth-child(6),
	[data-width-6m='15'] tbody tr td:nth-child(6),
	[data-width-7m='15'] thead tr th:nth-child(7),
	[data-width-7m='15'] tbody tr td:nth-child(7),
	[data-width-8m='15'] thead tr th:nth-child(8),
	[data-width-8m='15'] tbody tr td:nth-child(8),
	[data-width-9m='15'] thead tr th:nth-child(9),
	[data-width-9m='15'] tbody tr td:nth-child(9),
	[data-width-10m='15'] thead tr th:nth-child(10),
	[data-width-10m='15'] tbody tr td:nth-child(10) {
		flex-basis: 15% !important;
		width: 15% !important;
		max-width: 15% !important;
	}

	[data-width-1m='20'] thead tr th:nth-child(1),
	[data-width-1m='20'] tbody tr td:nth-child(1),
	[data-width-2m='20'] thead tr th:nth-child(2),
	[data-width-2m='20'] tbody tr td:nth-child(2),
	[data-width-3m='20'] thead tr th:nth-child(3),
	[data-width-3m='20'] tbody tr td:nth-child(3),
	[data-width-4m='20'] thead tr th:nth-child(4),
	[data-width-4m='20'] tbody tr td:nth-child(4),
	[data-width-5m='20'] thead tr th:nth-child(5),
	[data-width-5m='20'] tbody tr td:nth-child(5),
	[data-width-6m='20'] thead tr th:nth-child(6),
	[data-width-6m='20'] tbody tr td:nth-child(6),
	[data-width-7m='20'] thead tr th:nth-child(7),
	[data-width-7m='20'] tbody tr td:nth-child(7),
	[data-width-8m='20'] thead tr th:nth-child(8),
	[data-width-8m='20'] tbody tr td:nth-child(8),
	[data-width-9m='20'] thead tr th:nth-child(9),
	[data-width-9m='20'] tbody tr td:nth-child(9),
	[data-width-10m='20'] thead tr th:nth-child(10),
	[data-width-10m='20'] tbody tr td:nth-child(10) {
		flex-basis: 20% !important;
		width: 20% !important;
		max-width: 20% !important;
	}

	[data-width-1m='25'] thead tr th:nth-child(1),
	[data-width-1m='25'] tbody tr td:nth-child(1),
	[data-width-2m='25'] thead tr th:nth-child(2),
	[data-width-2m='25'] tbody tr td:nth-child(2),
	[data-width-3m='25'] thead tr th:nth-child(3),
	[data-width-3m='25'] tbody tr td:nth-child(3),
	[data-width-4m='25'] thead tr th:nth-child(4),
	[data-width-4m='25'] tbody tr td:nth-child(4),
	[data-width-5m='25'] thead tr th:nth-child(5),
	[data-width-5m='25'] tbody tr td:nth-child(5),
	[data-width-6m='25'] thead tr th:nth-child(6),
	[data-width-6m='25'] tbody tr td:nth-child(6),
	[data-width-7m='25'] thead tr th:nth-child(7),
	[data-width-7m='25'] tbody tr td:nth-child(7),
	[data-width-8m='25'] thead tr th:nth-child(8),
	[data-width-8m='25'] tbody tr td:nth-child(8),
	[data-width-9m='25'] thead tr th:nth-child(9),
	[data-width-9m='25'] tbody tr td:nth-child(9),
	[data-width-10m='25'] thead tr th:nth-child(10),
	[data-width-10m='25'] tbody tr td:nth-child(10) {
		flex-basis: 25% !important;
		width: 25% !important;
		max-width: 25% !important;
	}

	[data-width-1m='30'] thead tr th:nth-child(1),
	[data-width-1m='30'] tbody tr td:nth-child(1),
	[data-width-2m='30'] thead tr th:nth-child(2),
	[data-width-2m='30'] tbody tr td:nth-child(2),
	[data-width-3m='30'] thead tr th:nth-child(3),
	[data-width-3m='30'] tbody tr td:nth-child(3),
	[data-width-4m='30'] thead tr th:nth-child(4),
	[data-width-4m='30'] tbody tr td:nth-child(4),
	[data-width-5m='30'] thead tr th:nth-child(5),
	[data-width-5m='30'] tbody tr td:nth-child(5),
	[data-width-6m='30'] thead tr th:nth-child(6),
	[data-width-6m='30'] tbody tr td:nth-child(6),
	[data-width-7m='30'] thead tr th:nth-child(7),
	[data-width-7m='30'] tbody tr td:nth-child(7),
	[data-width-8m='30'] thead tr th:nth-child(8),
	[data-width-8m='30'] tbody tr td:nth-child(8),
	[data-width-9m='30'] thead tr th:nth-child(9),
	[data-width-9m='30'] tbody tr td:nth-child(9),
	[data-width-10m='30'] thead tr th:nth-child(10),
	[data-width-10m='30'] tbody tr td:nth-child(10) {
		flex-basis: 30% !important;
		width: 30% !important;
		max-width: 30% !important;
	}

	[data-width-1m='35'] thead tr th:nth-child(1),
	[data-width-1m='35'] tbody tr td:nth-child(1),
	[data-width-2m='35'] thead tr th:nth-child(2),
	[data-width-2m='35'] tbody tr td:nth-child(2),
	[data-width-3m='35'] thead tr th:nth-child(3),
	[data-width-3m='35'] tbody tr td:nth-child(3),
	[data-width-4m='35'] thead tr th:nth-child(4),
	[data-width-4m='35'] tbody tr td:nth-child(4),
	[data-width-5m='35'] thead tr th:nth-child(5),
	[data-width-5m='35'] tbody tr td:nth-child(5),
	[data-width-6m='35'] thead tr th:nth-child(6),
	[data-width-6m='35'] tbody tr td:nth-child(6),
	[data-width-7m='35'] thead tr th:nth-child(7),
	[data-width-7m='35'] tbody tr td:nth-child(7),
	[data-width-8m='35'] thead tr th:nth-child(8),
	[data-width-8m='35'] tbody tr td:nth-child(8),
	[data-width-9m='35'] thead tr th:nth-child(9),
	[data-width-9m='35'] tbody tr td:nth-child(9),
	[data-width-10m='35'] thead tr th:nth-child(10),
	[data-width-10m='35'] tbody tr td:nth-child(10) {
		flex-basis: 35% !important;
		width: 35% !important;
		max-width: 35% !important;
	}

	[data-width-1m='40'] thead tr th:nth-child(1),
	[data-width-1m='40'] tbody tr td:nth-child(1),
	[data-width-2m='40'] thead tr th:nth-child(2),
	[data-width-2m='40'] tbody tr td:nth-child(2),
	[data-width-3m='40'] thead tr th:nth-child(3),
	[data-width-3m='40'] tbody tr td:nth-child(3),
	[data-width-4m='40'] thead tr th:nth-child(4),
	[data-width-4m='40'] tbody tr td:nth-child(4),
	[data-width-5m='40'] thead tr th:nth-child(5),
	[data-width-5m='40'] tbody tr td:nth-child(5),
	[data-width-6m='40'] thead tr th:nth-child(6),
	[data-width-6m='40'] tbody tr td:nth-child(6),
	[data-width-7m='40'] thead tr th:nth-child(7),
	[data-width-7m='40'] tbody tr td:nth-child(7),
	[data-width-8m='40'] thead tr th:nth-child(8),
	[data-width-8m='40'] tbody tr td:nth-child(8),
	[data-width-9m='40'] thead tr th:nth-child(9),
	[data-width-9m='40'] tbody tr td:nth-child(9),
	[data-width-10m='40'] thead tr th:nth-child(10),
	[data-width-10m='40'] tbody tr td:nth-child(10) {
		flex-basis: 40% !important;
		width: 40% !important;
		max-width: 40% !important;
	}

	[data-width-1m='45'] thead tr th:nth-child(1),
	[data-width-1m='45'] tbody tr td:nth-child(1),
	[data-width-2m='45'] thead tr th:nth-child(2),
	[data-width-2m='45'] tbody tr td:nth-child(2),
	[data-width-3m='45'] thead tr th:nth-child(3),
	[data-width-3m='45'] tbody tr td:nth-child(3),
	[data-width-4m='45'] thead tr th:nth-child(4),
	[data-width-4m='45'] tbody tr td:nth-child(4),
	[data-width-5m='45'] thead tr th:nth-child(5),
	[data-width-5m='45'] tbody tr td:nth-child(5),
	[data-width-6m='45'] thead tr th:nth-child(6),
	[data-width-6m='45'] tbody tr td:nth-child(6),
	[data-width-7m='45'] thead tr th:nth-child(7),
	[data-width-7m='45'] tbody tr td:nth-child(7),
	[data-width-8m='45'] thead tr th:nth-child(8),
	[data-width-8m='45'] tbody tr td:nth-child(8),
	[data-width-9m='45'] thead tr th:nth-child(9),
	[data-width-9m='45'] tbody tr td:nth-child(9),
	[data-width-10m='45'] thead tr th:nth-child(10),
	[data-width-10m='45'] tbody tr td:nth-child(10) {
		flex-basis: 45% !important;
		width: 45% !important;
		max-width: 45% !important;
	}

	[data-width-1m='50'] thead tr th:nth-child(1),
	[data-width-1m='50'] tbody tr td:nth-child(1),
	[data-width-2m='50'] thead tr th:nth-child(2),
	[data-width-2m='50'] tbody tr td:nth-child(2),
	[data-width-3m='50'] thead tr th:nth-child(3),
	[data-width-3m='50'] tbody tr td:nth-child(3),
	[data-width-4m='50'] thead tr th:nth-child(4),
	[data-width-4m='50'] tbody tr td:nth-child(4),
	[data-width-5m='50'] thead tr th:nth-child(5),
	[data-width-5m='50'] tbody tr td:nth-child(5),
	[data-width-6m='50'] thead tr th:nth-child(6),
	[data-width-6m='50'] tbody tr td:nth-child(6),
	[data-width-7m='50'] thead tr th:nth-child(7),
	[data-width-7m='50'] tbody tr td:nth-child(7),
	[data-width-8m='50'] thead tr th:nth-child(8),
	[data-width-8m='50'] tbody tr td:nth-child(8),
	[data-width-9m='50'] thead tr th:nth-child(9),
	[data-width-9m='50'] tbody tr td:nth-child(9),
	[data-width-10m='50'] thead tr th:nth-child(10),
	[data-width-10m='50'] tbody tr td:nth-child(10) {
		flex-basis: 50% !important;
		width: 50% !important;
		max-width: 50% !important;
	}

	[data-width-1m='55'] thead tr th:nth-child(1),
	[data-width-1m='55'] tbody tr td:nth-child(1),
	[data-width-2m='55'] thead tr th:nth-child(2),
	[data-width-2m='55'] tbody tr td:nth-child(2),
	[data-width-3m='55'] thead tr th:nth-child(3),
	[data-width-3m='55'] tbody tr td:nth-child(3),
	[data-width-4m='55'] thead tr th:nth-child(4),
	[data-width-4m='55'] tbody tr td:nth-child(4),
	[data-width-5m='55'] thead tr th:nth-child(5),
	[data-width-5m='55'] tbody tr td:nth-child(5),
	[data-width-6m='55'] thead tr th:nth-child(6),
	[data-width-6m='55'] tbody tr td:nth-child(6),
	[data-width-7m='55'] thead tr th:nth-child(7),
	[data-width-7m='55'] tbody tr td:nth-child(7),
	[data-width-8m='55'] thead tr th:nth-child(8),
	[data-width-8m='55'] tbody tr td:nth-child(8),
	[data-width-9m='55'] thead tr th:nth-child(9),
	[data-width-9m='55'] tbody tr td:nth-child(9),
	[data-width-10m='55'] thead tr th:nth-child(10),
	[data-width-10m='55'] tbody tr td:nth-child(10) {
		flex-basis: 55% !important;
		width: 55% !important;
		max-width: 55% !important;
	}

	[data-width-1m='60'] thead tr th:nth-child(1),
	[data-width-1m='60'] tbody tr td:nth-child(1),
	[data-width-2m='60'] thead tr th:nth-child(2),
	[data-width-2m='60'] tbody tr td:nth-child(2),
	[data-width-3m='60'] thead tr th:nth-child(3),
	[data-width-3m='60'] tbody tr td:nth-child(3),
	[data-width-4m='60'] thead tr th:nth-child(4),
	[data-width-4m='60'] tbody tr td:nth-child(4),
	[data-width-5m='60'] thead tr th:nth-child(5),
	[data-width-5m='60'] tbody tr td:nth-child(5),
	[data-width-6m='60'] thead tr th:nth-child(6),
	[data-width-6m='60'] tbody tr td:nth-child(6),
	[data-width-7m='60'] thead tr th:nth-child(7),
	[data-width-7m='60'] tbody tr td:nth-child(7),
	[data-width-8m='60'] thead tr th:nth-child(8),
	[data-width-8m='60'] tbody tr td:nth-child(8),
	[data-width-9m='60'] thead tr th:nth-child(9),
	[data-width-9m='60'] tbody tr td:nth-child(9),
	[data-width-10m='60'] thead tr th:nth-child(10),
	[data-width-10m='60'] tbody tr td:nth-child(10) {
		flex-basis: 60% !important;
		width: 60% !important;
		max-width: 60% !important;
	}

	[data-width-1m='65'] thead tr th:nth-child(1),
	[data-width-1m='65'] tbody tr td:nth-child(1),
	[data-width-2m='65'] thead tr th:nth-child(2),
	[data-width-2m='65'] tbody tr td:nth-child(2),
	[data-width-3m='65'] thead tr th:nth-child(3),
	[data-width-3m='65'] tbody tr td:nth-child(3),
	[data-width-4m='65'] thead tr th:nth-child(4),
	[data-width-4m='65'] tbody tr td:nth-child(4),
	[data-width-5m='65'] thead tr th:nth-child(5),
	[data-width-5m='65'] tbody tr td:nth-child(5),
	[data-width-6m='65'] thead tr th:nth-child(6),
	[data-width-6m='65'] tbody tr td:nth-child(6),
	[data-width-7m='65'] thead tr th:nth-child(7),
	[data-width-7m='65'] tbody tr td:nth-child(7),
	[data-width-8m='65'] thead tr th:nth-child(8),
	[data-width-8m='65'] tbody tr td:nth-child(8),
	[data-width-9m='65'] thead tr th:nth-child(9),
	[data-width-9m='65'] tbody tr td:nth-child(9),
	[data-width-10m='65'] thead tr th:nth-child(10),
	[data-width-10m='65'] tbody tr td:nth-child(10) {
		flex-basis: 65% !important;
		width: 65% !important;
		max-width: 65% !important;
	}

	[data-width-1m='70'] thead tr th:nth-child(1),
	[data-width-1m='70'] tbody tr td:nth-child(1),
	[data-width-2m='70'] thead tr th:nth-child(2),
	[data-width-2m='70'] tbody tr td:nth-child(2),
	[data-width-3m='70'] thead tr th:nth-child(3),
	[data-width-3m='70'] tbody tr td:nth-child(3),
	[data-width-4m='70'] thead tr th:nth-child(4),
	[data-width-4m='70'] tbody tr td:nth-child(4),
	[data-width-5m='70'] thead tr th:nth-child(5),
	[data-width-5m='70'] tbody tr td:nth-child(5),
	[data-width-6m='70'] thead tr th:nth-child(6),
	[data-width-6m='70'] tbody tr td:nth-child(6),
	[data-width-7m='70'] thead tr th:nth-child(7),
	[data-width-7m='70'] tbody tr td:nth-child(7),
	[data-width-8m='70'] thead tr th:nth-child(8),
	[data-width-8m='70'] tbody tr td:nth-child(8),
	[data-width-9m='70'] thead tr th:nth-child(9),
	[data-width-9m='70'] tbody tr td:nth-child(9),
	[data-width-10m='70'] thead tr th:nth-child(10),
	[data-width-10m='70'] tbody tr td:nth-child(10) {
		flex-basis: 70% !important;
		width: 70% !important;
		max-width: 70% !important;
	}

	[data-width-1m='75'] thead tr th:nth-child(1),
	[data-width-1m='75'] tbody tr td:nth-child(1),
	[data-width-2m='75'] thead tr th:nth-child(2),
	[data-width-2m='75'] tbody tr td:nth-child(2),
	[data-width-3m='75'] thead tr th:nth-child(3),
	[data-width-3m='75'] tbody tr td:nth-child(3),
	[data-width-4m='75'] thead tr th:nth-child(4),
	[data-width-4m='75'] tbody tr td:nth-child(4),
	[data-width-5m='75'] thead tr th:nth-child(5),
	[data-width-5m='75'] tbody tr td:nth-child(5),
	[data-width-6m='75'] thead tr th:nth-child(6),
	[data-width-6m='75'] tbody tr td:nth-child(6),
	[data-width-7m='75'] thead tr th:nth-child(7),
	[data-width-7m='75'] tbody tr td:nth-child(7),
	[data-width-8m='75'] thead tr th:nth-child(8),
	[data-width-8m='75'] tbody tr td:nth-child(8),
	[data-width-9m='75'] thead tr th:nth-child(9),
	[data-width-9m='75'] tbody tr td:nth-child(9),
	[data-width-10m='75'] thead tr th:nth-child(10),
	[data-width-10m='75'] tbody tr td:nth-child(10) {
		flex-basis: 75% !important;
		width: 75% !important;
		max-width: 75% !important;
	}

	[data-width-1m='80'] thead tr th:nth-child(1),
	[data-width-1m='80'] tbody tr td:nth-child(1),
	[data-width-2m='80'] thead tr th:nth-child(2),
	[data-width-2m='80'] tbody tr td:nth-child(2),
	[data-width-3m='80'] thead tr th:nth-child(3),
	[data-width-3m='80'] tbody tr td:nth-child(3),
	[data-width-4m='80'] thead tr th:nth-child(4),
	[data-width-4m='80'] tbody tr td:nth-child(4),
	[data-width-5m='80'] thead tr th:nth-child(5),
	[data-width-5m='80'] tbody tr td:nth-child(5),
	[data-width-6m='80'] thead tr th:nth-child(6),
	[data-width-6m='80'] tbody tr td:nth-child(6),
	[data-width-7m='80'] thead tr th:nth-child(7),
	[data-width-7m='80'] tbody tr td:nth-child(7),
	[data-width-8m='80'] thead tr th:nth-child(8),
	[data-width-8m='80'] tbody tr td:nth-child(8),
	[data-width-9m='80'] thead tr th:nth-child(9),
	[data-width-9m='80'] tbody tr td:nth-child(9),
	[data-width-10m='80'] thead tr th:nth-child(10),
	[data-width-10m='80'] tbody tr td:nth-child(10) {
		flex-basis: 80% !important;
		width: 80% !important;
		max-width: 80% !important;
	}

	[data-width-1m='85'] thead tr th:nth-child(1),
	[data-width-1m='85'] tbody tr td:nth-child(1),
	[data-width-2m='85'] thead tr th:nth-child(2),
	[data-width-2m='85'] tbody tr td:nth-child(2),
	[data-width-3m='85'] thead tr th:nth-child(3),
	[data-width-3m='85'] tbody tr td:nth-child(3),
	[data-width-4m='85'] thead tr th:nth-child(4),
	[data-width-4m='85'] tbody tr td:nth-child(4),
	[data-width-5m='85'] thead tr th:nth-child(5),
	[data-width-5m='85'] tbody tr td:nth-child(5),
	[data-width-6m='85'] thead tr th:nth-child(6),
	[data-width-6m='85'] tbody tr td:nth-child(6),
	[data-width-7m='85'] thead tr th:nth-child(7),
	[data-width-7m='85'] tbody tr td:nth-child(7),
	[data-width-8m='85'] thead tr th:nth-child(8),
	[data-width-8m='85'] tbody tr td:nth-child(8),
	[data-width-9m='85'] thead tr th:nth-child(9),
	[data-width-9m='85'] tbody tr td:nth-child(9),
	[data-width-10m='85'] thead tr th:nth-child(10),
	[data-width-10m='85'] tbody tr td:nth-child(10) {
		flex-basis: 85% !important;
		width: 85% !important;
		max-width: 85% !important;
	}

	[data-width-1m='90'] thead tr th:nth-child(1),
	[data-width-1m='90'] tbody tr td:nth-child(1),
	[data-width-2m='90'] thead tr th:nth-child(2),
	[data-width-2m='90'] tbody tr td:nth-child(2),
	[data-width-3m='90'] thead tr th:nth-child(3),
	[data-width-3m='90'] tbody tr td:nth-child(3),
	[data-width-4m='90'] thead tr th:nth-child(4),
	[data-width-4m='90'] tbody tr td:nth-child(4),
	[data-width-5m='90'] thead tr th:nth-child(5),
	[data-width-5m='90'] tbody tr td:nth-child(5),
	[data-width-6m='90'] thead tr th:nth-child(6),
	[data-width-6m='90'] tbody tr td:nth-child(6),
	[data-width-7m='90'] thead tr th:nth-child(7),
	[data-width-7m='90'] tbody tr td:nth-child(7),
	[data-width-8m='90'] thead tr th:nth-child(8),
	[data-width-8m='90'] tbody tr td:nth-child(8),
	[data-width-9m='90'] thead tr th:nth-child(9),
	[data-width-9m='90'] tbody tr td:nth-child(9),
	[data-width-10m='90'] thead tr th:nth-child(10),
	[data-width-10m='90'] tbody tr td:nth-child(10) {
		flex-basis: 90% !important;
		width: 90% !important;
		max-width: 90% !important;
	}

	[data-width-1m='95'] thead tr th:nth-child(1),
	[data-width-1m='95'] tbody tr td:nth-child(1),
	[data-width-2m='95'] thead tr th:nth-child(2),
	[data-width-2m='95'] tbody tr td:nth-child(2),
	[data-width-3m='95'] thead tr th:nth-child(3),
	[data-width-3m='95'] tbody tr td:nth-child(3),
	[data-width-4m='95'] thead tr th:nth-child(4),
	[data-width-4m='95'] tbody tr td:nth-child(4),
	[data-width-5m='95'] thead tr th:nth-child(5),
	[data-width-5m='95'] tbody tr td:nth-child(5),
	[data-width-6m='95'] thead tr th:nth-child(6),
	[data-width-6m='95'] tbody tr td:nth-child(6),
	[data-width-7m='95'] thead tr th:nth-child(7),
	[data-width-7m='95'] tbody tr td:nth-child(7),
	[data-width-8m='95'] thead tr th:nth-child(8),
	[data-width-8m='95'] tbody tr td:nth-child(8),
	[data-width-9m='95'] thead tr th:nth-child(9),
	[data-width-9m='95'] tbody tr td:nth-child(9),
	[data-width-10m='95'] thead tr th:nth-child(10),
	[data-width-10m='95'] tbody tr td:nth-child(10) {
		flex-basis: 95% !important;
		width: 95% !important;
		max-width: 95% !important;
	}

	[data-width-1m='100'] thead tr th:nth-child(1),
	[data-width-1m='100'] tbody tr td:nth-child(1),
	[data-width-2m='100'] thead tr th:nth-child(2),
	[data-width-2m='100'] tbody tr td:nth-child(2),
	[data-width-3m='100'] thead tr th:nth-child(3),
	[data-width-3m='100'] tbody tr td:nth-child(3),
	[data-width-4m='100'] thead tr th:nth-child(4),
	[data-width-4m='100'] tbody tr td:nth-child(4),
	[data-width-5m='100'] thead tr th:nth-child(5),
	[data-width-5m='100'] tbody tr td:nth-child(5),
	[data-width-6m='100'] thead tr th:nth-child(6),
	[data-width-6m='100'] tbody tr td:nth-child(6),
	[data-width-7m='100'] thead tr th:nth-child(7),
	[data-width-7m='100'] tbody tr td:nth-child(7),
	[data-width-8m='100'] thead tr th:nth-child(8),
	[data-width-8m='100'] tbody tr td:nth-child(8),
	[data-width-9m='100'] thead tr th:nth-child(9),
	[data-width-9m='100'] tbody tr td:nth-child(9),
	[data-width-10m='100'] thead tr th:nth-child(10),
	[data-width-10m='100'] tbody tr td:nth-child(10) {
		flex-basis: 100% !important;
		width: 100% !important;
		max-width: 100% !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	[data-width-1t='5'] thead tr th:nth-child(1),
	[data-width-1t='5'] tbody tr td:nth-child(1),
	[data-width-2t='5'] thead tr th:nth-child(2),
	[data-width-2t='5'] tbody tr td:nth-child(2),
	[data-width-3t='5'] thead tr th:nth-child(3),
	[data-width-3t='5'] tbody tr td:nth-child(3),
	[data-width-4t='5'] thead tr th:nth-child(4),
	[data-width-4t='5'] tbody tr td:nth-child(4),
	[data-width-5t='5'] thead tr th:nth-child(5),
	[data-width-5t='5'] tbody tr td:nth-child(5),
	[data-width-6t='5'] thead tr th:nth-child(6),
	[data-width-6t='5'] tbody tr td:nth-child(6),
	[data-width-7t='5'] thead tr th:nth-child(7),
	[data-width-7t='5'] tbody tr td:nth-child(7),
	[data-width-8t='5'] thead tr th:nth-child(8),
	[data-width-8t='5'] tbody tr td:nth-child(8),
	[data-width-9t='5'] thead tr th:nth-child(9),
	[data-width-9t='5'] tbody tr td:nth-child(9),
	[data-width-10t='5'] thead tr th:nth-child(10),
	[data-width-10t='5'] tbody tr td:nth-child(10) {
		flex-basis: 5% !important;
		width: 5% !important;
		max-width: 5% !important;
	}

	[data-width-1t='10'] thead tr th:nth-child(1),
	[data-width-1t='10'] tbody tr td:nth-child(1),
	[data-width-2t='10'] thead tr th:nth-child(2),
	[data-width-2t='10'] tbody tr td:nth-child(2),
	[data-width-3t='10'] thead tr th:nth-child(3),
	[data-width-3t='10'] tbody tr td:nth-child(3),
	[data-width-4t='10'] thead tr th:nth-child(4),
	[data-width-4t='10'] tbody tr td:nth-child(4),
	[data-width-5t='10'] thead tr th:nth-child(5),
	[data-width-5t='10'] tbody tr td:nth-child(5),
	[data-width-6t='10'] thead tr th:nth-child(6),
	[data-width-6t='10'] tbody tr td:nth-child(6),
	[data-width-7t='10'] thead tr th:nth-child(7),
	[data-width-7t='10'] tbody tr td:nth-child(7),
	[data-width-8t='10'] thead tr th:nth-child(8),
	[data-width-8t='10'] tbody tr td:nth-child(8),
	[data-width-9t='10'] thead tr th:nth-child(9),
	[data-width-9t='10'] tbody tr td:nth-child(9),
	[data-width-10t='10'] thead tr th:nth-child(10),
	[data-width-10t='10'] tbody tr td:nth-child(10) {
		flex-basis: 10% !important;
		width: 10% !important;
		max-width: 10% !important;
	}

	[data-width-1t='15'] thead tr th:nth-child(1),
	[data-width-1t='15'] tbody tr td:nth-child(1),
	[data-width-2t='15'] thead tr th:nth-child(2),
	[data-width-2t='15'] tbody tr td:nth-child(2),
	[data-width-3t='15'] thead tr th:nth-child(3),
	[data-width-3t='15'] tbody tr td:nth-child(3),
	[data-width-4t='15'] thead tr th:nth-child(4),
	[data-width-4t='15'] tbody tr td:nth-child(4),
	[data-width-5t='15'] thead tr th:nth-child(5),
	[data-width-5t='15'] tbody tr td:nth-child(5),
	[data-width-6t='15'] thead tr th:nth-child(6),
	[data-width-6t='15'] tbody tr td:nth-child(6),
	[data-width-7t='15'] thead tr th:nth-child(7),
	[data-width-7t='15'] tbody tr td:nth-child(7),
	[data-width-8t='15'] thead tr th:nth-child(8),
	[data-width-8t='15'] tbody tr td:nth-child(8),
	[data-width-9t='15'] thead tr th:nth-child(9),
	[data-width-9t='15'] tbody tr td:nth-child(9),
	[data-width-10t='15'] thead tr th:nth-child(10),
	[data-width-10t='15'] tbody tr td:nth-child(10) {
		flex-basis: 15% !important;
		width: 15% !important;
		max-width: 15% !important;
	}

	[data-width-1t='20'] thead tr th:nth-child(1),
	[data-width-1t='20'] tbody tr td:nth-child(1),
	[data-width-2t='20'] thead tr th:nth-child(2),
	[data-width-2t='20'] tbody tr td:nth-child(2),
	[data-width-3t='20'] thead tr th:nth-child(3),
	[data-width-3t='20'] tbody tr td:nth-child(3),
	[data-width-4t='20'] thead tr th:nth-child(4),
	[data-width-4t='20'] tbody tr td:nth-child(4),
	[data-width-5t='20'] thead tr th:nth-child(5),
	[data-width-5t='20'] tbody tr td:nth-child(5),
	[data-width-6t='20'] thead tr th:nth-child(6),
	[data-width-6t='20'] tbody tr td:nth-child(6),
	[data-width-7t='20'] thead tr th:nth-child(7),
	[data-width-7t='20'] tbody tr td:nth-child(7),
	[data-width-8t='20'] thead tr th:nth-child(8),
	[data-width-8t='20'] tbody tr td:nth-child(8),
	[data-width-9t='20'] thead tr th:nth-child(9),
	[data-width-9t='20'] tbody tr td:nth-child(9),
	[data-width-10t='20'] thead tr th:nth-child(10),
	[data-width-10t='20'] tbody tr td:nth-child(10) {
		flex-basis: 20% !important;
		width: 20% !important;
		max-width: 20% !important;
	}

	[data-width-1t='25'] thead tr th:nth-child(1),
	[data-width-1t='25'] tbody tr td:nth-child(1),
	[data-width-2t='25'] thead tr th:nth-child(2),
	[data-width-2t='25'] tbody tr td:nth-child(2),
	[data-width-3t='25'] thead tr th:nth-child(3),
	[data-width-3t='25'] tbody tr td:nth-child(3),
	[data-width-4t='25'] thead tr th:nth-child(4),
	[data-width-4t='25'] tbody tr td:nth-child(4),
	[data-width-5t='25'] thead tr th:nth-child(5),
	[data-width-5t='25'] tbody tr td:nth-child(5),
	[data-width-6t='25'] thead tr th:nth-child(6),
	[data-width-6t='25'] tbody tr td:nth-child(6),
	[data-width-7t='25'] thead tr th:nth-child(7),
	[data-width-7t='25'] tbody tr td:nth-child(7),
	[data-width-8t='25'] thead tr th:nth-child(8),
	[data-width-8t='25'] tbody tr td:nth-child(8),
	[data-width-9t='25'] thead tr th:nth-child(9),
	[data-width-9t='25'] tbody tr td:nth-child(9),
	[data-width-10t='25'] thead tr th:nth-child(10),
	[data-width-10t='25'] tbody tr td:nth-child(10) {
		flex-basis: 25% !important;
		width: 25% !important;
		max-width: 25% !important;
	}

	[data-width-1t='30'] thead tr th:nth-child(1),
	[data-width-1t='30'] tbody tr td:nth-child(1),
	[data-width-2t='30'] thead tr th:nth-child(2),
	[data-width-2t='30'] tbody tr td:nth-child(2),
	[data-width-3t='30'] thead tr th:nth-child(3),
	[data-width-3t='30'] tbody tr td:nth-child(3),
	[data-width-4t='30'] thead tr th:nth-child(4),
	[data-width-4t='30'] tbody tr td:nth-child(4),
	[data-width-5t='30'] thead tr th:nth-child(5),
	[data-width-5t='30'] tbody tr td:nth-child(5),
	[data-width-6t='30'] thead tr th:nth-child(6),
	[data-width-6t='30'] tbody tr td:nth-child(6),
	[data-width-7t='30'] thead tr th:nth-child(7),
	[data-width-7t='30'] tbody tr td:nth-child(7),
	[data-width-8t='30'] thead tr th:nth-child(8),
	[data-width-8t='30'] tbody tr td:nth-child(8),
	[data-width-9t='30'] thead tr th:nth-child(9),
	[data-width-9t='30'] tbody tr td:nth-child(9),
	[data-width-10t='30'] thead tr th:nth-child(10),
	[data-width-10t='30'] tbody tr td:nth-child(10) {
		flex-basis: 30% !important;
		width: 30% !important;
		max-width: 30% !important;
	}

	[data-width-1t='35'] thead tr th:nth-child(1),
	[data-width-1t='35'] tbody tr td:nth-child(1),
	[data-width-2t='35'] thead tr th:nth-child(2),
	[data-width-2t='35'] tbody tr td:nth-child(2),
	[data-width-3t='35'] thead tr th:nth-child(3),
	[data-width-3t='35'] tbody tr td:nth-child(3),
	[data-width-4t='35'] thead tr th:nth-child(4),
	[data-width-4t='35'] tbody tr td:nth-child(4),
	[data-width-5t='35'] thead tr th:nth-child(5),
	[data-width-5t='35'] tbody tr td:nth-child(5),
	[data-width-6t='35'] thead tr th:nth-child(6),
	[data-width-6t='35'] tbody tr td:nth-child(6),
	[data-width-7t='35'] thead tr th:nth-child(7),
	[data-width-7t='35'] tbody tr td:nth-child(7),
	[data-width-8t='35'] thead tr th:nth-child(8),
	[data-width-8t='35'] tbody tr td:nth-child(8),
	[data-width-9t='35'] thead tr th:nth-child(9),
	[data-width-9t='35'] tbody tr td:nth-child(9),
	[data-width-10t='35'] thead tr th:nth-child(10),
	[data-width-10t='35'] tbody tr td:nth-child(10) {
		flex-basis: 35% !important;
		width: 35% !important;
		max-width: 35% !important;
	}

	[data-width-1t='40'] thead tr th:nth-child(1),
	[data-width-1t='40'] tbody tr td:nth-child(1),
	[data-width-2t='40'] thead tr th:nth-child(2),
	[data-width-2t='40'] tbody tr td:nth-child(2),
	[data-width-3t='40'] thead tr th:nth-child(3),
	[data-width-3t='40'] tbody tr td:nth-child(3),
	[data-width-4t='40'] thead tr th:nth-child(4),
	[data-width-4t='40'] tbody tr td:nth-child(4),
	[data-width-5t='40'] thead tr th:nth-child(5),
	[data-width-5t='40'] tbody tr td:nth-child(5),
	[data-width-6t='40'] thead tr th:nth-child(6),
	[data-width-6t='40'] tbody tr td:nth-child(6),
	[data-width-7t='40'] thead tr th:nth-child(7),
	[data-width-7t='40'] tbody tr td:nth-child(7),
	[data-width-8t='40'] thead tr th:nth-child(8),
	[data-width-8t='40'] tbody tr td:nth-child(8),
	[data-width-9t='40'] thead tr th:nth-child(9),
	[data-width-9t='40'] tbody tr td:nth-child(9),
	[data-width-10t='40'] thead tr th:nth-child(10),
	[data-width-10t='40'] tbody tr td:nth-child(10) {
		flex-basis: 40% !important;
		width: 40% !important;
		max-width: 40% !important;
	}

	[data-width-1t='45'] thead tr th:nth-child(1),
	[data-width-1t='45'] tbody tr td:nth-child(1),
	[data-width-2t='45'] thead tr th:nth-child(2),
	[data-width-2t='45'] tbody tr td:nth-child(2),
	[data-width-3t='45'] thead tr th:nth-child(3),
	[data-width-3t='45'] tbody tr td:nth-child(3),
	[data-width-4t='45'] thead tr th:nth-child(4),
	[data-width-4t='45'] tbody tr td:nth-child(4),
	[data-width-5t='45'] thead tr th:nth-child(5),
	[data-width-5t='45'] tbody tr td:nth-child(5),
	[data-width-6t='45'] thead tr th:nth-child(6),
	[data-width-6t='45'] tbody tr td:nth-child(6),
	[data-width-7t='45'] thead tr th:nth-child(7),
	[data-width-7t='45'] tbody tr td:nth-child(7),
	[data-width-8t='45'] thead tr th:nth-child(8),
	[data-width-8t='45'] tbody tr td:nth-child(8),
	[data-width-9t='45'] thead tr th:nth-child(9),
	[data-width-9t='45'] tbody tr td:nth-child(9),
	[data-width-10t='45'] thead tr th:nth-child(10),
	[data-width-10t='45'] tbody tr td:nth-child(10) {
		flex-basis: 45% !important;
		width: 45% !important;
		max-width: 45% !important;
	}

	[data-width-1t='50'] thead tr th:nth-child(1),
	[data-width-1t='50'] tbody tr td:nth-child(1),
	[data-width-2t='50'] thead tr th:nth-child(2),
	[data-width-2t='50'] tbody tr td:nth-child(2),
	[data-width-3t='50'] thead tr th:nth-child(3),
	[data-width-3t='50'] tbody tr td:nth-child(3),
	[data-width-4t='50'] thead tr th:nth-child(4),
	[data-width-4t='50'] tbody tr td:nth-child(4),
	[data-width-5t='50'] thead tr th:nth-child(5),
	[data-width-5t='50'] tbody tr td:nth-child(5),
	[data-width-6t='50'] thead tr th:nth-child(6),
	[data-width-6t='50'] tbody tr td:nth-child(6),
	[data-width-7t='50'] thead tr th:nth-child(7),
	[data-width-7t='50'] tbody tr td:nth-child(7),
	[data-width-8t='50'] thead tr th:nth-child(8),
	[data-width-8t='50'] tbody tr td:nth-child(8),
	[data-width-9t='50'] thead tr th:nth-child(9),
	[data-width-9t='50'] tbody tr td:nth-child(9),
	[data-width-10t='50'] thead tr th:nth-child(10),
	[data-width-10t='50'] tbody tr td:nth-child(10) {
		flex-basis: 50% !important;
		width: 50% !important;
		max-width: 50% !important;
	}

	[data-width-1t='55'] thead tr th:nth-child(1),
	[data-width-1t='55'] tbody tr td:nth-child(1),
	[data-width-2t='55'] thead tr th:nth-child(2),
	[data-width-2t='55'] tbody tr td:nth-child(2),
	[data-width-3t='55'] thead tr th:nth-child(3),
	[data-width-3t='55'] tbody tr td:nth-child(3),
	[data-width-4t='55'] thead tr th:nth-child(4),
	[data-width-4t='55'] tbody tr td:nth-child(4),
	[data-width-5t='55'] thead tr th:nth-child(5),
	[data-width-5t='55'] tbody tr td:nth-child(5),
	[data-width-6t='55'] thead tr th:nth-child(6),
	[data-width-6t='55'] tbody tr td:nth-child(6),
	[data-width-7t='55'] thead tr th:nth-child(7),
	[data-width-7t='55'] tbody tr td:nth-child(7),
	[data-width-8t='55'] thead tr th:nth-child(8),
	[data-width-8t='55'] tbody tr td:nth-child(8),
	[data-width-9t='55'] thead tr th:nth-child(9),
	[data-width-9t='55'] tbody tr td:nth-child(9),
	[data-width-10t='55'] thead tr th:nth-child(10),
	[data-width-10t='55'] tbody tr td:nth-child(10) {
		flex-basis: 55% !important;
		width: 55% !important;
		max-width: 55% !important;
	}

	[data-width-1t='60'] thead tr th:nth-child(1),
	[data-width-1t='60'] tbody tr td:nth-child(1),
	[data-width-2t='60'] thead tr th:nth-child(2),
	[data-width-2t='60'] tbody tr td:nth-child(2),
	[data-width-3t='60'] thead tr th:nth-child(3),
	[data-width-3t='60'] tbody tr td:nth-child(3),
	[data-width-4t='60'] thead tr th:nth-child(4),
	[data-width-4t='60'] tbody tr td:nth-child(4),
	[data-width-5t='60'] thead tr th:nth-child(5),
	[data-width-5t='60'] tbody tr td:nth-child(5),
	[data-width-6t='60'] thead tr th:nth-child(6),
	[data-width-6t='60'] tbody tr td:nth-child(6),
	[data-width-7t='60'] thead tr th:nth-child(7),
	[data-width-7t='60'] tbody tr td:nth-child(7),
	[data-width-8t='60'] thead tr th:nth-child(8),
	[data-width-8t='60'] tbody tr td:nth-child(8),
	[data-width-9t='60'] thead tr th:nth-child(9),
	[data-width-9t='60'] tbody tr td:nth-child(9),
	[data-width-10t='60'] thead tr th:nth-child(10),
	[data-width-10t='60'] tbody tr td:nth-child(10) {
		flex-basis: 60% !important;
		width: 60% !important;
		max-width: 60% !important;
	}

	[data-width-1t='65'] thead tr th:nth-child(1),
	[data-width-1t='65'] tbody tr td:nth-child(1),
	[data-width-2t='65'] thead tr th:nth-child(2),
	[data-width-2t='65'] tbody tr td:nth-child(2),
	[data-width-3t='65'] thead tr th:nth-child(3),
	[data-width-3t='65'] tbody tr td:nth-child(3),
	[data-width-4t='65'] thead tr th:nth-child(4),
	[data-width-4t='65'] tbody tr td:nth-child(4),
	[data-width-5t='65'] thead tr th:nth-child(5),
	[data-width-5t='65'] tbody tr td:nth-child(5),
	[data-width-6t='65'] thead tr th:nth-child(6),
	[data-width-6t='65'] tbody tr td:nth-child(6),
	[data-width-7t='65'] thead tr th:nth-child(7),
	[data-width-7t='65'] tbody tr td:nth-child(7),
	[data-width-8t='65'] thead tr th:nth-child(8),
	[data-width-8t='65'] tbody tr td:nth-child(8),
	[data-width-9t='65'] thead tr th:nth-child(9),
	[data-width-9t='65'] tbody tr td:nth-child(9),
	[data-width-10t='65'] thead tr th:nth-child(10),
	[data-width-10t='65'] tbody tr td:nth-child(10) {
		flex-basis: 65% !important;
		width: 65% !important;
		max-width: 65% !important;
	}

	[data-width-1t='70'] thead tr th:nth-child(1),
	[data-width-1t='70'] tbody tr td:nth-child(1),
	[data-width-2t='70'] thead tr th:nth-child(2),
	[data-width-2t='70'] tbody tr td:nth-child(2),
	[data-width-3t='70'] thead tr th:nth-child(3),
	[data-width-3t='70'] tbody tr td:nth-child(3),
	[data-width-4t='70'] thead tr th:nth-child(4),
	[data-width-4t='70'] tbody tr td:nth-child(4),
	[data-width-5t='70'] thead tr th:nth-child(5),
	[data-width-5t='70'] tbody tr td:nth-child(5),
	[data-width-6t='70'] thead tr th:nth-child(6),
	[data-width-6t='70'] tbody tr td:nth-child(6),
	[data-width-7t='70'] thead tr th:nth-child(7),
	[data-width-7t='70'] tbody tr td:nth-child(7),
	[data-width-8t='70'] thead tr th:nth-child(8),
	[data-width-8t='70'] tbody tr td:nth-child(8),
	[data-width-9t='70'] thead tr th:nth-child(9),
	[data-width-9t='70'] tbody tr td:nth-child(9),
	[data-width-10t='70'] thead tr th:nth-child(10),
	[data-width-10t='70'] tbody tr td:nth-child(10) {
		flex-basis: 70% !important;
		width: 70% !important;
		max-width: 70% !important;
	}

	[data-width-1t='75'] thead tr th:nth-child(1),
	[data-width-1t='75'] tbody tr td:nth-child(1),
	[data-width-2t='75'] thead tr th:nth-child(2),
	[data-width-2t='75'] tbody tr td:nth-child(2),
	[data-width-3t='75'] thead tr th:nth-child(3),
	[data-width-3t='75'] tbody tr td:nth-child(3),
	[data-width-4t='75'] thead tr th:nth-child(4),
	[data-width-4t='75'] tbody tr td:nth-child(4),
	[data-width-5t='75'] thead tr th:nth-child(5),
	[data-width-5t='75'] tbody tr td:nth-child(5),
	[data-width-6t='75'] thead tr th:nth-child(6),
	[data-width-6t='75'] tbody tr td:nth-child(6),
	[data-width-7t='75'] thead tr th:nth-child(7),
	[data-width-7t='75'] tbody tr td:nth-child(7),
	[data-width-8t='75'] thead tr th:nth-child(8),
	[data-width-8t='75'] tbody tr td:nth-child(8),
	[data-width-9t='75'] thead tr th:nth-child(9),
	[data-width-9t='75'] tbody tr td:nth-child(9),
	[data-width-10t='75'] thead tr th:nth-child(10),
	[data-width-10t='75'] tbody tr td:nth-child(10) {
		flex-basis: 75% !important;
		width: 75% !important;
		max-width: 75% !important;
	}

	[data-width-1t='80'] thead tr th:nth-child(1),
	[data-width-1t='80'] tbody tr td:nth-child(1),
	[data-width-2t='80'] thead tr th:nth-child(2),
	[data-width-2t='80'] tbody tr td:nth-child(2),
	[data-width-3t='80'] thead tr th:nth-child(3),
	[data-width-3t='80'] tbody tr td:nth-child(3),
	[data-width-4t='80'] thead tr th:nth-child(4),
	[data-width-4t='80'] tbody tr td:nth-child(4),
	[data-width-5t='80'] thead tr th:nth-child(5),
	[data-width-5t='80'] tbody tr td:nth-child(5),
	[data-width-6t='80'] thead tr th:nth-child(6),
	[data-width-6t='80'] tbody tr td:nth-child(6),
	[data-width-7t='80'] thead tr th:nth-child(7),
	[data-width-7t='80'] tbody tr td:nth-child(7),
	[data-width-8t='80'] thead tr th:nth-child(8),
	[data-width-8t='80'] tbody tr td:nth-child(8),
	[data-width-9t='80'] thead tr th:nth-child(9),
	[data-width-9t='80'] tbody tr td:nth-child(9),
	[data-width-10t='80'] thead tr th:nth-child(10),
	[data-width-10t='80'] tbody tr td:nth-child(10) {
		flex-basis: 80% !important;
		width: 80% !important;
		max-width: 80% !important;
	}

	[data-width-1t='85'] thead tr th:nth-child(1),
	[data-width-1t='85'] tbody tr td:nth-child(1),
	[data-width-2t='85'] thead tr th:nth-child(2),
	[data-width-2t='85'] tbody tr td:nth-child(2),
	[data-width-3t='85'] thead tr th:nth-child(3),
	[data-width-3t='85'] tbody tr td:nth-child(3),
	[data-width-4t='85'] thead tr th:nth-child(4),
	[data-width-4t='85'] tbody tr td:nth-child(4),
	[data-width-5t='85'] thead tr th:nth-child(5),
	[data-width-5t='85'] tbody tr td:nth-child(5),
	[data-width-6t='85'] thead tr th:nth-child(6),
	[data-width-6t='85'] tbody tr td:nth-child(6),
	[data-width-7t='85'] thead tr th:nth-child(7),
	[data-width-7t='85'] tbody tr td:nth-child(7),
	[data-width-8t='85'] thead tr th:nth-child(8),
	[data-width-8t='85'] tbody tr td:nth-child(8),
	[data-width-9t='85'] thead tr th:nth-child(9),
	[data-width-9t='85'] tbody tr td:nth-child(9),
	[data-width-10t='85'] thead tr th:nth-child(10),
	[data-width-10t='85'] tbody tr td:nth-child(10) {
		flex-basis: 85% !important;
		width: 85% !important;
		max-width: 85% !important;
	}

	[data-width-1t='90'] thead tr th:nth-child(1),
	[data-width-1t='90'] tbody tr td:nth-child(1),
	[data-width-2t='90'] thead tr th:nth-child(2),
	[data-width-2t='90'] tbody tr td:nth-child(2),
	[data-width-3t='90'] thead tr th:nth-child(3),
	[data-width-3t='90'] tbody tr td:nth-child(3),
	[data-width-4t='90'] thead tr th:nth-child(4),
	[data-width-4t='90'] tbody tr td:nth-child(4),
	[data-width-5t='90'] thead tr th:nth-child(5),
	[data-width-5t='90'] tbody tr td:nth-child(5),
	[data-width-6t='90'] thead tr th:nth-child(6),
	[data-width-6t='90'] tbody tr td:nth-child(6),
	[data-width-7t='90'] thead tr th:nth-child(7),
	[data-width-7t='90'] tbody tr td:nth-child(7),
	[data-width-8t='90'] thead tr th:nth-child(8),
	[data-width-8t='90'] tbody tr td:nth-child(8),
	[data-width-9t='90'] thead tr th:nth-child(9),
	[data-width-9t='90'] tbody tr td:nth-child(9),
	[data-width-10t='90'] thead tr th:nth-child(10),
	[data-width-10t='90'] tbody tr td:nth-child(10) {
		flex-basis: 90% !important;
		width: 90% !important;
		max-width: 90% !important;
	}

	[data-width-1t='95'] thead tr th:nth-child(1),
	[data-width-1t='95'] tbody tr td:nth-child(1),
	[data-width-2t='95'] thead tr th:nth-child(2),
	[data-width-2t='95'] tbody tr td:nth-child(2),
	[data-width-3t='95'] thead tr th:nth-child(3),
	[data-width-3t='95'] tbody tr td:nth-child(3),
	[data-width-4t='95'] thead tr th:nth-child(4),
	[data-width-4t='95'] tbody tr td:nth-child(4),
	[data-width-5t='95'] thead tr th:nth-child(5),
	[data-width-5t='95'] tbody tr td:nth-child(5),
	[data-width-6t='95'] thead tr th:nth-child(6),
	[data-width-6t='95'] tbody tr td:nth-child(6),
	[data-width-7t='95'] thead tr th:nth-child(7),
	[data-width-7t='95'] tbody tr td:nth-child(7),
	[data-width-8t='95'] thead tr th:nth-child(8),
	[data-width-8t='95'] tbody tr td:nth-child(8),
	[data-width-9t='95'] thead tr th:nth-child(9),
	[data-width-9t='95'] tbody tr td:nth-child(9),
	[data-width-10t='95'] thead tr th:nth-child(10),
	[data-width-10t='95'] tbody tr td:nth-child(10) {
		flex-basis: 95% !important;
		width: 95% !important;
		max-width: 95% !important;
	}

	[data-width-1t='100'] thead tr th:nth-child(1),
	[data-width-1t='100'] tbody tr td:nth-child(1),
	[data-width-2t='100'] thead tr th:nth-child(2),
	[data-width-2t='100'] tbody tr td:nth-child(2),
	[data-width-3t='100'] thead tr th:nth-child(3),
	[data-width-3t='100'] tbody tr td:nth-child(3),
	[data-width-4t='100'] thead tr th:nth-child(4),
	[data-width-4t='100'] tbody tr td:nth-child(4),
	[data-width-5t='100'] thead tr th:nth-child(5),
	[data-width-5t='100'] tbody tr td:nth-child(5),
	[data-width-6t='100'] thead tr th:nth-child(6),
	[data-width-6t='100'] tbody tr td:nth-child(6),
	[data-width-7t='100'] thead tr th:nth-child(7),
	[data-width-7t='100'] tbody tr td:nth-child(7),
	[data-width-8t='100'] thead tr th:nth-child(8),
	[data-width-8t='100'] tbody tr td:nth-child(8),
	[data-width-9t='100'] thead tr th:nth-child(9),
	[data-width-9t='100'] tbody tr td:nth-child(9),
	[data-width-10t='100'] thead tr th:nth-child(10),
	[data-width-10t='100'] tbody tr td:nth-child(10) {
		flex-basis: 100% !important;
		width: 100% !important;
		max-width: 100% !important;
	}
}

@media only screen and (min-width: 1024px) {
	[data-width-1d='5'] thead tr th:nth-child(1),
	[data-width-1d='5'] tbody tr td:nth-child(1),
	[data-width-2d='5'] thead tr th:nth-child(2),
	[data-width-2d='5'] tbody tr td:nth-child(2),
	[data-width-3d='5'] thead tr th:nth-child(3),
	[data-width-3d='5'] tbody tr td:nth-child(3),
	[data-width-4d='5'] thead tr th:nth-child(4),
	[data-width-4d='5'] tbody tr td:nth-child(4),
	[data-width-5d='5'] thead tr th:nth-child(5),
	[data-width-5d='5'] tbody tr td:nth-child(5),
	[data-width-6d='5'] thead tr th:nth-child(6),
	[data-width-6d='5'] tbody tr td:nth-child(6),
	[data-width-7d='5'] thead tr th:nth-child(7),
	[data-width-7d='5'] tbody tr td:nth-child(7),
	[data-width-8d='5'] thead tr th:nth-child(8),
	[data-width-8d='5'] tbody tr td:nth-child(8),
	[data-width-9d='5'] thead tr th:nth-child(9),
	[data-width-9d='5'] tbody tr td:nth-child(9),
	[data-width-10d='5'] thead tr th:nth-child(10),
	[data-width-10d='5'] tbody tr td:nth-child(10) {
		flex-basis: 5% !important;
		width: 5% !important;
		max-width: 5% !important;
	}

	[data-width-1d='10'] thead tr th:nth-child(1),
	[data-width-1d='10'] tbody tr td:nth-child(1),
	[data-width-2d='10'] thead tr th:nth-child(2),
	[data-width-2d='10'] tbody tr td:nth-child(2),
	[data-width-3d='10'] thead tr th:nth-child(3),
	[data-width-3d='10'] tbody tr td:nth-child(3),
	[data-width-4d='10'] thead tr th:nth-child(4),
	[data-width-4d='10'] tbody tr td:nth-child(4),
	[data-width-5d='10'] thead tr th:nth-child(5),
	[data-width-5d='10'] tbody tr td:nth-child(5),
	[data-width-6d='10'] thead tr th:nth-child(6),
	[data-width-6d='10'] tbody tr td:nth-child(6),
	[data-width-7d='10'] thead tr th:nth-child(7),
	[data-width-7d='10'] tbody tr td:nth-child(7),
	[data-width-8d='10'] thead tr th:nth-child(8),
	[data-width-8d='10'] tbody tr td:nth-child(8),
	[data-width-9d='10'] thead tr th:nth-child(9),
	[data-width-9d='10'] tbody tr td:nth-child(9),
	[data-width-10d='10'] thead tr th:nth-child(10),
	[data-width-10d='10'] tbody tr td:nth-child(10) {
		flex-basis: 10% !important;
		width: 10% !important;
		max-width: 10% !important;
	}

	[data-width-1d='15'] thead tr th:nth-child(1),
	[data-width-1d='15'] tbody tr td:nth-child(1),
	[data-width-2d='15'] thead tr th:nth-child(2),
	[data-width-2d='15'] tbody tr td:nth-child(2),
	[data-width-3d='15'] thead tr th:nth-child(3),
	[data-width-3d='15'] tbody tr td:nth-child(3),
	[data-width-4d='15'] thead tr th:nth-child(4),
	[data-width-4d='15'] tbody tr td:nth-child(4),
	[data-width-5d='15'] thead tr th:nth-child(5),
	[data-width-5d='15'] tbody tr td:nth-child(5),
	[data-width-6d='15'] thead tr th:nth-child(6),
	[data-width-6d='15'] tbody tr td:nth-child(6),
	[data-width-7d='15'] thead tr th:nth-child(7),
	[data-width-7d='15'] tbody tr td:nth-child(7),
	[data-width-8d='15'] thead tr th:nth-child(8),
	[data-width-8d='15'] tbody tr td:nth-child(8),
	[data-width-9d='15'] thead tr th:nth-child(9),
	[data-width-9d='15'] tbody tr td:nth-child(9),
	[data-width-10d='15'] thead tr th:nth-child(10),
	[data-width-10d='15'] tbody tr td:nth-child(10) {
		flex-basis: 15% !important;
		width: 15% !important;
		max-width: 15% !important;
	}

	[data-width-1d='20'] thead tr th:nth-child(1),
	[data-width-1d='20'] tbody tr td:nth-child(1),
	[data-width-2d='20'] thead tr th:nth-child(2),
	[data-width-2d='20'] tbody tr td:nth-child(2),
	[data-width-3d='20'] thead tr th:nth-child(3),
	[data-width-3d='20'] tbody tr td:nth-child(3),
	[data-width-4d='20'] thead tr th:nth-child(4),
	[data-width-4d='20'] tbody tr td:nth-child(4),
	[data-width-5d='20'] thead tr th:nth-child(5),
	[data-width-5d='20'] tbody tr td:nth-child(5),
	[data-width-6d='20'] thead tr th:nth-child(6),
	[data-width-6d='20'] tbody tr td:nth-child(6),
	[data-width-7d='20'] thead tr th:nth-child(7),
	[data-width-7d='20'] tbody tr td:nth-child(7),
	[data-width-8d='20'] thead tr th:nth-child(8),
	[data-width-8d='20'] tbody tr td:nth-child(8),
	[data-width-9d='20'] thead tr th:nth-child(9),
	[data-width-9d='20'] tbody tr td:nth-child(9),
	[data-width-10d='20'] thead tr th:nth-child(10),
	[data-width-10d='20'] tbody tr td:nth-child(10) {
		flex-basis: 20% !important;
		width: 20% !important;
		max-width: 20% !important;
	}

	[data-width-1d='25'] thead tr th:nth-child(1),
	[data-width-1d='25'] tbody tr td:nth-child(1),
	[data-width-2d='25'] thead tr th:nth-child(2),
	[data-width-2d='25'] tbody tr td:nth-child(2),
	[data-width-3d='25'] thead tr th:nth-child(3),
	[data-width-3d='25'] tbody tr td:nth-child(3),
	[data-width-4d='25'] thead tr th:nth-child(4),
	[data-width-4d='25'] tbody tr td:nth-child(4),
	[data-width-5d='25'] thead tr th:nth-child(5),
	[data-width-5d='25'] tbody tr td:nth-child(5),
	[data-width-6d='25'] thead tr th:nth-child(6),
	[data-width-6d='25'] tbody tr td:nth-child(6),
	[data-width-7d='25'] thead tr th:nth-child(7),
	[data-width-7d='25'] tbody tr td:nth-child(7),
	[data-width-8d='25'] thead tr th:nth-child(8),
	[data-width-8d='25'] tbody tr td:nth-child(8),
	[data-width-9d='25'] thead tr th:nth-child(9),
	[data-width-9d='25'] tbody tr td:nth-child(9),
	[data-width-10d='25'] thead tr th:nth-child(10),
	[data-width-10d='25'] tbody tr td:nth-child(10) {
		flex-basis: 25% !important;
		width: 25% !important;
		max-width: 25% !important;
	}

	[data-width-1d='30'] thead tr th:nth-child(1),
	[data-width-1d='30'] tbody tr td:nth-child(1),
	[data-width-2d='30'] thead tr th:nth-child(2),
	[data-width-2d='30'] tbody tr td:nth-child(2),
	[data-width-3d='30'] thead tr th:nth-child(3),
	[data-width-3d='30'] tbody tr td:nth-child(3),
	[data-width-4d='30'] thead tr th:nth-child(4),
	[data-width-4d='30'] tbody tr td:nth-child(4),
	[data-width-5d='30'] thead tr th:nth-child(5),
	[data-width-5d='30'] tbody tr td:nth-child(5),
	[data-width-6d='30'] thead tr th:nth-child(6),
	[data-width-6d='30'] tbody tr td:nth-child(6),
	[data-width-7d='30'] thead tr th:nth-child(7),
	[data-width-7d='30'] tbody tr td:nth-child(7),
	[data-width-8d='30'] thead tr th:nth-child(8),
	[data-width-8d='30'] tbody tr td:nth-child(8),
	[data-width-9d='30'] thead tr th:nth-child(9),
	[data-width-9d='30'] tbody tr td:nth-child(9),
	[data-width-10d='30'] thead tr th:nth-child(10),
	[data-width-10d='30'] tbody tr td:nth-child(10) {
		flex-basis: 30% !important;
		width: 30% !important;
		max-width: 30% !important;
	}

	[data-width-1d='35'] thead tr th:nth-child(1),
	[data-width-1d='35'] tbody tr td:nth-child(1),
	[data-width-2d='35'] thead tr th:nth-child(2),
	[data-width-2d='35'] tbody tr td:nth-child(2),
	[data-width-3d='35'] thead tr th:nth-child(3),
	[data-width-3d='35'] tbody tr td:nth-child(3),
	[data-width-4d='35'] thead tr th:nth-child(4),
	[data-width-4d='35'] tbody tr td:nth-child(4),
	[data-width-5d='35'] thead tr th:nth-child(5),
	[data-width-5d='35'] tbody tr td:nth-child(5),
	[data-width-6d='35'] thead tr th:nth-child(6),
	[data-width-6d='35'] tbody tr td:nth-child(6),
	[data-width-7d='35'] thead tr th:nth-child(7),
	[data-width-7d='35'] tbody tr td:nth-child(7),
	[data-width-8d='35'] thead tr th:nth-child(8),
	[data-width-8d='35'] tbody tr td:nth-child(8),
	[data-width-9d='35'] thead tr th:nth-child(9),
	[data-width-9d='35'] tbody tr td:nth-child(9),
	[data-width-10d='35'] thead tr th:nth-child(10),
	[data-width-10d='35'] tbody tr td:nth-child(10) {
		flex-basis: 35% !important;
		width: 35% !important;
		max-width: 35% !important;
	}

	[data-width-1d='40'] thead tr th:nth-child(1),
	[data-width-1d='40'] tbody tr td:nth-child(1),
	[data-width-2d='40'] thead tr th:nth-child(2),
	[data-width-2d='40'] tbody tr td:nth-child(2),
	[data-width-3d='40'] thead tr th:nth-child(3),
	[data-width-3d='40'] tbody tr td:nth-child(3),
	[data-width-4d='40'] thead tr th:nth-child(4),
	[data-width-4d='40'] tbody tr td:nth-child(4),
	[data-width-5d='40'] thead tr th:nth-child(5),
	[data-width-5d='40'] tbody tr td:nth-child(5),
	[data-width-6d='40'] thead tr th:nth-child(6),
	[data-width-6d='40'] tbody tr td:nth-child(6),
	[data-width-7d='40'] thead tr th:nth-child(7),
	[data-width-7d='40'] tbody tr td:nth-child(7),
	[data-width-8d='40'] thead tr th:nth-child(8),
	[data-width-8d='40'] tbody tr td:nth-child(8),
	[data-width-9d='40'] thead tr th:nth-child(9),
	[data-width-9d='40'] tbody tr td:nth-child(9),
	[data-width-10d='40'] thead tr th:nth-child(10),
	[data-width-10d='40'] tbody tr td:nth-child(10) {
		flex-basis: 40% !important;
		width: 40% !important;
		max-width: 40% !important;
	}

	[data-width-1d='45'] thead tr th:nth-child(1),
	[data-width-1d='45'] tbody tr td:nth-child(1),
	[data-width-2d='45'] thead tr th:nth-child(2),
	[data-width-2d='45'] tbody tr td:nth-child(2),
	[data-width-3d='45'] thead tr th:nth-child(3),
	[data-width-3d='45'] tbody tr td:nth-child(3),
	[data-width-4d='45'] thead tr th:nth-child(4),
	[data-width-4d='45'] tbody tr td:nth-child(4),
	[data-width-5d='45'] thead tr th:nth-child(5),
	[data-width-5d='45'] tbody tr td:nth-child(5),
	[data-width-6d='45'] thead tr th:nth-child(6),
	[data-width-6d='45'] tbody tr td:nth-child(6),
	[data-width-7d='45'] thead tr th:nth-child(7),
	[data-width-7d='45'] tbody tr td:nth-child(7),
	[data-width-8d='45'] thead tr th:nth-child(8),
	[data-width-8d='45'] tbody tr td:nth-child(8),
	[data-width-9d='45'] thead tr th:nth-child(9),
	[data-width-9d='45'] tbody tr td:nth-child(9),
	[data-width-10d='45'] thead tr th:nth-child(10),
	[data-width-10d='45'] tbody tr td:nth-child(10) {
		flex-basis: 45% !important;
		width: 45% !important;
		max-width: 45% !important;
	}

	[data-width-1d='50'] thead tr th:nth-child(1),
	[data-width-1d='50'] tbody tr td:nth-child(1),
	[data-width-2d='50'] thead tr th:nth-child(2),
	[data-width-2d='50'] tbody tr td:nth-child(2),
	[data-width-3d='50'] thead tr th:nth-child(3),
	[data-width-3d='50'] tbody tr td:nth-child(3),
	[data-width-4d='50'] thead tr th:nth-child(4),
	[data-width-4d='50'] tbody tr td:nth-child(4),
	[data-width-5d='50'] thead tr th:nth-child(5),
	[data-width-5d='50'] tbody tr td:nth-child(5),
	[data-width-6d='50'] thead tr th:nth-child(6),
	[data-width-6d='50'] tbody tr td:nth-child(6),
	[data-width-7d='50'] thead tr th:nth-child(7),
	[data-width-7d='50'] tbody tr td:nth-child(7),
	[data-width-8d='50'] thead tr th:nth-child(8),
	[data-width-8d='50'] tbody tr td:nth-child(8),
	[data-width-9d='50'] thead tr th:nth-child(9),
	[data-width-9d='50'] tbody tr td:nth-child(9),
	[data-width-10d='50'] thead tr th:nth-child(10),
	[data-width-10d='50'] tbody tr td:nth-child(10) {
		flex-basis: 50% !important;
		width: 50% !important;
		max-width: 50% !important;
	}

	[data-width-1d='55'] thead tr th:nth-child(1),
	[data-width-1d='55'] tbody tr td:nth-child(1),
	[data-width-2d='55'] thead tr th:nth-child(2),
	[data-width-2d='55'] tbody tr td:nth-child(2),
	[data-width-3d='55'] thead tr th:nth-child(3),
	[data-width-3d='55'] tbody tr td:nth-child(3),
	[data-width-4d='55'] thead tr th:nth-child(4),
	[data-width-4d='55'] tbody tr td:nth-child(4),
	[data-width-5d='55'] thead tr th:nth-child(5),
	[data-width-5d='55'] tbody tr td:nth-child(5),
	[data-width-6d='55'] thead tr th:nth-child(6),
	[data-width-6d='55'] tbody tr td:nth-child(6),
	[data-width-7d='55'] thead tr th:nth-child(7),
	[data-width-7d='55'] tbody tr td:nth-child(7),
	[data-width-8d='55'] thead tr th:nth-child(8),
	[data-width-8d='55'] tbody tr td:nth-child(8),
	[data-width-9d='55'] thead tr th:nth-child(9),
	[data-width-9d='55'] tbody tr td:nth-child(9),
	[data-width-10d='55'] thead tr th:nth-child(10),
	[data-width-10d='55'] tbody tr td:nth-child(10) {
		flex-basis: 55% !important;
		width: 55% !important;
		max-width: 55% !important;
	}

	[data-width-1d='60'] thead tr th:nth-child(1),
	[data-width-1d='60'] tbody tr td:nth-child(1),
	[data-width-2d='60'] thead tr th:nth-child(2),
	[data-width-2d='60'] tbody tr td:nth-child(2),
	[data-width-3d='60'] thead tr th:nth-child(3),
	[data-width-3d='60'] tbody tr td:nth-child(3),
	[data-width-4d='60'] thead tr th:nth-child(4),
	[data-width-4d='60'] tbody tr td:nth-child(4),
	[data-width-5d='60'] thead tr th:nth-child(5),
	[data-width-5d='60'] tbody tr td:nth-child(5),
	[data-width-6d='60'] thead tr th:nth-child(6),
	[data-width-6d='60'] tbody tr td:nth-child(6),
	[data-width-7d='60'] thead tr th:nth-child(7),
	[data-width-7d='60'] tbody tr td:nth-child(7),
	[data-width-8d='60'] thead tr th:nth-child(8),
	[data-width-8d='60'] tbody tr td:nth-child(8),
	[data-width-9d='60'] thead tr th:nth-child(9),
	[data-width-9d='60'] tbody tr td:nth-child(9),
	[data-width-10d='60'] thead tr th:nth-child(10),
	[data-width-10d='60'] tbody tr td:nth-child(10) {
		flex-basis: 60% !important;
		width: 60% !important;
		max-width: 60% !important;
	}

	[data-width-1d='65'] thead tr th:nth-child(1),
	[data-width-1d='65'] tbody tr td:nth-child(1),
	[data-width-2d='65'] thead tr th:nth-child(2),
	[data-width-2d='65'] tbody tr td:nth-child(2),
	[data-width-3d='65'] thead tr th:nth-child(3),
	[data-width-3d='65'] tbody tr td:nth-child(3),
	[data-width-4d='65'] thead tr th:nth-child(4),
	[data-width-4d='65'] tbody tr td:nth-child(4),
	[data-width-5d='65'] thead tr th:nth-child(5),
	[data-width-5d='65'] tbody tr td:nth-child(5),
	[data-width-6d='65'] thead tr th:nth-child(6),
	[data-width-6d='65'] tbody tr td:nth-child(6),
	[data-width-7d='65'] thead tr th:nth-child(7),
	[data-width-7d='65'] tbody tr td:nth-child(7),
	[data-width-8d='65'] thead tr th:nth-child(8),
	[data-width-8d='65'] tbody tr td:nth-child(8),
	[data-width-9d='65'] thead tr th:nth-child(9),
	[data-width-9d='65'] tbody tr td:nth-child(9),
	[data-width-10d='65'] thead tr th:nth-child(10),
	[data-width-10d='65'] tbody tr td:nth-child(10) {
		flex-basis: 65% !important;
		width: 65% !important;
		max-width: 65% !important;
	}

	[data-width-1d='70'] thead tr th:nth-child(1),
	[data-width-1d='70'] tbody tr td:nth-child(1),
	[data-width-2d='70'] thead tr th:nth-child(2),
	[data-width-2d='70'] tbody tr td:nth-child(2),
	[data-width-3d='70'] thead tr th:nth-child(3),
	[data-width-3d='70'] tbody tr td:nth-child(3),
	[data-width-4d='70'] thead tr th:nth-child(4),
	[data-width-4d='70'] tbody tr td:nth-child(4),
	[data-width-5d='70'] thead tr th:nth-child(5),
	[data-width-5d='70'] tbody tr td:nth-child(5),
	[data-width-6d='70'] thead tr th:nth-child(6),
	[data-width-6d='70'] tbody tr td:nth-child(6),
	[data-width-7d='70'] thead tr th:nth-child(7),
	[data-width-7d='70'] tbody tr td:nth-child(7),
	[data-width-8d='70'] thead tr th:nth-child(8),
	[data-width-8d='70'] tbody tr td:nth-child(8),
	[data-width-9d='70'] thead tr th:nth-child(9),
	[data-width-9d='70'] tbody tr td:nth-child(9),
	[data-width-10d='70'] thead tr th:nth-child(10),
	[data-width-10d='70'] tbody tr td:nth-child(10) {
		flex-basis: 70% !important;
		width: 70% !important;
		max-width: 70% !important;
	}

	[data-width-1d='75'] thead tr th:nth-child(1),
	[data-width-1d='75'] tbody tr td:nth-child(1),
	[data-width-2d='75'] thead tr th:nth-child(2),
	[data-width-2d='75'] tbody tr td:nth-child(2),
	[data-width-3d='75'] thead tr th:nth-child(3),
	[data-width-3d='75'] tbody tr td:nth-child(3),
	[data-width-4d='75'] thead tr th:nth-child(4),
	[data-width-4d='75'] tbody tr td:nth-child(4),
	[data-width-5d='75'] thead tr th:nth-child(5),
	[data-width-5d='75'] tbody tr td:nth-child(5),
	[data-width-6d='75'] thead tr th:nth-child(6),
	[data-width-6d='75'] tbody tr td:nth-child(6),
	[data-width-7d='75'] thead tr th:nth-child(7),
	[data-width-7d='75'] tbody tr td:nth-child(7),
	[data-width-8d='75'] thead tr th:nth-child(8),
	[data-width-8d='75'] tbody tr td:nth-child(8),
	[data-width-9d='75'] thead tr th:nth-child(9),
	[data-width-9d='75'] tbody tr td:nth-child(9),
	[data-width-10d='75'] thead tr th:nth-child(10),
	[data-width-10d='75'] tbody tr td:nth-child(10) {
		flex-basis: 75% !important;
		width: 75% !important;
		max-width: 75% !important;
	}

	[data-width-1d='80'] thead tr th:nth-child(1),
	[data-width-1d='80'] tbody tr td:nth-child(1),
	[data-width-2d='80'] thead tr th:nth-child(2),
	[data-width-2d='80'] tbody tr td:nth-child(2),
	[data-width-3d='80'] thead tr th:nth-child(3),
	[data-width-3d='80'] tbody tr td:nth-child(3),
	[data-width-4d='80'] thead tr th:nth-child(4),
	[data-width-4d='80'] tbody tr td:nth-child(4),
	[data-width-5d='80'] thead tr th:nth-child(5),
	[data-width-5d='80'] tbody tr td:nth-child(5),
	[data-width-6d='80'] thead tr th:nth-child(6),
	[data-width-6d='80'] tbody tr td:nth-child(6),
	[data-width-7d='80'] thead tr th:nth-child(7),
	[data-width-7d='80'] tbody tr td:nth-child(7),
	[data-width-8d='80'] thead tr th:nth-child(8),
	[data-width-8d='80'] tbody tr td:nth-child(8),
	[data-width-9d='80'] thead tr th:nth-child(9),
	[data-width-9d='80'] tbody tr td:nth-child(9),
	[data-width-10d='80'] thead tr th:nth-child(10),
	[data-width-10d='80'] tbody tr td:nth-child(10) {
		flex-basis: 80% !important;
		width: 80% !important;
		max-width: 80% !important;
	}

	[data-width-1d='85'] thead tr th:nth-child(1),
	[data-width-1d='85'] tbody tr td:nth-child(1),
	[data-width-2d='85'] thead tr th:nth-child(2),
	[data-width-2d='85'] tbody tr td:nth-child(2),
	[data-width-3d='85'] thead tr th:nth-child(3),
	[data-width-3d='85'] tbody tr td:nth-child(3),
	[data-width-4d='85'] thead tr th:nth-child(4),
	[data-width-4d='85'] tbody tr td:nth-child(4),
	[data-width-5d='85'] thead tr th:nth-child(5),
	[data-width-5d='85'] tbody tr td:nth-child(5),
	[data-width-6d='85'] thead tr th:nth-child(6),
	[data-width-6d='85'] tbody tr td:nth-child(6),
	[data-width-7d='85'] thead tr th:nth-child(7),
	[data-width-7d='85'] tbody tr td:nth-child(7),
	[data-width-8d='85'] thead tr th:nth-child(8),
	[data-width-8d='85'] tbody tr td:nth-child(8),
	[data-width-9d='85'] thead tr th:nth-child(9),
	[data-width-9d='85'] tbody tr td:nth-child(9),
	[data-width-10d='85'] thead tr th:nth-child(10),
	[data-width-10d='85'] tbody tr td:nth-child(10) {
		flex-basis: 85% !important;
		width: 85% !important;
		max-width: 85% !important;
	}

	[data-width-1d='90'] thead tr th:nth-child(1),
	[data-width-1d='90'] tbody tr td:nth-child(1),
	[data-width-2d='90'] thead tr th:nth-child(2),
	[data-width-2d='90'] tbody tr td:nth-child(2),
	[data-width-3d='90'] thead tr th:nth-child(3),
	[data-width-3d='90'] tbody tr td:nth-child(3),
	[data-width-4d='90'] thead tr th:nth-child(4),
	[data-width-4d='90'] tbody tr td:nth-child(4),
	[data-width-5d='90'] thead tr th:nth-child(5),
	[data-width-5d='90'] tbody tr td:nth-child(5),
	[data-width-6d='90'] thead tr th:nth-child(6),
	[data-width-6d='90'] tbody tr td:nth-child(6),
	[data-width-7d='90'] thead tr th:nth-child(7),
	[data-width-7d='90'] tbody tr td:nth-child(7),
	[data-width-8d='90'] thead tr th:nth-child(8),
	[data-width-8d='90'] tbody tr td:nth-child(8),
	[data-width-9d='90'] thead tr th:nth-child(9),
	[data-width-9d='90'] tbody tr td:nth-child(9),
	[data-width-10d='90'] thead tr th:nth-child(10),
	[data-width-10d='90'] tbody tr td:nth-child(10) {
		flex-basis: 90% !important;
		width: 90% !important;
		max-width: 90% !important;
	}

	[data-width-1d='95'] thead tr th:nth-child(1),
	[data-width-1d='95'] tbody tr td:nth-child(1),
	[data-width-2d='95'] thead tr th:nth-child(2),
	[data-width-2d='95'] tbody tr td:nth-child(2),
	[data-width-3d='95'] thead tr th:nth-child(3),
	[data-width-3d='95'] tbody tr td:nth-child(3),
	[data-width-4d='95'] thead tr th:nth-child(4),
	[data-width-4d='95'] tbody tr td:nth-child(4),
	[data-width-5d='95'] thead tr th:nth-child(5),
	[data-width-5d='95'] tbody tr td:nth-child(5),
	[data-width-6d='95'] thead tr th:nth-child(6),
	[data-width-6d='95'] tbody tr td:nth-child(6),
	[data-width-7d='95'] thead tr th:nth-child(7),
	[data-width-7d='95'] tbody tr td:nth-child(7),
	[data-width-8d='95'] thead tr th:nth-child(8),
	[data-width-8d='95'] tbody tr td:nth-child(8),
	[data-width-9d='95'] thead tr th:nth-child(9),
	[data-width-9d='95'] tbody tr td:nth-child(9),
	[data-width-10d='95'] thead tr th:nth-child(10),
	[data-width-10d='95'] tbody tr td:nth-child(10) {
		flex-basis: 95% !important;
		width: 95% !important;
		max-width: 95% !important;
	}

	[data-width-1d='100'] thead tr th:nth-child(1),
	[data-width-1d='100'] tbody tr td:nth-child(1),
	[data-width-2d='100'] thead tr th:nth-child(2),
	[data-width-2d='100'] tbody tr td:nth-child(2),
	[data-width-3d='100'] thead tr th:nth-child(3),
	[data-width-3d='100'] tbody tr td:nth-child(3),
	[data-width-4d='100'] thead tr th:nth-child(4),
	[data-width-4d='100'] tbody tr td:nth-child(4),
	[data-width-5d='100'] thead tr th:nth-child(5),
	[data-width-5d='100'] tbody tr td:nth-child(5),
	[data-width-6d='100'] thead tr th:nth-child(6),
	[data-width-6d='100'] tbody tr td:nth-child(6),
	[data-width-7d='100'] thead tr th:nth-child(7),
	[data-width-7d='100'] tbody tr td:nth-child(7),
	[data-width-8d='100'] thead tr th:nth-child(8),
	[data-width-8d='100'] tbody tr td:nth-child(8),
	[data-width-9d='100'] thead tr th:nth-child(9),
	[data-width-9d='100'] tbody tr td:nth-child(9),
	[data-width-10d='100'] thead tr th:nth-child(10),
	[data-width-10d='100'] tbody tr td:nth-child(10) {
		flex-basis: 100% !important;
		width: 100% !important;
		max-width: 100% !important;
	}
}

.list-bullets {
	border: 12px solid #f5f6f5;
	margin: 20px 0;
	font-size: 15px;
	line-height: 1.2;
	color: #090a38;
	background-color: #fff;
	border-radius: 10px;
}

.list-bullets .title {
	padding: 12px 0 17px;
	font-size: 23px;
	line-height: 1.2;
	font-weight: 900;
	text-align: center;
	color: #575757;
	background-color: #f5f6f5;
}

.list-bullets ul {
	list-style: none;
	padding: 18px 30px;
	margin: 0;
}

.list-bullets.center ul {
	display: table;
	margin: 0 auto;
}

.list-bullets ul li {
	padding: 4px 0 4px 31px;
	margin: 0;
	background: url(../images/bullet-check.png) no-repeat 0 8px;
}

.list-bullets ul li.cross {
	padding: 4px 0 4px 31px;
	margin: 0;
	background: url(/wp-content/themes/custom/../images/bullet-cross.png)
		no-repeat 0 8px;
}

.list-bullets.gray {
	background-color: #f5f6f5;
}

.list-bullets.gray .title {
	position: relative;
	text-align: left;
	padding: 17px 0 10px;
	margin: 0 30px -10px;
}

.list-bullets.gray .title:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-bottom: 1px solid #e0e0e0;
	box-shadow: 0 1px 0 0 #fff;
}

@media (min-width: 768px) {
	.list-bullets.two ul {
		column-count: 2;
	}
}

.new-conv-table {
	position: relative;
	color: #454545;
	user-select: none;
	-webkit-user-select: none;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	counter-reset: NewConvTable;
}

.new-conv-table caption,
.new-conv-table h2,
.new-conv-table table,
.new-conv-table tbody,
.new-conv-table thead,
.new-conv-table tr,
.new-conv-table td,
.new-conv-table th {
	display: block;
}

.new-conv-table thead {
	display: none;
}

.new-conv-table .hidden {
	display: none !important;
}

.new-conv-table a {
	color: #454545;
	text-decoration: none;
}

.new-conv-table a:hover {
	text-decoration: underline;
}

.new-conv-table span {
	display: inline;
}

.new-conv-table .block {
	display: block;
}

.new-conv-table.loading:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5) url(../images/loading.gif) no-repeat
		center center;
	z-index: 11;
}

.new-conv-table .cell-position {
	content: '1';
	position: absolute;
	top: 0;
	left: 0;
	width: 14px;
	margin: 6px;
	font-size: 10px;
	line-height: 14px;
	font-weight: 900;
	color: #71996f;
	background-color: #d3edd2;
	border-radius: 3px;
	border-radius: 4px;
	text-align: center;
}

.new-conv-table .cell-position > span {
	position: absolute;
	top: 10px;
	left: -83px;
	z-index: 5;
	width: 150px;
	height: 150px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	transform: rotate(-90deg) translate3d(0, 0, 0);
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-moz-osx-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

.new-conv-table .cell-position > span > span {
	position: relative;
	display: block;
	width: 100%;
	padding: 0 5px;
	font-size: 10px;
	line-height: 15px;
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	border-radius: 5px 5px 0 0;
	background-image: -moz-linear-gradient(-127deg, #60c6bc 0%, #119a95 100%);
	background-image: -webkit-linear-gradient(-127deg, #60c6bc 0%, #119a95 100%);
	background-image: -ms-linear-gradient(-127deg, #60c6bc 0%, #119a95 100%);
}

.new-conv-table .cell-position > span > span {
	max-width: 84px;
}

.new-conv-table tr:first-child .cell-position > span > span:before {
	content: '';
	position: absolute;
	top: 0;
	left: 5px;
	display: inline-block;
	vertical-align: middle;
	width: 21px;
	height: 25px;
	margin: -5px 4px -8px -15px;
	background: url(../images/ico-ribbon.png) no-repeat 0 0;
}

.new-conv-table tr:nth-child(1) .cell-position > span > span {
	background-image: -moz-linear-gradient(-127deg, #ffb606 0%, #ff8e00 100%);
	background-image: -webkit-linear-gradient(-127deg, #ffb606 0%, #ff8e00 100%);
	background-image: -ms-linear-gradient(-127deg, #ffb606 0%, #ff8e00 100%);
}

.new-conv-table tr:nth-child(2) .cell-position > span > span {
	background-image: -moz-linear-gradient(-127deg, #c2a35a 0%, #8f702d 100%);
	background-image: -webkit-linear-gradient(-127deg, #c2a35a 0%, #8f702d 100%);
	background-image: -ms-linear-gradient(-127deg, #c2a35a 0%, #8f702d 100%);
}

.new-conv-table .table-nav {
	width: 100%;
	margin-bottom: 24px;
}

.new-conv-table .table-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	text-align: center;
	padding: 8px 4px;
	background-color: #bde3bb;
	border-radius: 0 0 10px 10px;
}

.new-conv-table .table-nav ul li {
	flex: 1 1 auto;
	margin: 0 4px;
}

.new-conv-table .table-nav ul li a {
	display: block;
	padding: 10px;
	font-size: 14px;
	font-weight: 400;
	color: #197214;
	white-space: nowrap;
	border-radius: 5px;
}

.new-conv-table:not(.tabs-activated) .table-nav ul li:first-child a,
.new-conv-table .table-nav ul li.active a {
	font-weight: 700;
}

.new-conv-table:not(.tabs-activated) .table-nav ul li.active a,
.new-conv-table:not(.tabs-activated) .table-nav ul li:first-child a,
.new-conv-table .table-nav ul li.active a,
.new-conv-table .table-nav ul li a:hover {
	text-decoration: none;
	background-color: #ebf7eb;
}

.new-conv-table:not(.tabs-activated) .table-tab ~ .table-tab {
	display: none;
}

.new-conv-table .table-tab.hide {
	display: none;
}

.new-conv-table .table-tab {
	flex: 0 0 100%;
	width: 100%;
}

.new-conv-table.label-long .cell-position > span > span {
	max-width: 100%;
}

.new-conv-table .ico:not(.before) {
	font-size: 0;
	color: transparent;
}

.new-conv-table .ico.device {
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 22px;
	margin: -2px 0;
	font-size: 0;
	line-height: 0;
	color: transparent;
	border-radius: 3px;
	background: #fff no-repeat center center;
}

.new-conv-table .ico.device.android {
	background-image: url(../images/nct-android.png);
}

.new-conv-table .ico.device.ios {
	background-image: url(../images/nct-apple.png);
}

.new-conv-table .ico.check:before,
.new-conv-table .ico.cross:before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: -1px 4px 1px 0;
	vertical-align: middle;
	background: no-repeat center center;
	background-size: contain;
}

.new-conv-table .ico.check:before {
	background-image: url(../images/nct-tick.png);
}

.new-conv-table .ico.cross:before {
	background-image: url(../images/nct-cross.png);
}

.new-conv-table .ico.payment {
	display: inline-block;
	vertical-align: middle;
	height: 13px;
	margin-right: 5px;
	background: no-repeat center center;
	background-size: contain;
}

.new-conv-table .ico.payment.skrill {
	width: 26px;
	background-image: url(../images/skrill_1.png);
}

.new-conv-table .ico.payment.boku {
	width: 29px;
	background-image: url(../images/boku.png);
}

.new-conv-table .ico.payment.neteller {
	width: 37px;
	background-image: url(../images/neteller_1.png);
}

.new-conv-table .ico.payment.paypal {
	width: 31px;
	background-image: url(../images/paypal_1.png);
}

.new-conv-table .ico.payment.apple-pay {
	width: 29px;
	background-image: url(../images/applepay.png);
}

.new-conv-table .ico.payment.mastercard {
	width: 17px;
	background-image: url(../images/mastercard.png);
}

.new-conv-table .ico.payment.visa {
	width: 38px;
	background-image: url(../images/visa.png);
}

.new-conv-table .ico.payment.paysafecard {
	width: 54px;
	background-image: url(../images/paysafecard_1.png);
}

.new-conv-table .ico.payment.neosurf {
	width: 33px;
	background-image: url(../images/neosurf.png);
}

.new-conv-table .ico.payment.viva-wallet {
	width: 78px;
	background-image: url(../images/viva-wallet_1.png);
	background-size: contain;
}

.new-conv-table .ico.license {
	display: inline-block;
	vertical-align: middle;
	height: 13px;
	margin-right: 5px;
	background: no-repeat center center;
	background-size: contain;
}

.new-conv-table .ico.license.curacao {
	width: 56px;
	background-image: url(../images/curacao-egaming.png);
}

.new-conv-table .ico.license.mga {
	width: 33px;
	background-image: url(../images/mga-logo.png);
}

.new-conv-table .ico.software {
	display: inline-block;
	vertical-align: middle;
	height: 13px;
	margin-right: 5px;
	background: no-repeat center center;
	background-size: contain;
}

.new-conv-table .ico.software.betsoft {
	width: 34px;
	background-image: url(../images/betsoft.png);
}

.new-conv-table .ico.software.yggdrasil {
	width: 34px;
	background-image: url(../images/yggdrasilgaming.png);
}

.new-conv-table .ico-expand {
	pointer-events: none;
	display: block;
}

.new-conv-table .ico-expand .ico {
	pointer-events: auto;
	margin: 2px;
}

.new-conv-table .ico-expand:after {
	content: '+';
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin: 2px;
	font-size: 16px;
	line-height: 16px;
	font-weight: 900;
	text-align: center;
	background-color: #d2e7d4;
	color: #00cc66;
	border-radius: 3px;
	cursor: pointer;
	pointer-events: auto;
}

.new-conv-table .ico-expand.expanded:after {
	content: '\FF0D';
}

.new-conv-table .ico-expand:not(.expanded) .ico:nth-child(2) ~ .ico {
	display: none;
}

.new-conv-table .cell-list {
	font-size: 11px;
	line-height: 1.2;
	color: #454545;
}

.new-conv-table .cell-list span {
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
}

.new-conv-table .cell-list span:before {
	content: '\2022';
	font-size: 12px;
}

.new-conv-table .cell-list ul {
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: inherit;
	line-height: inherit;
}

.new-conv-table .cell-list ul li {
	padding: 0;
	margin: 0 -8px 0 8px;
	display: inline-block;
	vertical-align: middle;
}

.new-conv-table .cell-list ul li:after {
	content: '\2022';
	display: inline-block;
	vertical-align: middle;
}

.new-conv-table span.text-copy {
	position: relative;
	display: block;
	padding: 5px 5px 5px 32px;
	margin: -2px 0 -4px;
	border: 1px dashed #9ad39f;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	color: #152533;
	background: #fff url(../images/ico-copy.png) no-repeat 10px center;
	border-radius: 4 px;
	user-select: none;
	cursor: pointer;
}

.new-conv-table span.text-copy.copied:after {
	content: 'αντιγράφηκε';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 2px;
	padding: 3px 3px 3px 29px;
	color: #239b1d;
	background-color: #ecf7ec;
	border-radius: 2px;
}

.new-conv-table span.text-copy.copied:before {
	content: '';
	position: absolute;
	top: 6px;
	left: 9px;
	z-index: 1;
	display: inline-block;
	width: 11px;
	height: 3px;
	border: 2px solid transparent;
	border-color: transparent transparent #65bd6c #65bd6c;
	transform: rotate(-45deg);
}

.new-conv-table span.text-copy.nr {
	pointer-events: none;
	text-transform: none;
	background: #edeef0 url(../images/ico-circle-x.png) no-repeat 8px center;
	border-color: #bebebf;
	color: #919191;
}

.new-conv-table .table-foot {
	content: '';
	display: block;
	padding: 10px 0;
	border: 10px solid transparent;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	font-style: italic;
	background: #f2f4f5;
	background-size: contain;
	border-radius: 0 0 8px 8px;
	box-shadow: 0 2px 0 0 #c9e4ca;
}

.new-conv-table .table-foot a {
	display: inline-block;
	margin: 0 10px;
	font-weight: 400;
	font-style: normal;
	color: #197214;
}

.new-conv-table .table-foot a:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 17px;
	margin: -1px 8px 2px 0;
	background: url(../images/new-arrow-down.png) no-repeat right center;
	transform: rotate(-90deg);
}

.new-conv-table:not(.expanded)[data-limit] {
	text-align: right;
}

.new-conv-table:not(.expanded)[data-limit] table {
	text-align: left;
}

.new-conv-table:not(.expanded)[data-limit='5'] tr:nth-child(5) ~ tr,
.new-conv-table:not(.expanded)[data-limit='10'] tr:nth-child(10) ~ tr,
.new-conv-table:not(.expanded)[data-limit='20'] tr:nth-child(20) ~ tr,
.new-conv-table:not(.expanded)[data-limit='30'] tr:nth-child(30) ~ tr {
	display: none;
}

.new-conv-table:not(.expanded)[data-limit]:after {
	content: 'Εμφάνιση περισσότερων';
	display: inline-block;
	padding: 15px 30px;
	border: 1px solid #ccc;
	margin: 10px auto 0;
	font-size: 16px;
	font-weight: 700;
	color: #00994d;
	cursor: pointer;
	pointer-events: all;
	border-radius: 4px;
}

.new-conv-table:not(.expanded)[data-limit]:hover:after {
	color: #fff;
	background-color: #2eb127;
}

.new-conv-table:not(.expanded)[data-limit-btn]:after {
	content: attr(data-limit-btn);
}

.new-conv-table:not(.expanded)[data-limit-btn]:after {
	border: 1px solid #d5d8db;
	padding: 15px 35px 15px 20px;
	margin-top: 10px;
	font-size: 14px;
	font-weight: 600;
	color: #318928;
	background: #fff url(../images/oct-arrow-bottom.png) no-repeat center right
		16px;
	border-radius: 4px;
	box-shadow: 0 0 8px 0 rgba(126, 156, 185, 0.22);
	cursor: pointer;
}

.new-conv-table:not(.expanded)[data-limit-btn]:hover:after {
	color: #2eb127;
	background-color: #f6f6f6;
}

.new-conv-table[data-limit]:not(.expanded) {
	pointer-events: none;
}

.new-conv-table[data-limit]:not(.expanded) a {
	pointer-events: all;
}

.new-conv-table.v2 {
	position: relative;
	padding-top: 20px;
}

.new-conv-table.v2:before {
	position: relative;
	content: attr(data-title);
	display: block;
	width: 100%;
	color: #001a0d;
	font-weight: 900;
	font-size: 20px;
	line-height: 1.1;
}

.new-conv-table.v2 .table-head {
	border-radius: 0;
	background-color: transparent;
}

.new-conv-table.v2 .info-author {
	position: relative;
	display: inline-block;
	width: auto;
	margin-bottom: 15px;
	padding-left: 40px;
	font-style: normal;
	font-size: 11px;
	color: #8a99a0;
	text-align: left;
}

.new-conv-table.v2 .info-author:before {
	position: absolute;
	top: calc(50% - 15px);
	left: 0;
	margin: 0;
}

.new-conv-table.v2 .info-author strong {
	color: #353535;
	font-weight: 600;
	font-size: 11px;
}

.new-conv-table.v2 .info {
	z-index: 11;
	position: relative;
	width: 226px;
	height: 22px;
	margin: 0 0 10px 45px;
	padding: 0;
	font-size: 0;
}

.new-conv-table.v2 caption {
	display: none;
}

@media (min-width: 768px) {
	.new-conv-table .table-head {
		text-align: left;
	}

	.new-conv-table table {
		clear: both;
		flex: 0 0 100%;
		width: 100%;
	}

	.new-conv-table caption,
	.new-conv-table h2 {
		padding: 6px 0 16px;
		margin: 0;
		font-size: 24px;
		line-height: 1.2;
		font-weight: 900;
		text-align: center;
	}

	.new-conv-table tr {
		counter-increment: NewConvTable;
		position: relative;
		padding: 7px;
		border: 4px solid #f2f4f5;
		margin-bottom: 6px;
		background-color: #e6e6e6;
		box-shadow: 0 -2px 0 0 #c9e4ca;
		border-radius: 8px;
	}

	.new-conv-table tr {
		display: grid;
		grid-template: repeat(7, auto) / repeat(2, auto) repeat(6, 1fr) repeat(
				2,
				auto
			);
		grid-template-areas: 'logo bonus tl  tl  tcl  tcr  tr  tr  bonusAlt btn' 'logo bonus tbl tbl tbcl tbcr tbr tbr bonusAlt btn' 'logo bonus bl  bl  bcl  bcr  br  br  bonusAlt btn' 'logo bonus bbl bbl bbcl bbcr bbr bbr bonusAlt inner' 'rating spacingBonus box box box box box box spacingBonusAlt spacingBtn' 'terms terms terms terms terms terms terms terms terms terms' 'list list list list list list list list list list';
	}

	.new-conv-table .cell-hidden {
		display: none !important;
	}

	.new-conv-table .cell-logo {
		grid-area: logo;
	}

	.new-conv-table .cell-bonus {
		grid-area: bonus;
	}

	.new-conv-table .cell-rating {
		grid-area: rating;
	}

	.new-conv-table .cell-go {
		grid-area: btn;
	}

	.new-conv-table .cell-go-full {
		grid-area: btn / btn / inner / btn;
	}

	.new-conv-table .cell-inner {
		grid-area: inner;
	}

	.new-conv-table .cell-terms {
		grid-area: terms;
	}

	.new-conv-table .cell-opinion,
	.new-conv-table .cell-opinion-v2 {
		grid-area: opinion;
	}

	.new-conv-table .cell-list {
		grid-area: list;
	}

	.new-conv-table .cell-bonus-alt {
		grid-area: bonusAlt;
	}

	.new-conv-table .cell-top {
		grid-area: tl / tl / tbl / tr;
	}

	.new-conv-table .cell-bottom {
		grid-area: bl / bl / bbl / bbr;
	}

	.new-conv-table .cell-top-left {
		grid-area: tl / tl / tbl / tcl;
	}

	.new-conv-table .cell-top-right {
		grid-area: tcr / tcr / tbcl / tr;
	}

	.new-conv-table .cell-bottom-left {
		grid-area: bl / bl / bbl / bcl;
	}

	.new-conv-table .cell-bottom-right {
		grid-area: bcr / bcr / bbcr / br;
	}

	.new-conv-table .cell-3-top-left {
		grid-area: tl / tl / tbl / tl;
	}

	.new-conv-table .cell-3-top-center {
		grid-area: tcl / tcl / tbcl / tcr;
	}

	.new-conv-table .cell-3-top-right {
		grid-area: tr / tr / tbr / tr;
	}

	.new-conv-table .cell-3-bottom-left {
		grid-area: bl / bl / bbl / bl;
	}

	.new-conv-table .cell-3-bottom-center {
		grid-area: tl / tl / bbcl / bcr;
	}

	.new-conv-table .cell-3-bottom-right {
		grid-area: br / br / bbr / br;
	}

	.new-conv-table tr[data-slide]:after {
		content: '';
		grid-area: box;
		height: 10px;
	}

	.new-conv-table .cell-logo {
		display: flex;
		justify-content: center;
		align-items: center;
		padding-right: 20px;
	}

	.new-conv-table .cell-logo a {
		display: block;
		width: 150px;
		height: 60px;
		margin: -10px -15px 0 -7px;
		font-size: 0;
		line-height: 0;
	}

	.new-conv-table .cell-logo a span {
		position: relative;
		top: 15%;
		display: block;
		width: 70%;
		height: 70%;
		margin: 0 auto;
		background-size: contain;
	}

	.new-conv-table .cell-bonus {
		display: flex;
		flex-flow: column nowrap;
		justify-content: center;
		align-items: center;
		width: 120px;
		padding: 0 15px;
		margin-left: -20px;
		font-size: 14px;
		line-height: 1.2;
		font-weight: 700;
		text-align: center;
	}

	.new-conv-table .cell-bonus strong {
		display: block;
		font-size: 27px;
		line-height: 1.1;
		font-weight: 900;
		color: #00cc66;
	}

	.new-conv-table .cell-bonus span {
		display: block;
		padding: 3px 0 5px;
		font-size: 13px;
		line-height: 1;
		font-weight: 400;
	}

	.new-conv-table .cell-bonus.v1 span {
		font-size: 15px;
	}

	.new-conv-table .cell-bonus.v1 strong {
		font-size: 18px;
		line-height: 1.2;
	}

	.new-conv-table .cell-bonus.v2 strong {
		font-size: 32px;
		line-height: 1.1;
	}

	.new-conv-table .cell-bonus.v3 strong {
		font-size: 20px;
		line-height: 1.2;
	}

	.new-conv-table .cell-bonus-alt {
		margin-left: 0;
	}

	.new-conv-table .cell-go {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 20px 0;
		margin-left: 17px;
	}

	.new-conv-table .cell-go a {
		position: relative;
		display: block;
		padding: 15px 20px;
		min-width: 115px;
		margin: 4px 0;
		font-size: 14px;
		text-align: center;
		font-weight: 700;
		color: #fff;
		text-decoration: none;
		border-radius: 5px;
		box-shadow: 0 11px 27px 0 rgba(29, 123, 24, 0.44);
		background: linear-gradient(
			100.4deg,
			#00cc66 0%,
			#00b359 38%,
			#00994d 68%,
			#00994d 100%
		);

		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#25aa1e', endColorstr='#197214', GradientType=1);
		transition:
			background 0.3s,
			box-shadow 0.3s;
	}

	.new-conv-table .cell-go a:after {
		content: '';
		display: inline-block;
		vertical-align: bottom;
		width: 8px;
		height: 8px;
		border: 1px solid transparent;
		border-color: currentColor currentColor transparent transparent;
		margin: -3px 3px -3px 13px;
		transform: rotate(45deg) translate(-50%, -50%);
		transform-origin: center center;
	}

	.new-conv-table .cell-go a:hover {
		background: #25aa1e;
		background: #25aa1e;
		background: -moz-linear-gradient(
			-45deg,
			#25aa1e 0%,
			#25aa1e 38%,
			#25aa1e 68%,
			#25aa1e 100%
		);
		background: -webkit-linear-gradient(
			-45deg,
			#25aa1e 0%,
			#25aa1e 38%,
			#25aa1e 68%,
			#25aa1e 100%
		);
		background: linear-gradient(
			135deg,
			#25aa1e 0%,
			#25aa1e 38%,
			#25aa1e 68%,
			#25aa1e 100%
		);
		box-shadow: 0 11px 27px 0 rgba(29, 123, 24, 0);
	}

	.new-conv-table .cell-rating {
		position: relative;
		z-index: 1;
		display: flex;
		justify-content: center;
		align-items: flex-end;
	}

	.new-conv-table .cell-rating > span {
		width: 100px;
		height: 36px;
		margin: -14px auto -20px;
		border-radius: 20px;
		font-size: 14px;
		line-height: 34px;
		font-weight: 700;
		text-align: center;
		background-color: #f2f4f5;
	}

	.new-conv-table .cell-rating .hidden {
		display: inline-block !important;
		font-size: 0;
		vertical-align: middle;
	}

	.new-conv-table .cell-rating .hidden:before {
		content: '5';
		display: inline-block;
		margin: 2px 0 -2px 1px;
		font-size: 12px;
		font-weight: 400;
		color: #8e8e8e;
	}

	.new-conv-table .cell-rating .hidden:after {
		content: '';
		display: inline-block;
		width: 12px;
		height: 12px;
		margin: -6px 0 3px 4px;
		background: url(../images/crated.png) no-repeat left bottom;
		vertical-align: middle;
	}

	.new-conv-table .cell-list,
	.new-conv-table .cell-terms {
		position: relative;
		margin: 7px -7px -7px;
		padding: 13px 17px 16px;
		font-size: 11px;
		line-height: 1.2;
		text-align: center;
		color: #bbbaba;
		background-color: #f2f4f5;
	}

	.new-conv-table .cell-list a,
	.new-conv-table .cell-terms a {
		color: #454545;
	}

	.new-conv-table .cell-list:last-child,
	.new-conv-table .cell-terms:last-child {
		padding-bottom: 9px;
	}

	.new-conv-table .cell-list {
		color: #878787;
	}

	.new-conv-table .cell-terms:not(:last-child):before {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0 20px;
		height: 1px;
		background-color: #fff;
	}

	.new-conv-table .cell-inner {
		margin: -4px 0 0 17px;
		text-align: center;
		font-size: 13px;
		color: #0b47cd;
	}

	.new-conv-table .cell-inner a {
		display: inline-block;
		margin-top: -25px;
		vertical-align: middle;
		color: currentColor;
		text-decoration: none;
		font-weight: 600;
	}

	.new-conv-table .cell-inner a:hover {
		text-decoration: underline;
	}

	.new-conv-table .cell-box {
		position: relative;
		padding: 8px;
		margin: 2px;
		font-size: 13px;
		line-height: 1.1;
		font-weight: 700;
		background-color: #f2f4f5;
		border-radius: 5px;
		text-overflow: ellipsis;
		user-select: all;
		-webkit-user-select: all;
	}

	.new-conv-table .cell-box a {
		pointer-events: auto;
	}

	.new-conv-table .cell-box span {
		font-weight: 400;
	}

	.new-conv-table .cell-box .ico {
		font-weight: 700;
	}

	.new-conv-table .cell-box:before {
		content: attr(data-title) ':';
		position: relative;
		overflow: hidden;
		display: block;
		padding-bottom: 5px;
		font-size: 12px;
		font-weight: 400;
		text-overflow: ellipsis;
		color: #8a99a0;
	}

	.new-conv-table .cell-box ul {
		list-style: none;
		padding: 0;
		margin: 0;
		font-size: 13px;
		line-height: 1;
		display: flex;
	}

	.new-conv-table .cell-box ul li {
		flex: 1 1 33.33%;
	}

	.new-conv-table .cell-box ul li span {
		font-size: 11px;
	}

	.new-conv-table .cell-box.title-inline:before {
		display: inline-block;
		vertical-align: middle;
		margin: 7px 8px 7px 0;
		padding: 0;
	}

	.new-conv-table .ico.tabs.trophy {
		width: 15px;
		height: 18px;
		background-image: url(../images/trophy-icon.png);
	}

	.new-conv-table .ico.tabs.apps-grid {
		width: 14px;
		height: 14px;
		background-image: url(../images/apps-grid-icon.png);
	}

	.new-conv-table .ico.tabs.credit-cards {
		width: 22px;
		height: 16px;
		background-image: url(../images/credit-cards-icon.png);
	}

	.new-conv-table .ico.tabs.gift {
		width: 20px;
		height: 17px;
		background-image: url(../images/gift-icon.png);
	}

	.new-conv-table .slide-action {
		display: none;
	}

	.new-conv-table tr[data-arrows*='prev'] .slide-action.prev,
	.new-conv-table tr[data-arrows*='next'] .slide-action.next {
		position: absolute;
		z-index: 2;
		display: block;
		width: 21px;
		height: 21px;
		margin: -10px;
		background: rgb(138, 153, 160, 0.5) url(../images/nct-slide-arrow.png)
			no-repeat center center;
		border-radius: 3px;
		pointer-events: auto;
		cursor: pointer;
		transition: all 0.3s;
		user-select: none;
		-webkit-user-select: none;
	}

	.new-conv-table tr[data-arrows*='prev'] .slide-action.prev {
		bottom: 0;
		left: -4px;
		transform: rotate(180deg);
	}

	.new-conv-table tr[data-arrows*='next'] .slide-action.next {
		top: 0;
		right: -4px;
	}

	.new-conv-table tr:not(:hover) .slide-action {
		visibility: hidden;
		opacity: 0;
	}

	.new-conv-table .cell-bottom ~ .cell-box,
	.new-conv-table .cell-bottom-right ~ .cell-box,
	.new-conv-table .cell-3-bottom-right ~ .cell-box {
		display: none;
	}

	.new-conv-table tr[data-slide='2'] .cell-box {
		display: none;
	}

	.new-conv-table tr[data-slide='2'] .cell-bottom ~ .cell-box,
	.new-conv-table tr[data-slide='2'] .cell-bottom-right ~ .cell-box,
	.new-conv-table tr[data-slide='2'] .cell-3-bottom-right ~ .cell-box {
		display: block;
	}

	.new-conv-table tr[data-slide='2'] .cell-bottom ~ .cell-bottom ~ .cell-box,
	.new-conv-table
		tr[data-slide='2']
		.cell-bottom-right
		~ .cell-bottom-right
		~ .cell-box,
	.new-conv-table
		tr[data-slide='2']
		.cell-3-bottom-right
		~ .cell-3-bottom-right
		~ .cell-box {
		display: none;
	}

	.new-conv-table tr[data-slide='3'] .cell-box {
		display: none;
	}

	.new-conv-table tr[data-slide='3'] .cell-bottom ~ .cell-bottom ~ .cell-box,
	.new-conv-table
		tr[data-slide='3']
		.cell-bottom-right
		~ .cell-bottom-right
		~ .cell-box,
	.new-conv-table
		tr[data-slide='3']
		.cell-3-bottom-right
		~ .cell-3-bottom-right
		~ .cell-box {
		display: block;
	}

	.new-conv-table
		tr[data-slide='3']
		.cell-bottom
		~ .cell-bottom
		~ .cell-bottom
		~ .cell-box,
	.new-conv-table
		tr[data-slide='3']
		.cell-bottom-right
		~ .cell-bottom-right
		~ .cell-bottom-right
		~ .cell-box,
	.new-conv-table
		tr[data-slide='3']
		.cell-3-bottom-right
		~ .cell-3-bottom-right
		~ .cell-3-bottom-right
		~ .cell-box {
		display: none;
	}

	.new-conv-table tr[data-slide='4'] .cell-box {
		display: none;
	}

	.new-conv-table
		tr[data-slide='4']
		.cell-bottom
		~ .cell-bottom
		~ .cell-bottom
		~ .cell-box,
	.new-conv-table
		tr[data-slide='4']
		.cell-bottom-right
		~ .cell-bottom-right
		~ .cell-bottom-right
		~ .cell-box,
	.new-conv-table
		tr[data-slide='4']
		.cell-3-bottom-right
		~ .cell-3-bottom-right
		~ .cell-3-bottom-right
		~ .cell-box {
		display: block;
	}

	.new-conv-table
		tr[data-slide='4']
		.cell-bottom
		~ .cell-bottom
		~ .cell-bottom
		~ .cell-bottom
		~ .cell-box,
	.new-conv-table
		tr[data-slide='4']
		.cell-bottom-right
		~ .cell-bottom-right
		~ .cell-bottom-right
		~ .cell-bottom-right
		~ .cell-box,
	.new-conv-table
		tr[data-slide='4']
		.cell-3-bottom-right
		~ .cell-3-bottom-right
		~ .cell-3-bottom-right
		~ .cell-3-bottom-right
		~ .cell-box {
		display: none;
	}

	.new-conv-table tr[data-slide='5'] .cell-box {
		display: none;
	}

	.new-conv-table
		tr[data-slide='5']
		.cell-bottom
		~ .cell-bottom
		~ .cell-bottom
		~ .cell-bottom
		~ .cell-box,
	.new-conv-table
		tr[data-slide='5']
		.cell-bottom-right
		~ .cell-bottom-right
		~ .cell-bottom-right
		~ .cell-bottom-right
		~ .cell-box,
	.new-conv-table
		tr[data-slide='5']
		.cell-3-bottom-right
		~ .cell-3-bottom-right
		~ .cell-3-bottom-right
		~ .cell-3-bottom-right
		~ .cell-box {
		display: block;
	}

	.new-conv-table
		tr[data-slide='5']
		.cell-bottom
		~ .cell-bottom
		~ .cell-bottom
		~ .cell-bottom
		~ .cell-bottom
		~ .cell-box,
	.new-conv-table
		tr[data-slide='5']
		.cell-bottom-right
		~ .cell-bottom-right
		~ .cell-bottom-right
		~ .cell-bottom-right
		~ .cell-bottom-right
		~ .cell-box,
	.new-conv-table
		tr[data-slide='5']
		.cell-3-bottom-right
		~ .cell-3-bottom-right
		~ .cell-3-bottom-right
		~ .cell-3-bottom-right
		~ .cell-3-bottom-right
		~ .cell-box {
		display: none;
	}

	.new-conv-table .buttons {
		position: absolute;
		top: 100%;
		right: 0;
		z-index: 3;
		width: 100%;
		font-size: 0;
		line-height: 0;
		text-align: center;
		color: transparent;
		pointer-events: auto;
		margin-top: 2px;
		user-select: none;
		-webkit-user-select: none;
	}

	.new-conv-table .buttons span {
		display: inline-block;
		vertical-align: middle;
		width: 7px;
		height: 7px;
		margin: 4px 2px 0;
		background-color: #dbe0e2;
		border-radius: 50%;
		cursor: pointer;
	}

	.new-conv-table .buttons span.active {
		background-color: #25aa1e;
	}

	.new-conv-table .cell-bottom-right .buttons {
		width: calc(200% + 4px);
	}

	.new-conv-table .cell-3-bottom-right .buttons {
		width: calc(300% + 8px);
	}

	.new-conv-table.legal-footer table:after {
		content: '';
		display: block;
		height: 26px;
		border: 10px solid transparent;
		background: #f2f4f5;
		background-size: contain;
		border-radius: 0 0 8px 8px;
		box-shadow: 0 2px 0 0 #c9e4ca;
	}

	.new-conv-table .table-head {
		display: flex;
		align-items: center;
		padding: 11px 20px;
		border-radius: 10px 10px 0 0;
		background-color: #f2f4f5;
	}

	.new-conv-table .info-author {
		flex: 1 1 auto;
		max-width: 65%;
		font-size: 11px;
		line-height: 1.1;
		font-style: italic;
		color: #8a99a0;
	}

	.new-conv-table .info-author:before {
		content: '';
		float: left;
		width: 26px;
		height: 26px;
		border: 2px solid #cae2d1;
		margin-right: 8px;
		background: #eaeaea url(../images/nikos-samaras.jpg) no-repeat right 0 top 0;
		background-size: auto 120%;
		border-radius: 50%;
		filter: grayscale(1);
	}

	.new-conv-table .info-author strong {
		display: block;
		padding: 2px 0 1px;
		font-size: 13px;
		font-weight: 700;
		font-style: normal;
		color: #353535;
	}

	.new-conv-table .info {
		justify-content: flex-end;
		max-width: 195px;
		margin-left: auto;
		font-size: 11.5px;
		line-height: 1.2;
		text-align: right;
		color: #8a99a0;
	}

	.new-conv-table .info.space {
		max-width: 300px;
	}

	.new-conv-table .info p {
		padding: 0;
		margin: 0;
	}

	.new-conv-table .info p:before {
		content: '';
		display: inline-block;
		width: 18px;
		height: 12px;
		margin: 2px 7px 0 0;
		background: url(../images/greece.svg);
		background-size: contain;
	}

	.new-conv-table .table-head.v1 {
		padding: 0;
		background: #fff;
	}

	.new-conv-table .table-head.v1 h2 {
		max-width: 60%;
		padding-top: 0;
		text-align: left;
		order: -1;
		color: #001a0d;
	}

	.new-conv-table .table-head.v1 .info-author {
		color: #5e815d;
		text-align: right;
	}

	.new-conv-table .table-head.v1 .info-author span {
		display: block;
		font-size: 12px;
		font-style: normal;
		color: #001a0d;
	}

	.new-conv-table .table-head.v1 .info-author:before {
		float: right;
		margin-left: 3px;
		margin-right: 5px;
		width: 38px;
		height: 38px;
	}

	.new-conv-table .table-head.v2 {
		padding: 16px 15px;
		background: #edf5ee;
	}

	.new-conv-table .table-head.v2 h2 {
		position: relative;
		max-width: 60%;
		padding: 0 0 0 52px;
		font-size: 22px;
		text-align: left;
		order: -1;
		color: #001a0d;
	}

	.new-conv-table .table-head.v2 h2:before {
		content: '';
		position: absolute;
		top: 5px;
		left: 8px;
		display: block;
		width: 32px;
		height: 22px;
		background: url(../images/greece.svg) no-repeat center center;
		background-size: contain;
	}

	.new-conv-table .table-head.v2 .info-author {
		color: #5e815d;
		text-align: right;
	}

	.new-conv-table .table-head.v2 .info-author span {
		display: block;
		font-size: 12px;
		font-style: normal;
		color: #001a0d;
	}

	.new-conv-table .table-head.v2 .info-author:before {
		float: right;
		margin: 2px 2px 0 6px;
		width: 36px;
		height: 36px;
	}

	.new-conv-table .table-head.v3 {
		flex-flow: row wrap;
		padding: 0;
		margin: 0;
		background: transparent;
	}

	.new-conv-table .table-head.v3 h2 {
		flex: 0 0 calc(100% - 256px);
		width: calc(100% - 256px);
		padding: 0 128px 15px;
		color: #001a0d;
	}

	.new-conv-table .table-head.v3 h2:before {
		content: '';
		display: inline-block;
		vertical-align: middle;
		width: 32px;
		height: 22px;
		margin: -2px 6px 2px;
		background: url(../images/greece.svg) no-repeat center center;
		background-size: contain;
	}

	.new-conv-table .table-head.v3 .info-author {
		position: relative;
		width: 100%;
		padding: 17px 17px 14px;
		flex: 1 1 auto;
		max-width: none;
		font-style: normal;
		background-color: #edf5ee;
		border-radius: 8px 8px 0 0;
	}

	.new-conv-table .table-head.v3 .info-author:before {
		width: 36px;
		height: 36px;
		margin: -4px 8px -4px 0;
	}

	.new-conv-table .table-head.v3 .info-author strong {
		font-weight: 400;
	}

	.new-conv-table .table-head.v3 .info-author:after {
		content: '';
		position: absolute;
		top: 50%;
		right: 20px;
		width: 228px;
		height: 23px;
		margin-top: -12px;
		background: url(/wp-content/themes/custom/../images/nct-legal.png) no-repeat
			center center;
	}

	.new-conv-table.nav-slim .table-head.v4 {
		width: auto;
		flex: 1 1 auto;
	}

	.new-conv-table.nav-slim .table-head.v4 h2 {
		padding: 0;
		font-size: 16px;
		font-weight: 600;
		text-align: left;
		color: #001a0d;
	}

	.new-conv-table.nav-slim .table-head.v4 p {
		margin: 0;
		color: #afb0b1;
	}

	.new-conv-table.nav-slim .table-head.v4 .left {
		width: calc(100% - 285px);
	}

	.new-conv-table.nav-slim .table-head.v4 .table-nav {
		margin: 0 0 0 15px;
		max-width: none;
	}

	.new-conv-table.nav-slim .table-head.v4 .table-nav:before {
		content: 'Επιλέξτε Πολιτεία';
		padding: 17px 50px;
		font-size: 14px;
		font-weight: 400;
		color: #001a0d;
		border: 1px solid #fff;
		font-style: normal;
		background-color: #fff;
		background-repeat: no-repeat;
		background-position: 12px center;
		background-size: 28px auto;
	}

	.new-conv-table.nav-slim .table-head.v4 .table-nav[data-text]:before {
		content: attr(data-text);
	}

	.new-conv-table.nav-slim .table-head.v4 .table-nav:not(.logo):before {
		background-image: url(../images/nct-select-globe.png);
	}

	.new-conv-table.nav-slim .table-head.v4 .table-nav:hover:before {
		border-color: #bacfbe;
	}

	.new-conv-table.nav-slim .table-head.v4 .table-nav:after {
		opacity: 0.7;
		border-radius: 50%;
	}

	.new-conv-table.nav-slim {
		display: flex;
		flex-flow: row wrap;
	}

	.new-conv-table.nav-slim .table-head {
		flex: 0 0 calc(100% - 314px);
		width: calc(100% - 314px);
		margin-bottom: 24px;
		border-radius: 5px;
	}

	.new-conv-table.nav-slim .table-nav {
		position: relative;
		z-index: 10;
		justify-content: space-between;
		flex: 0 0 270px;
		width: 270px;
		max-width: 270px;
		margin-left: 4px;
	}

	.new-conv-table.nav-slim .table-nav:before {
		content: 'Νικητής του τεστ';
		display: block;
		width: 100%;
		height: 100%;
		padding: 20px 50px 20px 22px;
		font-size: 14px;
		font-weight: 700;
		color: #197214;
		background-color: #bde3bb;
		border-radius: 5px;
		box-sizing: border-box;
		cursor: pointer;
	}

	.new-conv-table.nav-slim .table-nav.show {
		margin-left: 4px;
	}

	.new-conv-table.nav-slim .table-nav[data-state]:before {
		content: attr(data-state);
	}

	.new-conv-table.nav-slim .table-nav:after {
		content: '';
		position: absolute;
		top: 50%;
		right: 16px;
		width: 21px;
		height: 21px;
		margin-top: -11px;
		background: #99cf96 url(../images/nct-menu-arrow.png) no-repeat center
			center;
		border-radius: 4px;
		pointer-events: none;
	}

	.new-conv-table.nav-slim .table-nav ul {
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		width: auto;
		padding: 5px 14px;
		border: 2px solid #9cd69a;
		border-radius: 6px;
		background-color: #fff;
		text-align: left;
		box-shadow: 0 28px 32px 0 rgba(69, 69, 69, 0.31);
		margin-top: 3px;
		visibility: hidden;
		opacity: 0;
		transition:
			visibility 0.3s,
			opacity 0.3s;
	}

	.new-conv-table.nav-slim .table-nav.show ul {
		visibility: visible;
		opacity: 1;
	}

	.new-conv-table.nav-slim .table-nav ul li {
		flex: 0 0 100%;
		width: 100%;
		margin: 0;
	}

	.new-conv-table.nav-slim .table-nav ul a {
		padding: 6px 14px;
		white-space: normal;
	}

	.new-conv-table.nav-slim .table-nav ul li.active a,
	.new-conv-table.nav-slim .table-nav ul a:hover {
		background-color: #def1dd;
	}

	.new-conv-table.nav-slim .table-nav ul li.active a {
		font-weight: 700;
	}

	.new-conv-table.v2:before {
		text-align: center;
		font-size: 33px;
		color: #000;
	}

	.new-conv-table.v2 .table-head {
		display: block;
		padding: 15px 0;
		text-align: center;
	}

	.new-conv-table.v2 .info-author {
		max-width: 100%;
		font-size: 15px;
	}

	.new-conv-table.v2 .info-author strong {
		position: relative;
		display: inline-block;
		padding: 0;
		font-size: 15px;
	}

	.new-conv-table.v2 .info-author strong:after {
		position: relative;
		display: inline-block;
		content: '/';
		margin-left: 5px;
		color: #8a99a0;
		font-weight: 400;
		font-size: 15px;
	}

	.new-conv-table.v2 .info {
		display: block;
		max-width: 226px;
		background-size: contain;
	}

	.new-conv-table.v2 .table-nav {
		padding-left: 30px;
		box-sizing: border-box;
	}

	.new-conv-table.v2 .table-nav ul {
		border-bottom: 5px solid #242424;
		border-radius: 0;
		padding: 0;
		background-color: transparent;
		overflow: initial;
	}

	.new-conv-table.v2 .table-nav ul li {
		flex: 1 0 auto;
		margin: 0;
		filter: drop-shadow(0 -1px 7px rgba(0, 0, 0, 0.25));
	}

	.new-conv-table.v2 .table-nav ul li:nth-child(1) {
		z-index: 4;
	}

	.new-conv-table.v2 .table-nav ul li:nth-child(2) {
		z-index: 3;
	}

	.new-conv-table.v2 .table-nav ul li:nth-child(3) {
		z-index: 2;
	}

	.new-conv-table.v2 .table-nav ul li:nth-child(4) {
		z-index: 1;
	}

	.new-conv-table.v2 .table-nav ul li.active {
		z-index: 5;
	}

	.new-conv-table.v2 .table-nav ul li + li {
		margin-left: -10px;
	}

	.new-conv-table.v2 .table-nav ul li a {
		height: 100%;
		border-radius: 7px 7px 0 0;
		padding: 5px 10px;
		color: #000;
		font-weight: 700;
		font-size: 13px;
		background-color: #fff;
		clip-path: polygon(10px 0%, calc(100% - 10px) 0%, 100% 100%, 0% 100%);
		box-sizing: border-box;
	}

	.new-conv-table.v2 .table-nav ul li a span {
		pointer-events: none;
	}

	.new-conv-table.v2 .table-nav .ico {
		display: inline-block;
		width: 22px;
		height: 22px;
		margin-right: 3px;
		background-position: center;
		background-repeat: no-repeat;
		vertical-align: super;
	}

	.new-conv-table:not(.tabs-activated) .table-nav ul li.active a,
	.new-conv-table:not(.tabs-activated) .table-nav ul li:first-child a,
	.new-conv-table .table-nav ul li.active a,
	.new-conv-table .table-nav ul li.active a:hover {
		color: #fff;
		background-color: #242424;
	}

	.new-conv-table .table-nav ul li a:hover {
		background-color: #f2f4f5;
	}

	.new-conv-table:not(.tabs-activated) .table-nav ul li.active a .ico,
	.new-conv-table:not(.tabs-activated) .table-nav ul li:first-child a .ico,
	.new-conv-table .table-nav ul li.active a .ico {
		display: none;
	}
}

@media (min-width: 1024px) {
	.new-conv-table {
		padding-left: 0;
	}

	.new-conv-table.wide {
		padding-left: 0;
		padding-right: 0;
	}

	.new-conv-table.wide:not(.nav-slim) .table-nav ul li {
		flex: 0 1 auto;
	}

	.new-conv-table.wide:not(.nav-slim) .table-nav ul a {
		padding-left: 18px;
		padding-right: 18px;
	}

	.new-conv-table.wide tr {
		border-width: 7px;
	}

	.new-conv-table.wide .cell-logo,
	.new-conv-table.wide .cell-rating {
		padding-left: 30px;
	}

	.new-conv-table.wide .cell-go {
		width: 330px;
	}

	.new-conv-table.wide .cell-go a {
		min-width: 216px;
		max-width: 20vw;
	}

	.new-conv-table.wide .cell-bonus {
		width: 200px;
		max-width: 20vw;
	}

	.new-conv-table.wide.info-extend .info {
		max-width: 40%;
	}

	.new-conv-table.wide.no-intro-padding {
		padding: 0 2.5%;
	}

	.new-conv-table.v2 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.new-conv-table.v2 .table-head {
		padding: 20px 0 0;
	}

	.new-conv-table.v2 .info-author {
		margin-bottom: 50px;
	}

	.new-conv-table.v2 .info {
		margin: 0 0 -32px;
	}

	.new-conv-table.v2 .info:before {
		position: absolute;
		content: '';
		bottom: -15px;
		left: 0;
		width: 258px;
		height: 2px;
		background-color: #ebebeb;
	}

	.new-conv-table.v2 .info:after {
		position: absolute;
		content: '';
		left: 100%;
		top: 15px;
		width: 60px;
		height: 18px;
		background: url(../images/highlight-arrow-right.png) no-repeat;
	}

	.new-conv-table.v2 .table-nav {
		padding-left: 260px;
	}

	.new-conv-table.v2 .table-nav ul li a {
		padding-top: 9px;
		padding-bottom: 9px;
		font-size: 14px;
		clip-path: polygon(20px 0%, calc(100% - 20px) 0%, 100% 100%, 0% 100%);
	}

	.new-conv-table.v2 .table-nav .ico {
		margin-right: 8px;
	}

	.new-conv-table.v2 .cell-go {
		margin-right: 30px;
		margin-left: 40px;
	}

	.new-conv-table.v2 .cell-go a {
		box-sizing: border-box;
		min-width: 260px;
	}
}

@media (max-width: 767px) {
	.new-conv-table {
		display: flex;
		flex-flow: row wrap;
		text-align: center;
		padding: 0 5px;
	}

	.new-conv-table .table-head {
		text-align: center;
	}

	.new-conv-table tr {
		counter-increment: NewConvTable;
		position: relative;
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		padding: 7px;
		border: 7px solid #f2f4f5;
		margin-bottom: 6px;
		background-color: #fff;
		box-shadow: 0 -2px 0 0 #c9e4ca;
		border-radius: 8px;
	}

	.new-conv-table td {
		flex: 0 0 100%;
	}

	.new-conv-table .ico.device {
		background-color: #f2f4f5;
	}

	.new-conv-table .cell-go {
		padding-top: 10px;
	}

	.new-conv-table .cell-go a {
		position: relative;
		display: block;
		padding: 15px 20px;
		min-width: 115px;
		margin: 4px 12px;
		font-size: 14px;
		text-align: center;
		font-weight: 700;
		color: #fff;
		text-decoration: none;
		border-radius: 5px;
		box-shadow: 0 11px 27px 0 rgba(29, 123, 24, 0.44);
		background: linear-gradient(
			100.4deg,
			#00cc66 0%,
			#00b359 38%,
			#00994d 68%,
			#00994d 100%
		);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#25aa1e', endColorstr='#197214', GradientType=1);
		transition: background 0.3s;
	}

	.new-conv-table .cell-go a:after {
		content: '';
		display: inline-block;
		vertical-align: bottom;
		width: 8px;
		height: 8px;
		border: 1px solid transparent;
		border-color: currentColor currentColor transparent transparent;
		margin: -3px 3px;
		transform: rotate(45deg) translate(-50%, -50%);
		transform-origin: center center;
	}

	.new-conv-table .cell-go a:hover {
		background: #25aa1e;
		background: #25aa1e;
		background: -moz-linear-gradient(
			-45deg,
			#25aa1e 0%,
			#25aa1e 38%,
			#25aa1e 68%,
			#25aa1e 100%
		);
		background: -webkit-linear-gradient(
			-45deg,
			#25aa1e 0%,
			#25aa1e 38%,
			#25aa1e 68%,
			#25aa1e 100%
		);
		background: linear-gradient(
			135deg,
			#25aa1e 0%,
			#25aa1e 38%,
			#25aa1e 68%,
			#25aa1e 100%
		);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#25aa1e', endColorstr='#25aa1e', GradientType=1);
	}

	.new-conv-table h2,
	.new-conv-table caption {
		padding-bottom: 20px;
		font-size: 17px;
		line-height: 1.2;
		font-weight: 700;
		color: #001a0d;
	}

	.new-conv-table .cell-logo,
	.new-conv-table .cell-bonus {
		flex: 1 0 48%;
		order: -1;
		width: 48%;
		padding: 12px 0;
	}

	.new-conv-table .cell-logo {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.new-conv-table .cell-logo a {
		display: block;
		width: 150px;
		height: 60px;
		margin: 0;
		font-size: 0;
		line-height: 0;
	}

	.new-conv-table .cell-logo a span {
		display: block;
		width: 100%;
		height: 100%;
	}

	.new-conv-table .cell-bonus {
		display: flex;
		flex-flow: column nowrap;
		justify-content: center;
		align-items: center;
		padding: 12px 0;
		font-size: 14px;
		line-height: 1.2;
		font-weight: 700;
		text-align: center;
	}

	.new-conv-table .cell-bonus strong {
		display: block;
		font-size: 27px;
		line-height: 1.1;
		color: #00cc66;
	}

	.new-conv-table .cell-bonus span {
		display: block;
		padding: 3px 0 5px;
		font-size: 13px;
		line-height: 1;
		font-weight: 400;
	}

	.new-conv-table .cell-box {
		padding: 10px 0;
		font-size: 16px;
		line-height: 1.2;
		font-weight: 700;
		text-align: center;
		user-select: all;
		-webkit-user-select: all;
	}

	.new-conv-table .cell-box a {
		pointer-events: auto;
	}

	.new-conv-table .cell-box:before {
		content: attr(data-title);
		display: block;
		width: 100%;
		padding-bottom: 5px;
		font-size: 13px;
		font-weight: 400;
		color: #8a99a0;
	}

	.new-conv-table .cell-box ul {
		list-style: none;
		padding: 0;
		margin: 0;
		font-size: 15px;
		line-height: 1;
	}

	.new-conv-table .cell-box ul li {
		padding-bottom: 15px;
	}

	.new-conv-table .cell-box ul li:last-child {
		padding-bottom: 0;
	}

	.new-conv-table .cell-box ul li span {
		font-size: 13px;
	}

	.new-conv-table .cell-title {
		color: #656666;
	}

	.new-conv-table .cell-title:before {
		content: attr(data-title) ':';
		padding-right: 4px;
		color: #bbbaba;
	}

	.new-conv-table .cell-list.cell-title {
		order: 20;
		font-size: 13px;
		text-align: center;
	}

	.new-conv-table .cell-list.cell-title ~ .cell-terms {
		padding-top: 0;
		margin: 0 -7px -7px;
		text-align: center;
		color: #454545;
	}

	.new-conv-table tr[data-slide='1'] .cell-bottom ~ .cell-box,
	.new-conv-table tr[data-slide='1'] .cell-bottom-right ~ .cell-box,
	.new-conv-table tr[data-slide='1'] .cell-3-bottom-right ~ .cell-box {
		display: none;
	}

	.new-conv-table tr[data-slide='1'] .slide-action.next:after {
		content: '... Εμφάνιση περισσότερων';
		display: block;
		padding: 15px 0 0;
		margin-bottom: -10px;
		font-size: 13px;
		font-weight: 400;
		color: #00cc66;
		cursor: pointer;
		pointer-events: auto;
		font-weight: 600;
	}

	.new-conv-table .cell-rating {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: flex-end;
		flex-basis: calc(100% + 14px);
		width: calc(100% + 14px);
		height: 4px;
		margin: 16px -7px 20px;
		background-color: #ebeced;
	}

	.new-conv-table .cell-rating > span {
		width: 100px;
		height: 36px;
		margin: -16px auto;
		border-radius: 20px;
		font-size: 14px;
		line-height: 34px;
		font-weight: 700;
		text-align: center;
		background-color: #f2f4f5;
	}

	.new-conv-table .cell-rating .hidden {
		display: inline-block !important;
		font-size: 0;
		vertical-align: middle;
	}

	.new-conv-table .cell-rating .hidden:before {
		content: '5';
		display: inline-block;
		margin: 2px 0 -2px 1px;
		font-size: 12px;
		font-weight: 400;
		color: #8e8e8e;
	}

	.new-conv-table .cell-rating .hidden:after {
		content: '';
		display: inline-block;
		width: 12px;
		height: 12px;
		margin: -6px 0 3px 4px;
		background: url(../images/crated.png) no-repeat left bottom;
		vertical-align: middle;
	}

	.new-conv-table .cell-list,
	.new-conv-table .cell-terms {
		position: relative;
		flex: 0 0 calc(100% - 6px);
		width: calc(100% - 6px);
		padding: 13px 10px 16px;
		margin: 7px -7px -7px;
		font-size: 11px;
		line-height: 1.2;
		text-align: center;
		color: #bbbaba;
		background-color: #f2f4f5;
	}

	.new-conv-table .cell-list a,
	.new-conv-table .cell-terms a {
		color: #454545;
	}

	.new-conv-table .cell-list:last-child,
	.new-conv-table .cell-terms:last-child {
		padding-bottom: 9px;
	}

	.new-conv-table .cell-list {
		color: #878787;
	}

	.new-conv-table .cell-terms:not(:last-child):before {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		height: 1px;
		background-color: #fff;
	}

	.new-conv-table .cell-inner {
		padding: 14px 0;
		font-size: 13px;
		text-align: center;
		color: #0b47cd;
	}

	.new-conv-table .cell-inner a {
		color: currentColor;
		text-decoration: none;
	}

	.new-conv-table .cell-inner a:hover {
		text-decoration: underline;
	}

	.new-conv-table .table-head {
		flex: 0 0 100%;
		width: 100%;
		padding: 16px 0 0;
		border-radius: 5px 5px 0 0;
		font-size: 12px;
		line-height: 1.2;
		font-style: italic;
		color: #5f6e74;
		background-color: #f2f4f5;
	}

	.new-conv-table .info-author {
		width: 100%;
		font-size: 12px;
		line-height: 1.2;
		font-style: italic;
		color: #5f6e74;
	}

	.new-conv-table .info-author strong {
		display: block;
		font-style: normal;
		font-weight: 700;
		color: #353535;
	}

	.new-conv-table .info-author:before {
		content: '';
		display: block;
		width: 26px;
		height: 26px;
		border: 2px solid #cae2d1;
		margin: 0 auto 3px;
		background: #eaeaea url(../images/nikos-samaras.jpg) no-repeat right 0 top 0;
		background-size: auto 120%;
		border-radius: 50%;
		filter: grayscale(1);
	}

	.new-conv-table .table-nav {
		position: relative;
		z-index: 10;
		justify-content: space-between;
		flex: 0 0 auto;
		width: 100%;
	}

	.new-conv-table .table-nav:before {
		content: 'Νικητής του τεστ';
		display: block;
		width: 100%;
		height: 100%;
		padding: 20px 50px 20px 22px;
		font-size: 14px;
		text-align: left;
		font-weight: 700;
		color: #197214;
		background-color: #bde3bb;
		border-radius: 5px;
		box-sizing: border-box;
		cursor: pointer;
	}

	.new-conv-table .table-nav[data-state]:before {
		content: attr(data-state);
	}

	.new-conv-table .table-nav:after {
		content: '';
		position: absolute;
		top: 50%;
		right: 16px;
		width: 21px;
		height: 21px;
		margin-top: -11px;
		background: #99cf96 url(../images/nct-menu-arrow.png) no-repeat center
			center;
		border-radius: 4px;
		pointer-events: none;
	}

	.new-conv-table .table-nav ul {
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		width: auto;
		padding: 5px 14px;
		border: 2px solid #9cd69a;
		border-radius: 6px;
		background-color: #fff;
		text-align: left;
		box-shadow: 0 28px 32px 0 rgba(69, 69, 69, 0.31);
		margin-top: 3px;
		visibility: hidden;
		opacity: 0;
		transition:
			visibility 0.3s,
			opacity 0.3s;
	}

	.new-conv-table .table-nav.show ul {
		visibility: visible;
		opacity: 1;
	}

	.new-conv-table .table-nav ul li {
		flex: 0 0 100%;
		width: 100%;
		margin: 0;
	}

	.new-conv-table .table-nav ul a {
		padding: 6px 14px;
		white-space: normal;
	}

	.new-conv-table .table-nav ul li.active a,
	.new-conv-table .table-nav ul a:hover {
		background-color: #def1dd;
	}

	.new-conv-table .table-nav ul li.active a {
		font-weight: 700;
	}

	.new-conv-table.v2 .table-nav {
		border-radius: 10px 0 0 0;
		padding-left: 35px;
		padding-right: 5px;
		background-color: #242424;
		box-sizing: border-box;
	}

	.new-conv-table.v2 .table-nav:before,
	.new-conv-table.v2 .table-nav:after {
		content: none;
	}

	.new-conv-table.v2 .table-nav ul {
		position: relative;
		display: flex;
		flex-flow: row nowrap;
		justify-content: flex-start;
		top: auto;
		width: 100%;
		border: none;
		border-radius: 10px 10px 0 0;
		padding: 5px 0 1px;
		opacity: 1;
		visibility: visible;
		overflow-x: scroll;
		background-color: transparent;
		box-sizing: border-box;
		box-shadow: none;
		scroll-behavior: smooth;
	}

	.new-conv-table.v2 .table-nav ul li {
		flex: auto;
		max-width: initial;
		width: auto;
	}

	.new-conv-table.v2 .table-nav ul li a {
		border-radius: 0;
		border-bottom: 2px solid transparent;
		padding: 5px 20px;
		color: #fff;
		font-weight: 600;
		font-size: 11px;
		text-transform: uppercase;
		opacity: 0.53;
		text-align: center;
	}

	.new-conv-table.v2 .table-nav ul .ico {
		display: block;
		margin: 0 auto;
		height: 20px;
		background-repeat: no-repeat;
		background-position: center;
		font-size: 0;
	}

	.new-conv-table.v2:not(.tabs-activated) .table-nav ul li.active a,
	.new-conv-table.v2:not(.tabs-activated) .table-nav ul li:first-child a,
	.new-conv-table.v2 .table-nav ul li.active a,
	.new-conv-table.v2 .table-nav ul li a:hover {
		border-color: #fff;
		color: #fff;
		opacity: 1;
		background-color: transparent;
	}

	.new-conv-table.v2:not(.tabs-activated) .table-nav ul li.active a .ico,
	.new-conv-table.v2:not(.tabs-activated) .table-nav ul li:first-child a .ico,
	.new-conv-table.v2 .table-nav ul li.active a .ico,
	.new-conv-table.v2 .table-nav ul li a:hover .ico {
		filter: invert(70%) sepia(55%) saturate(3144%) hue-rotate(40deg)
			brightness(160%) contrast(100%);
	}

	.new-conv-table .info {
		padding: 10px 45px 5px;
		font-style: normal;
	}

	.new-conv-table .info p:before {
		content: '';
		display: inline-block;
		width: 18px;
		height: 12px;
		margin: 3px 5px -2px 0;
		background: url(../images/greece.svg);
		background-size: contain;
	}

	.new-conv-table .table-head.v1 {
		display: flex;
		flex-flow: column nowrap;
		background: transparent;
		padding-bottom: 24px;
	}

	.new-conv-table .table-head.v1 h2 {
		order: -1;
		font-style: normal;
		font-weight: 900;
	}

	.new-conv-table .table-head.v1 .info-author {
		position: relative;
		width: auto;
		margin: 0 auto;
		padding-left: 50px;
		text-align: left;
		align-self: center;
	}

	.new-conv-table .table-head.v1 .info-author:before {
		position: absolute;
		top: -7px;
		left: 0;
		width: 36px;
		height: 36px;
	}

	.new-conv-table .table-head.v2 {
		display: flex;
		flex-flow: column nowrap;
		background: transparent;
		padding-bottom: 24px;
	}

	.new-conv-table .table-head.v2 h2 {
		order: -1;
		font-style: normal;
		font-weight: 900;
	}

	.new-conv-table .table-head.v2 h2:before {
		content: '';
		display: inline-block;
		width: 32px;
		height: 21px;
		margin: 0 8px;
		vertical-align: middle;
		background: url(../images/greece.svg);
		background-size: contain;
	}

	.new-conv-table .table-head.v2 .info-author {
		position: relative;
		width: auto;
		margin: 0 auto;
		padding-left: 50px;
		text-align: left;
		align-self: center;
	}

	.new-conv-table .table-head.v2 .info-author span {
		color: #353535;
	}

	.new-conv-table .table-head.v2 .info-author:before {
		position: absolute;
		top: -7px;
		left: 0;
		width: 36px;
		height: 36px;
	}

	.new-conv-table .table-head.v3 {
		display: flex;
		flex-flow: column nowrap;
		background: transparent;
		padding-bottom: 24px;
	}

	.new-conv-table .table-head.v3 h2 {
		order: -1;
		font-style: normal;
		font-weight: 900;
	}

	.new-conv-table .table-head.v3 h2:before {
		content: '';
		display: inline-block;
		width: 32px;
		height: 21px;
		margin: 0 8px;
		vertical-align: middle;
		background: url(../images/greece.svg);
		background-size: contain;
	}

	.new-conv-table .table-head.v3 .info-author {
		position: relative;
		width: auto;
		margin: 0 auto;
		padding-left: 50px;
		text-align: left;
		align-self: center;
	}

	.new-conv-table .table-head.v3 .info-author:before {
		position: absolute;
		top: -7px;
		left: 0;
		width: 36px;
		height: 36px;
	}

	.new-conv-table .table-head.v3:after {
		content: '';
		display: block;
		height: 32px;
		border: 10px solid transparent;
		margin: 24px 0 -24px;
		border-radius: 5px 5px 0 0;
		background: #edf5ee;
	}

	.new-conv-table .table-head.v4 h2 {
		padding: 0 0 12px;
		font-size: 18px;
		line-height: 1.2;
		text-align: center;
		font-style: normal;
	}

	.new-conv-table .table-head.v4 p {
		font-style: normal;
	}

	.new-conv-table .table-head.v4 .table-nav {
		margin: 0 20px 26px;
		width: auto;
	}

	.new-conv-table .table-head.v4 .table-nav:before {
		content: 'Επιλέξτε Πολιτεία';
		padding: 17px 50px;
		font-size: 14px;
		font-weight: 400;
		color: #001a0d;
		border: 1px solid #fff;
		font-style: normal;
		background: #fff url(../images/nct-select-globe.png) no-repeat 12px center;
	}

	.new-conv-table .table-head.v4 .table-nav:hover:before {
		border-color: #bacfbe;
	}

	.new-conv-table .table-head.v4 .table-nav:after {
		opacity: 0.7;
		border-radius: 50%;
	}

	.new-conv-table .cell-bonus.v1 span {
		font-size: 15px;
	}

	.new-conv-table .cell-bonus.v1 strong {
		font-size: 18px;
		line-height: 1.2;
	}

	.new-conv-table .cell-bonus.v2 strong {
		font-size: 32px;
		line-height: 1.1;
	}

	.new-conv-table .cell-bonus.v3 strong {
		font-size: 20px;
		line-height: 1.2;
	}

	.new-conv-table .cell-bonus-alt {
		padding: 25px 45px;
		margin: 12px 0 0;
		background-color: #f2f4f5;
		border-radius: 5px;
	}

	.new-conv-table .cell-bonus-alt {
		order: 17;
	}

	.new-conv-table .cell-go {
		order: 18;
	}

	.new-conv-table .cell-inner {
		order: 19;
	}

	.new-conv-table .cell-terms {
		order: 20;
	}

	.new-conv-table .cell-list {
		order: 21;
	}

	.new-conv-table .ico.tabs.trophy {
		width: 15px;
		height: 13px;
		background-image: url(../images/mobile-trophy-icon.png);
	}

	.new-conv-table .ico.tabs.apps-grid {
		width: 14px;
		height: 14px;
		background-image: url(../images/mobile-apps-grid-icon.png);
	}

	.new-conv-table .ico.tabs.credit-cards {
		width: 18px;
		height: 18px;
		background-image: url(../images/mobile-credit-cards-icon.png);
	}

	.new-conv-table .ico.tabs.gift {
		width: 15px;
		height: 15px;
		background-image: url(../images/mobile-gift-icon.png);
	}
}

@media (max-width: 1023px) {
	.new-conv-table.v2 .info:before {
		position: absolute;
		content: '';
		top: 8px;
		left: -25px;
		width: 20px;
		height: 48px;
		background: url(../images/highlight-arrow-down.png) no-repeat;
	}
}

.new-conv-table .table-nav-container {
	position: absolute;
	overflow: hidden;
	top: 100%;
	left: 0;
	right: 0;
	padding: 10px;
	border: 1px solid #bacfbe;
	margin-top: 5px;
	box-shadow: 0 11px 27px 0 rgba(115, 115, 115, 0.44);
	font-size: 0;
	white-space: nowrap;
	background-color: #fff;
	border-radius: 5px;
	visibility: hidden;
	opacity: 0;
	transition:
		opacity 0.3s,
		visibility 0.3s;
}

.new-conv-table .table-nav.paging.show .table-nav-container {
	visibility: visible;
	opacity: 1;
}

.new-conv-table .table-nav.paging .table-nav-container ul {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 46%;
	padding: 0 10px;
	margin: 0;
	border: 0;
	white-space: nowrap;
	box-shadow: none;
}

.new-conv-table .table-nav.paging .table-nav-container ul li {
	padding: 0;
	margin: 0;
}

.new-conv-table .table-nav.paging .table-nav-container ul li span {
	position: relative;
	display: flex;
	align-items: center;
	height: 40px;
	padding: 9px 10px 9px 44px;
	font-size: 16px;
	line-height: 20px;
	color: #102937;
	border-radius: 4px;
	font-style: normal;
}

.new-conv-table .table-nav.paging .table-nav-container ul li span:hover {
	background-color: rgba(224, 250, 227, 0.5);
}

.new-conv-table .table-nav.paging .table-nav-container ul li span:before {
	content: '';
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	left: 22px;
	margin: -12px 0 0 -12px;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 50%;
	background-size: contain;
}

.new-conv-table .table-nav.paging .table-nav-container .paging {
	display: block;
}

.new-conv-table .table-nav.paging .table-nav-container .paging {
	padding-top: 10px;
	text-align: center;
	user-select: none;
}

.new-conv-table .table-nav.paging .table-nav-container .paging .prev,
.new-conv-table .table-nav.paging .table-nav-container .paging .next {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 26px;
	cursor: pointer;
	position: relative;
}

.new-conv-table .table-nav.paging .table-nav-container .paging .prev:before,
.new-conv-table .table-nav.paging .table-nav-container .paging .next:before {
	content: '';
	width: 12px;
	height: 12px;
	border-style: solid;
	border-color: #999;
	position: absolute;
	top: 50%;
	left: 50%;
	transition: border-color 0.25s;
}

.new-conv-table
	.table-nav.paging
	.table-nav-container
	.paging
	.prev:hover:before,
.new-conv-table
	.table-nav.paging
	.table-nav-container
	.paging
	.next:hover:before {
	border-color: #1975d1;
}

.new-conv-table .table-nav.paging .table-nav-container .paging .prev:before {
	border-width: 0 0 2px 2px;
	transform: rotate(45deg);
	margin: -6px 0 0 -4px;
}

.new-conv-table .table-nav.paging .table-nav-container .paging .next:before {
	border-width: 0 2px 2px 0;
	transform: rotate(-45deg);
	margin: -6px 0 0 -6px;
}

.new-conv-table .table-nav.paging .table-nav-container .paging .p-i {
	font-size: 14px;
	line-height: 16px;
	font-style: normal;
	padding: 5px;
	font-weight: 700;
	color: #999;
	margin: 0 5px;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 4px;
	transition:
		color 0.25s,
		background 0.25s;
	display: inline-block;
}

.new-conv-table .table-nav.paging .table-nav-container .paging .p-i.active {
	background: #347c30;
	color: #fff;
	pointer-events: none;
}

@media (min-width: 768px) {
	.new-conv-table.nav-show .left {
		display: none;
	}

	.new-conv-table.nav-show .table-nav {
		margin-left: 0;
		flex: 1 1 auto;
		width: auto;
	}

	.new-conv-table .table-nav.paging .table-nav-container ul {
		width: 28%;
	}
}

.new-conv-table.n-casino[data-limit-btn]:after {
	display: block;
	width: 100%;
	padding: 21px;
	border: 4px solid #88898a;
	margin: -8px 0 20px;
	text-align: center;
	box-sizing: border-box;
	font-size: 15px;
	line-height: 1.2;
	color: #00994d;
	background: #f2f4f5;
	border-radius: 12px;
	box-shadow: 0 -10px 0 0 #88898a;
}

.new-conv-table.n-casino[data-limit-btn]:hover:after {
	color: #00994d;
}

@media (min-width: 400px) {
	.new-conv-table.n-casino[data-limit-btn]:after {
		background: #f2f4f5 url(../images/btn-arrow-down.png) no-repeat
			calc(50% + 170px) 55%;
	}

	.new-conv-table.n-casino.padding-arrow[data-limit-btn]:after {
		background: #f2f4f5 url(../images/btn-arrow-down.png) no-repeat
			calc(50% + 195px) 55%;
	}

	.new-conv-table.n-casino.pl.padding-arrow[data-limit-btn]:after {
		background: #f2f4f5 url(../images/btn-arrow-down.png) no-repeat
			calc(50% + 155px) 55%;
	}
}

@media (max-width: 767px) {
	.new-conv-table.mobile-v1 .cell-rating {
		order: 1;
	}

	.new-conv-table.mobile-v1 .cell-rating ~ .cell-box {
		order: 10;
	}

	.new-conv-table.mobile-v1 .cell-go {
		order: 2;
	}

	.new-conv-table.mobile-v1 .cell-inner {
		order: 3;
	}

	.new-conv-table.mobile-v1 .cell-box {
		flex-basis: calc(50% - 24px);
		width: calc(50% - 24px);
		padding-left: 10px;
		padding-right: 10px;
		margin: 2px;
		background: #f2f4f5;
		text-align: left;
		border-radius: 4px;
	}

	.new-conv-table.mobile-v1 .cell-logo a,
	.new-conv-table.mobile-v1 .cell-logo span {
		width: 122px;
	}

	.new-conv-table.mobile-v2 .cell-logo {
		padding-top: 0;
		padding-bottom: 30px;
	}

	.new-conv-table.mobile-v2 .cell-rating {
		order: 1;
	}

	.new-conv-table.mobile-v2 .cell-rating ~ .cell-box {
		order: 10;
	}

	.new-conv-table.mobile-v2 .cell-go {
		order: 2;
	}

	.new-conv-table.mobile-v2 .cell-inner {
		order: 3;
	}

	.new-conv-table.mobile-v2 .cell-box {
		flex-basis: calc(50% - 24px);
		width: calc(50% - 24px);
		padding-left: 10px;
		padding-right: 10px;
		margin: 2px;
		background: #f2f4f5;
		text-align: left;
		border-radius: 4px;
	}

	.new-conv-table.mobile-v2 .cell-rating {
		position: absolute;
		top: 64px;
		left: 14px;
		width: 50%;
		background: transparent;
	}

	.new-conv-table.mobile-v2 .cell-rating > span {
		width: 75px;
		height: 30px;
		line-height: 24px;
	}

	.new-conv-table.mobile-v2 .cell-logo a,
	.new-conv-table.mobile-v2 .cell-logo span {
		width: 122px;
	}
}

@media (max-width: 767px) {
	.new-conv-table.n-casino caption {
		margin: 4px 4px 1px;
		padding: 11px 25px;
		font-size: 17px;
		line-height: 25px;
		box-shadow:
			0 0 0 4px #919191,
			0 20px 0 4px #919191;
		border-radius: 12px;
		background-color: #f2f4f5;
	}

	.new-conv-table.n-casino tbody {
		position: relative;
		overflow: hidden;
		border: 3px solid #919191;
		padding-top: 2px;
		background-color: #919191;
		border-radius: 12px;
	}

	.new-conv-table.n-casino tr:last-child {
		margin-bottom: 0;
	}

	.new-conv-table.n-casino tr {
		padding-bottom: 20px;
		box-shadow:
			0 -2px 0 0 #23a21d,
			inset 0 -2px 0 0 #d3e1d3,
			inset 0 2px 0 0 #d3e1d3;
		border-radius: 12px;
	}

	.new-conv-table.n-casino .cell-position:before {
		margin: 2px 0 0;
		width: 23px;
		line-height: 23px;
		font-size: 13px;
		font-weight: 700;
		color: #fff;
		background-color: #229e1c;
		border-radius: 8px 0 8px 0;
	}

	.new-conv-table.n-casino .cell-logo {
		padding: 0 0 30px;
	}

	.new-conv-table.n-casino .cell-rating {
		width: 48%;
		height: 0;
		padding: 0 calc(52%) 0 14px;
		margin-bottom: 0;
		box-sizing: border-box;
	}

	.new-conv-table.n-casino .cell-rating > span {
		margin-top: -32px;
		margin-bottom: 9px;
	}

	.new-conv-table.n-casino .cell-box {
		padding: 6px 0;
		font-size: 16px;
	}

	.new-conv-table .cell-go a {
		padding: 14px;
		font-size: 14px;
	}

	.new-conv-table.n-casino .cell-inner {
		position: relative;
		pointer-events: none;
	}

	.new-conv-table.n-casino .cell-inner a {
		pointer-events: all;
	}

	.new-conv-table.n-casino .cell-inner:after {
		content: 'Κλείσιμο';
		display: block;
		font-size: 14px;
		color: #0b47cd;
		margin-top: 20px;
		margin-bottom: -5px;
		pointer-events: all;
	}

	.new-conv-table.n-casino.tr .cell-inner:after {
		content: 'Kapalı';
	}

	.new-conv-table.n-casino .cell-inner:before {
		content: '';
		position: absolute;
		bottom: 9px;
		right: 50%;
		width: 14px;
		height: 14px;
		margin-right: -50px;
		background: url(../images/arrow_icon.svg) no-repeat center center;
		background-size: contain;
		transform: rotate(180deg);
		transform-origin: center center;
	}

	.new-conv-table.n-casino tr:not(.expanded) .cell-box {
		display: none;
	}

	.new-conv-table.n-casino tr:not(.expanded) .cell-inner:after {
		content: 'Περισσότερες πληροφορίες';
	}

	.new-conv-table.n-casino.tr tr:not(.expanded) .cell-inner:after {
		content: 'Περισσότερες πληροφορίες';
	}

	.new-conv-table.n-casino tr:not(.expanded) .cell-terms:last-child,
	.new-conv-table.n-casino tr:not(.expanded) .cell-list:last-child {
		margin-top: 6px;
	}

	.new-conv-table.n-casino tr:not(.expanded) .cell-inner:last-child {
		margin-bottom: -12px;
	}

	.new-conv-table.n-casino tr:not(.expanded) .cell-inner:before {
		margin-right: -111px;
		transform: none;
	}

	.new-conv-table.n-casino.tr tr:not(.expanded) .cell-inner:before {
		margin-right: -68px;
		transform: none;
	}

	.new-conv-table.n-casino .cell-go {
		order: 3;
	}

	.new-conv-table.n-casino .cell-inner {
		order: 4;
	}

	.new-conv-table.n-casino .cell-logo {
		order: 1;
	}

	.new-conv-table.n-casino .cell-rating {
		order: 3;
	}

	.new-conv-table.n-casino .cell-bonus {
		order: 2;
	}

	.new-conv-table.n-casino .cell-box {
		order: 10;
	}

	.new-conv-table.n-casino .cell-terms,
	.new-conv-table.n-casino .cell-list {
		order: 11;
	}

	.new-conv-table.n-casino .cell-list:last-child,
	.new-conv-table.n-casino .cell-terms:last-child {
		box-shadow: 0 -2px 0 0 #d3e1d3;
		margin-bottom: -20px;
		margin-top: 20px;
	}

	.new-conv-table.n-casino.n-casino-v2 caption {
		box-shadow: none;
	}

	.new-conv-table.n-casino-v2 caption {
		background: transparent;
	}

	.new-conv-table.n-casino-v3 .cell-position {
		left: 50%;
	}

	.new-conv-table.n-casino-v3 .cell-position:before {
		width: 36px;
		height: 24px;
		margin: 0 -18px;
		padding-top: 2px;
		background-color: #f2f4f5;
		border-radius: 0 0 5px 5px;
		font-size: 14px;
		color: #229e1c;
	}

	.new-conv-table.n-casino-v3 .cell-rating {
		position: absolute;
		top: 0;
		left: 0;
		padding: 0;
		margin: 0;
		width: auto;
		height: auto;
	}

	.new-conv-table.n-casino-v3 .cell-rating > span {
		margin: 0;
		width: 68px;
		height: 26px;
		line-height: 24px;
		background-color: #001a0d;
		border-radius: 8px 0 8px 0;
		font-size: 15px;
		font-weight: 700;
		color: #fff;
	}

	.new-conv-table.n-casino-v3 .cell-rating .hidden:before {
		margin: 0 0 -2px 3px;
		font-size: 13px;
		line-height: 26px;
	}

	.new-conv-table.n-casino-v3 .pos-rating {
		order: 2;
		width: 48%;
		padding: 0;
		flex: 0 0 auto;
		margin: -16px 0 4px;
		font-size: 14px;
	}

	.new-conv-table.n-casino-v3 .pos-rating:before,
	.new-conv-table.n-casino-v3 .pos-rating:after {
		content: none !important;
	}

	.new-conv-table.n-casino-v3 .cell-bonus {
		padding-top: 15px;
	}

	.new-conv-table.n-casino-v3 .cell-logo {
		padding-top: 10px;
	}

	.new-conv-table.n-casino-v3 .cell-list,
	.new-conv-table.n-casino-v3 .cell-terms {
		color: #000625;
		text-align: center;
	}

	.new-conv-table.n-casino-v4 tr:not(.expanded) .cell-box,
	.new-conv-table.n-casino-v4 .cell-box {
		order: 3;
		display: block;
	}

	.new-conv-table.n-casino-v4 .cell-inner:before,
	.new-conv-table.n-casino-v4 .cell-inner:after {
		display: none;
	}

	.new-conv-table.n-casino-v4 .cell-box {
		font-size: 16px;
	}

	.new-conv-table.n-casino-v4 .cell-box:before {
		font-size: 15px;
	}

	.new-conv-table.n-casino-v4 .cell-rating {
		margin-bottom: 10px;
	}

	.new-conv-table.n-casino-v4 .cell-go {
		padding-top: 15px;
	}
}

@media (min-width: 768px) {
	.new-conv-table.n-casino table {
		border: 3px solid #8b8d8e;
		background-color: #8b8d8e;
		border-radius: 10px;
	}

	.new-conv-table.n-casino caption {
		padding: 15px;
		margin-bottom: 4px;
		background-color: #f2f4f5;
		border-radius: 10px;
		font-size: 24px;
		color: #001a0d;
	}

	.new-conv-table.n-casino tr:last-child {
		margin-bottom: 0;
	}

	.new-conv-table.n-casino tr {
		box-shadow:
			0 -2px 0 0 #23a21d,
			inset 0 -2px 0 0 #d3e1d3,
			inset 0 2px 0 0 #d3e1d3;
		border-radius: 12px;
	}

	.new-conv-table.n-casino tr[data-slide]:after {
		content: none;
	}

	.new-conv-table.n-casino .cell-position:before {
		margin: 2px 0 0;
		width: 23px;
		line-height: 23px;
		font-size: 13px;
		font-weight: 700;
		color: #fff;
		background-color: #229e1c;
		border-radius: 8px 0 8px 0;
	}

	.new-conv-table.n-casino .cell-bonus {
		grid-area: bonusAlt;
		padding-top: 22px;
	}

	.new-conv-table.n-casino tr {
		grid-template: repeat(7, auto) / repeat(2, auto) repeat(6, auto) repeat(
				3,
				auto
			);
		grid-template-areas: 'logo bonus tl  tl  tcl  tcr  tr  tr  casino bonusAlt btn' 'logo bonus tbl tbl tbcl tbcr tbr tbr casino bonusAlt btn' 'logo bonus bl  bl  bcl  bcr  br  br  casino bonusAlt btn' 'logo bonus bbl bbl bbcl bbcr bbr bbr casino bonusAlt inner' 'rating spacingBonus box box box box box box casino spacingBonusAlt spacingBtn' 'terms terms terms terms terms terms terms terms terms terms terms' 'list list list list list list list list list list list';
	}

	.new-conv-table.n-casino tr td:not(.cell-terms):not(.cell-list) {
		max-width: 15vw;
	}

	.new-conv-table.n-casino .cell-box:before {
		padding-bottom: 14px;
		font-size: 13px;
		color: #717c82;
	}

	.new-conv-table.n-casino .cell-box {
		display: flex;
		flex-flow: column wrap;
		justify-content: flex-start;
		align-items: center;
		padding: 25px 0;
		background-color: transparent;
		font-size: 15px;
		color: #001a0d;
	}

	.new-conv-table.n-casino .cell-box {
		width: 130px;
		margin-bottom: -18px;
		text-align: center;
	}

	.new-conv-table.n-casino .cell-logo a,
	.new-conv-table.n-casino .cell-logo span {
		margin: 0;
	}

	.new-conv-table.n-casino .cell-logo a {
		margin-top: -20px;
	}

	.new-conv-table.n-casino .cell-go {
		padding: 8px 0 0;
	}

	.new-conv-table.n-casino .cell-go {
		width: 280px;
	}

	.new-conv-table.n-casino .cell-bonus {
		width: 160px;
	}

	.new-conv-table.n-casino .cell-rating {
		padding-left: 30px;
		padding-right: 20px;
	}

	.new-conv-table.n-casino .cell-rating > span {
		margin: -25px 0 7px;
	}

	.new-conv-table.n-casino .cell-inner {
		padding-top: 5px;
		margin-bottom: -5px;
	}

	.new-conv-table.n-casino .cell-list:last-child,
	.new-conv-table.n-casino .cell-terms:last-child {
		box-shadow: 0 -2px 0 0 #d3e1d3;
	}

	.new-conv-table caption {
		background: transparent;
	}

	.new-conv-table.n-casino-v2 table {
		border: 0;
		background-color: transparent;
	}

	.new-conv-table.n-casino-v2 tbody {
		border: 3px solid #8b8d8e;
		border-radius: 10px;
		background-color: #8b8d8e;
	}

	.new-conv-table.n-casino-v3 tr {
		position: relative;
	}

	.new-conv-table.n-casino-v3 .cell-position {
		top: 50px;
		left: 0;
		margin: 0;
	}

	.new-conv-table.n-casino-v3 .cell-position:before {
		width: 20px;
		height: 35px;
		margin: 0;
		padding-top: 2px;
		background-color: #f2f4f5;
		border-radius: 0 5px 5px 0;
		font-size: 14px;
		line-height: 35px;
		color: #229e1c;
	}

	.new-conv-table.n-casino-v3 .cell-rating {
		grid-area: auto;
		position: absolute;
		top: 2px;
		left: 0;
		padding: 0;
		margin: 0;
		width: auto;
		height: auto;
	}

	.new-conv-table.n-casino-v3 .cell-rating > span {
		margin: 0;
		width: 68px;
		height: 26px;
		line-height: 24px;
		background-color: #001a0d;
		border-radius: 8px 0 8px 0;
		font-size: 15px;
		font-weight: 700;
		color: #fff;
	}

	.new-conv-table.n-casino-v3 .cell-rating .hidden:before {
		margin: 0 0 -2px 3px;
		font-size: 13px;
		line-height: 26px;
	}

	.new-conv-table.n-casino-v3 .pos-rating {
		grid-area: rating;
		order: 2;
		padding: 0;
		flex: 0 0 auto;
		margin: -15px 0 0;
		font-size: 14px;
		line-height: 1;
	}

	.new-conv-table.n-casino-v3 .pos-rating:before,
	.new-conv-table.n-casino-v3 .pos-rating:after {
		content: none !important;
	}

	.new-conv-table.n-casino-v3 .cell-bonus {
		padding-top: 22px;
	}

	.new-conv-table.n-casino-v3 .cell-logo {
		padding-top: 10px;
	}

	.new-conv-table.n-casino-v3 .cell-list,
	.new-conv-table.n-casino-v3 .cell-terms {
		color: #000625;
		text-align: center;
	}

	.new-conv-table.n-casino-v3 .cell-box.cell-right {
		margin-bottom: 0;
	}

	.new-conv-table.n-casino.wide .cell-logo {
		padding-left: 30px;
	}

	.new-conv-table.n-casino.wide .cell-logo span {
		margin: 0 auto;
	}
}

@media (min-width: 1100px) {
	.new-conv-table.n-casino tr td.cell-go,
	.new-conv-table.n-casino tr td.cell-inner {
		max-width: none !important;
	}
}

@media (min-width: 768px) and (max-width: 1400px) {
	.new-conv-table.n-casino .cell-go a {
		min-width: 0;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.new-conv-table.n-casino .cell-left,
	.new-conv-table.n-casino .cell-right,
	.new-conv-table.n-casino .cell-center {
		max-width: none !important;
		width: auto;
	}

	.new-conv-table.n-casino .cell-left {
		grid-area: tl / tl / tr / tr;
	}

	.new-conv-table.n-casino .cell-center {
		grid-area: tbl / tbl / br / br;
	}

	.new-conv-table.n-casino .cell-right {
		grid-area: bbl / bbl / bbr / bbr;
	}

	.new-conv-table.n-casino .cell-box {
		padding: 10px 0;
		flex-flow: row wrap;
	}

	.new-conv-table.n-casino .cell-box:before {
		display: inline-block;
		vertical-align: middle;
		padding: 0 2px 2px 0;
	}

	.new-conv-table.n-casino .cell-box.row {
		justify-content: flex-start;
	}
}

.new-conv-table.titles-v2 .cell-box:before {
	font-size: 13px;
	color: #848484;
}

.new-conv-table .cell-terms {
	font-size: 12px;
	line-height: 1.34;
	text-align: left;
	color: #434a54;
}

.new-conv-table .cell-terms a {
	color: inherit;
}

.new-conv-table.new-conv-table-alt .cell-opinion {
	box-sizing: border-box;
	margin: 10px 0;
	order: 2;
}

.new-conv-table.new-conv-table-alt .cell-opinion * {
	box-sizing: border-box;
}

.new-conv-table.new-conv-table-alt .cell-opinion p {
	background: #fff;
	border-radius: 7px;
	padding: 15px 24px;
	font-size: 13px;
	color: #000625;
	text-align: left;
	font-style: italic;
	margin: 0 12px;
	line-height: normal;
}

.new-conv-table.new-conv-table-alt .cell-opinion strong {
	font-style: normal;
}

.new-conv-table .cell-opinion-v2 {
	flex: 1 1 auto;
	box-sizing: border-box;
	order: 2;
	background: #eefaed;
	border-radius: 7px;
	padding: 15px 24px;
	font-size: 13px;
	color: #3d3c3c;
	text-align: left;
	font-style: normal;
	margin: 10px 12px;
	line-height: normal;
	font-weight: 500;
}

.new-conv-table .cell-opinion-v2 strong {
	font-size: 700;
}

.new-conv-table.new-conv-table-alt .cell-terms {
	font-size: 11px;
	color: #717c82;
	line-height: normal;
}

@media (max-width: 767px) {
	.new-conv-table-alt.n-casino.spain.expand-go tr:not(.expanded) .cell-go:after,
	.new-conv-table-alt.n-casino.spain tr:not(.expanded) .cell-inner:after {
		display: none;
	}

	.new-conv-table-alt.n-casino.spain.expand-go
		tr:not(.expanded)
		.cell-go:before,
	.new-conv-table-alt.n-casino.spain tr:not(.expanded) .cell-inner:before {
		display: none;
	}

	.new-conv-table-alt.n-casino tr:not(.expanded) .cell-box {
		display: block;
		flex: 0 0 33.3333%;
		margin-bottom: 10px;
	}
}

@media (min-width: 768px) {
	.new-conv-table.new-conv-table-alt tr {
		display: grid;
		grid-template: repeat(8, auto) / repeat(2, auto) repeat(6, auto) repeat(
				3,
				auto
			);
		grid-template-areas: 'logo bonus tl  tl  tcl  tcr  tr  tr  casino bonusAlt btn' 'logo bonus tbl tbl tbcl tbcr tbr tbr casino bonusAlt btn' 'logo bonus bl  bl  bcl  bcr  br  br  casino bonusAlt btn' 'logo bonus bbl bbl bbcl bbcr bbr bbr casino bonusAlt inner' 'rating spacingBonus box box box box box box casino spacingBonusAlt spacingBtn' 'opinion opinion opinion opinion opinion opinion opinion opinion opinion opinion opinion' 'terms terms terms terms terms terms terms terms terms terms terms' 'list list list list list list list list list list list';
	}

	.new-conv-table.new-conv-table-alt .cell-opinion {
		max-width: 100% !important;
	}

	.new-conv-table .cell-opinion-v2 {
		margin: 20px 3px 3px;
	}

	.new-conv-table.new-conv-table-alt .cell-top-right,
	.new-conv-table.new-conv-table-alt .cell-bottom-left,
	.new-conv-table.new-conv-table-alt .cell-bottom-right,
	.new-conv-table.new-conv-table-alt .cell-top-left {
		min-width: 127px;
	}
}

@media (min-width: 1024px) {
	.new-conv-table.new-conv-table-alt .cell-opinion p {
		padding: 15px 28px;
	}
}

@media (max-width: 359px) {
	.new-conv-table tr {
		padding: 4px;
	}

	.new-conv-table .cell-inner {
		padding: 8px 0;
	}
}

.newintro-container {
	display: flex;
	flex-flow: column nowrap;
	padding: 15px;
	margin: 18px 0 2px;
	border-radius: 6px 6px 0 0;

	background: linear-gradient(77.73deg, #f5f5f5 0%, #dfeade 100%);

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#dfeade', GradientType=1);
}

.newintro-container.fix {
	margin: 2px 0 2px;
}

.newintro-container .entry {
	order: -1;
	max-width: 340px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.2;
}

.newintro-container .entry .title {
	padding: 4px 0 14px;
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	color: #00994d;
	color: #00994d;
}

.newintro-container .entry ul {
	list-style: none;
	padding: 0 0 0 11px;
	margin: 0;
}

.newintro-container .entry ul li {
	position: relative;
	padding-bottom: 4px;
}

.newintro-container .entry ul li:before {
	content: '';
	position: absolute;
	top: 12px;
	left: -11px;
	width: 3px;
	height: 3px;
	background-color: #00994d;
	border-radius: 3px;
}

.newintro-container .author {
	position: relative;
	width: calc(100% - 196px);
	max-width: 200px;
	padding: 23px 140px 30px 56px;
	margin: 0 auto;
	font-size: 11px;
	line-height: 1.1;
	letter-spacing: -0.6px;
	color: #a1a1a1;
	background: url(../images/petros-makri-signature-apati.png) no-repeat 152px
		15px;
	background-size: 83px auto;
}

.newintro-container .author:before {
	content: '';
	position: absolute;
	top: 5px;
	left: -6px;
	width: 52px;
	height: 52px;
	background: url(../images/petros-makris.jpg) no-repeat 88% 0;
	background-size: 120% auto;
	border-radius: 50%;
}

.newintro-container .author:after {
	content: '';
	position: absolute;
	top: -3px;
	right: 5px;
	width: 73px;
	height: 73px;
	background: url(../images/casino-box-badge.png) no-repeat center center;
	background-size: contain;
}

.newintro-container .author strong {
	display: block;
	padding-bottom: 1px;
	font-size: 13px;
	letter-spacing: 0;
	font-weight: 600;
	color: #595959;
}

.newintro-container .author.nikos-samaras {
	position: relative;
	width: calc(100% - 196px);
	max-width: 200px;
	padding: 23px 140px 30px 56px;
	margin: 0 auto;
	font-size: 11px;
	line-height: 1.1;
	letter-spacing: -0.6px;
	color: #a1a1a1;
	background: url(../images/nikos-samaras-signature-apati.png) no-repeat 152px
		15px;
	background-size: 83px auto;
}

.newintro-container .author.nikos-samaras:before {
	content: '';
	position: absolute;
	top: 5px;
	left: -6px;
	width: 52px;
	height: 52px;
	background: url(../images/nikos-samaras.jpg) no-repeat 88% 0;
	background-size: 120% auto;
	border-radius: 50%;
}

.newintro-container .actions {
	padding: 0 0 3px;
}

.newintro-container .btn {
	padding: 16px;
	margin: 0 4px;
	font-size: 18px;
	font-weight: 600;
	border-radius: 6px;
	background: linear-gradient(191.6deg, #00994d 16%, #00cc66 80%);
}

.newintro-container .btn:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 13px;
	margin: -4px 12px 0 0;
	background: url(../images/greece.svg) no-repeat center center;
	background-size: contain;
}

@media (min-width: 1024px) {
	.newintro-container {
		position: relative;
		overflow: hidden;
		flex-flow: row wrap;
		padding: 20px;
	}

	.newintro-container .author,
	.newintro-container .author.nikos-samaras {
		flex-flow: row wrap;
		width: 16%;
		max-width: none;
		padding: 0 5.5% 0 3.6%;
		margin: 0;
		font-size: 12px;
		background-position: right bottom;
		background-size: 105px auto;
	}

	.newintro-container .author strong {
		font-size: 16px;
	}

	.newintro-container .author:before,
	.newintro-container .author.nikos-samaras:before {
		position: relative;
		top: 0;
		left: 0;
		display: block;
		width: 112px;
		height: 112px;
		margin: 13px 0 24px;
	}

	.newintro-container .author:after {
		display: none;
	}

	.newintro-container .entry {
		order: 0;
		width: 37%;
		max-width: none;
		padding: 22px 1.4% 0 6%;
		margin: 0;
		font-size: 18px;
	}

	.newintro-container .entry .title {
		margin-bottom: 8px;
		font-size: 23px;
		letter-spacing: -0.6px;
	}

	.newintro-container .entry ul {
		font-size: inherit;
		line-height: inherit;
		color: #595959;
	}

	.newintro-container .entry ul li {
		padding-bottom: 9px;
	}

	.newintro-container .actions {
		position: relative;
		width: 26.36%;
		padding: 116px 2% 20px;
		margin-left: auto;
	}

	.newintro-container .actions:before {
		content: '';
		position: absolute;
		top: -10px;
		left: 50%;
		z-index: 1;
		width: 120px;
		height: 120px;
		margin-left: -57px;
		background: url(../images/casino-box-badge.png) no-repeat center center;
		background-size: contain;
	}

	.newintro-container .actions:after {
		content: '';
		position: absolute;
		top: 20px;
		left: 50%;
		width: 60px;
		height: 60px;
		margin-left: -30px;
		border-radius: 50%;
		box-shadow: 0 0 50px 30px rgba(121, 175, 119, 0.5);
	}

	.newintro-container .actions .btn {
		position: relative;
		z-index: 2;
		display: block;
	}

	.newintro-container .actions .btn:hover {
		background: #419533;
	}

	.newintro-container.v2 .actions {
		padding-top: 20px;
		display: flex;
		flex-flow: column wrap;
		justify-content: center;
		align-items: center;
	}

	.newintro-container.v2 .actions:before {
		position: static;
		display: block;
		margin: 0 auto 10px;
	}

	.newintro-container.v2 .actions:after {
		top: 50%;
		margin-top: -60px;
	}

	.newintro-container.v2 .actions .btn {
		width: calc(100% - 40px);
	}

	.newintro-container.v2 .author {
		align-self: center;
	}
}

.newintro-tabs {
	padding: 7px;
	margin-bottom: 25px;
	border-radius: 0 0 6px 6px;
	background-color: #f0f0f0;
}

.newintro-tabs .tab-action {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	min-height: 40px;
	padding: 6px 44px 6px 48px;
	margin-bottom: 5px;
	background-color: #e6e6e6;
	font-size: 14px;
	line-height: 1.2;
	color: #484848;
	border-radius: 6px;
	cursor: pointer;
}

.newintro-tabs .tab-action:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 15px;
	width: 19px;
	height: 19px;
	margin-top: -10px;
	background-repeat: no-repeat;
	background-position: center center;
}

.newintro-tabs .tab-action:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 25px;
	width: 8px;
	height: 8px;
	border: 2px solid transparent;
	border-color: transparent #7a7a7a #7a7a7a transparent;
	transform: rotate(45deg) translateY(-100%);
	transform-origin: center center;
}

.newintro-tabs .tab-action.active {
	bottom: 0;
}

.newintro-tabs .tab-action.ico-checked:before {
	background-image: url(../images/ico-checked.png);
}

.newintro-tabs .tab-action.ico-list:before {
	background-image: url(../images/ico-list.png);
}

.newintro-tabs .tab-action.ico-profile:before {
	background-image: url(../images/ico-profile.png);
}

.newintro-tabs .tab-action.active:after {
	transform: rotate(-135deg) translateY(100%);
	margin-top: 5px;
}

.newintro-tabs .tab {
	padding: 12px 11px 10px;
	margin: -6px 0 5px;
	font-size: 14px;
	line-height: 1.57;
	background: #fff;
	border-radius: 0 0 6px 6px;
	overflow: hidden;
	max-height: 1500px;
	transition:
		max-height 0.3s,
		padding 0.3s;
}

.newintro-tabs .tab-action:not(.active) + .tab {
	max-height: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
}

.newintro-tabs .tab p {
	margin: 0 0 22px;
}

.newintro-tabs .tab .stats {
	border: 1px solid #c2d5c0;
	margin-top: 40px;
	text-align: center;
}

.newintro-tabs .tab .stats ul {
	padding: 0;
	margin: -7px 0 17px;
	list-style: none;
	font-size: 0;
	line-height: 0;
}

.newintro-tabs .tab .stats ul li {
	display: inline-block;
	vertical-align: top;
	padding: 10px 20px;
	width: calc(50% - 40px);
	font-size: 12px;
	line-height: 1.2;
	color: #616161;
}

.newintro-tabs .tab .stats ul li:before {
	content: '';
	display: block;
	width: 64px;
	height: 64px;
	margin: 0 auto 5px;
	background-color: #f9fafb;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 50%;
}

.newintro-tabs .tab .stats ul li.ico-online:before {
	background-image: url(../images/ico-online.png);
}

.newintro-tabs .tab .stats ul li.ico-people:before {
	background-image: url(../images/ico-people.png);
}

.newintro-tabs .tab .stats ul li.ico-roulette:before {
	background-image: url(../images/ico-roulette.png);
}

.newintro-tabs .tab .stats ul li.ico-support:before {
	background-image: url(../images/ico-support.png);
}

.newintro-tabs .tab .stats ul li strong {
	display: block;
	padding-top: 4px;
	font-size: 20px;
	font-weight: 900;
	color: #00994d;
}

.newintro-tabs .tab .stats-title {
	display: inline-block;
	padding: 3px 25px;
	border: 1px solid #ceddcd;
	margin-bottom: -12px;
	font-size: 17px;
	font-weight: 700;
	color: #001a0d;
	border-radius: 17px;
	transform: translateY(-50%);
	background-color: #fff;
}

.newintro-tabs .tab .stats-title span {
	display: inline-block;
	vertical-align: middle;
	width: 140px;
	height: 25px;
	margin: -2px 5px -2px 0;
	background: url(../images/branding.png) no-repeat center center;
	background-size: contain;
	font-size: 0;
	color: transparent;
}

@media (min-width: 1024px) {
	.newintro-tabs .tab {
		padding: 38px 48px;
	}

	.newintro-tabs .tab .stats-title {
		font-size: 21px;
		border-radius: 24px;
	}

	.newintro-tabs .tab .stats-title span {
		width: 172px;
		height: 32px;
		margin: -4px 5px -4px 0;
	}

	.newintro-tabs .tab .stats {
		margin-top: 64px;
	}

	.newintro-tabs .tab .stats ul {
		padding: 3px 40px;
	}

	.newintro-tabs .tab .stats ul li {
		width: calc(25% - 40px);
		font-size: 14px;
	}

	.newintro-tabs .tab .stats ul li strong {
		font-size: 29px;
	}

	.newintro-container .actions:nth-child(2):last-child {
		margin-right: auto;
	}
}

.newintro-tabs #toc_container {
	padding: 0;
	border: 0;
	margin: 0;
	background: transparent;
}

.newintro-tabs #toc_container p {
	display: none;
	margin: 0;
}

.newintro-tabs #toc_container .toc_list {
	padding: 0 0 10px;
	font-size: 15px;
	line-height: 1.1;
}

.newintro-tabs #toc_container .toc_list > li > a {
	text-transform: none;
}

.newintro-tabs #toc_container .toc_list li {
	padding: 3px 4px;
}

.newintro-tabs #toc_container .toc_list li:before {
	content: none;
}

.newintro-tabs #toc_container .toc_list a {
	color: #595959;
}

@media (min-width: 1024px) {
	.newintro-tabs #toc_container .toc_list {
		columns: 3;
	}

	.newintro-tabs #toc_container .toc_list li {
		position: relative;
		display: inline-block;
		width: 100%;
		padding-left: 18px;
	}

	.newintro-tabs #toc_container .toc_list li:before {
		content: '';
		position: absolute;
		top: 8px;
		left: 0;
		width: 8px;
		height: 8px;
		padding: 0;
		border-radius: 50%;
		background: currentColor;
	}
}

.newintro-tabs .links ul {
	list-style: none;
	padding: 10px 0;
	margin: 0;
	border: 1px solid #c2d5c0;
	font-size: 0;
	line-height: 0;
}

.newintro-tabs .links li {
	display: inline-block;
	padding: 10px;
	width: calc(50% - 20px);
	text-align: center;
	font-size: 14px;
	line-height: 1.1;
	color: #616161;
}

.newintro-tabs .links a {
	display: block;
	position: relative;
	text-decoration: none;
	color: #616161;
}

.newintro-tabs .links a:before {
	content: '';
	display: block;
	width: 52px;
	height: 52px;
	margin: 0 auto 5px;
	background: #f9fafb;
	border-radius: 50%;
}

.newintro-tabs .links a:after {
	content: '';
	position: absolute;
	top: -4px;
	left: 50%;
	width: 60px;
	height: 60px;
	margin-left: -30px;
}

.newintro-tabs .links a:after {
	background: url(../images/icons-cats-circle.png) no-repeat 0 0;
	background-size: 180px 420px;
}

.newintro-tabs .links .ico-paypal a:after {
	background-position: 0 0;
}

.newintro-tabs .links .ico-bonus a:after {
	background-position: -60px 0;
}

.newintro-tabs .links .ico-bitcoin a:after {
	background-position: -120px 0;
}

.newintro-tabs .links .ico-slots a:after {
	background-position: 0 -60px;
}

.newintro-tabs .links .ico-merkur a:after {
	background-position: -60px -60px;
}

.newintro-tabs .links .ico-casino a:after {
	background-position: -60px -60px;
}

.newintro-tabs .links .ico-novoline a:after {
	background-position: -120px -60px;
}

.newintro-tabs .links .ico-apps a:after {
	background-position: 0 -120px;
}

.newintro-tabs .links .ico-roulette a:after {
	background-position: -60px -120px;
}

.newintro-tabs .links .ico-blackjack a:after {
	background-position: -120px -120px;
}

.newintro-tabs .links .ico-netent a:after {
	background-position: 0 -180px;
}

.newintro-tabs .links .ico-security a:after {
	background-position: -120px -180px;
}

.newintro-tabs .links .ico-live a:after {
	background-position: -60px -360px;
}

.newintro-tabs .links .ico-money a:after {
	background-position: 0 -241px;
}

.newintro-tabs .links .ico-payments a:after {
	background-position: 4px -300px;
}

.newintro-tabs .links .ico-software a:after {
	background-position: -60px -300px;
}

.newintro-tabs .links .ico-laws a:after {
	background-position: -120px -300px;
}

.newintro-tabs .links .ico-top-offer a:after {
	background-position: 0 -360px;
}

@media (min-width: 1024px) {
	.newintro-tabs {
		display: flex;
		flex-flow: row wrap;
		padding: 14px 7px;
	}

	.newintro-tabs .tab {
		margin: 7px 7px;
		width: calc(100% - 14px);
		border-radius: 5px;
	}

	.newintro-tabs .tab-action {
		flex: 1 0 auto;
		order: -1;
		margin: 0 7px;
	}

	.newintro-tabs .tab-action:not(.active) + .tab {
		margin-left: 7px;
		margin-right: 7px;
	}

	.newintro-tabs .tab-action.active {
		margin-bottom: -13px;
		padding-bottom: 18px;
		border-radius: 6px 6px 0 0;
	}

	.newintro-tabs .tab-action:before,
	.newintro-tabs .tab-action:after {
		top: 26px;
	}

	.newintro-tabs .links ul {
		padding: 10px 24px;
	}

	.newintro-tabs .links li {
		width: calc(16.6% - 20px);
	}
}

@media (min-width: 1100px) {
	.newintro-tabs .tab-action {
		font-size: 18px;
		letter-spacing: -0.3px;
	}
}

.newintro-list {
	position: relative;
	overflow: hidden;
	margin: 20px -5px;
	padding: 23px 10px;
	background: #f6f6f6;
	background: -moz-linear-gradient(top, #f6f6f6 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #f6f6f6 0%, #ffffff 100%);
	background: linear-gradient(to bottom, #f6f6f6 0%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff', GradientType=0);
}

.newintro-list:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 300px;
	height: 300px;
	margin: -190px;
	background-color: #e7ede7;
	border-radius: 50%;
}

.newintro-list:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	margin: 0 18px;
	background-color: #deeadd;
}

.newintro-list .title {
	position: relative;
	padding: 0 20px;
	z-index: 1;
	font-size: 19px;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
}

@media (max-width: 1023px) {
	.newintro-list ul {
		position: relative;
		z-index: 1;
		list-style: none;
		padding: 0;
		margin: 0;
		font-size: 0;
		line-height: 0;
		text-align: center;
		overflow: visible;
	}

	.newintro-list ul:not(.expanded) {
		pointer-events: none;
	}

	.newintro-list ul:not(.expanded):before {
		content: 'Vollständig anzeigen +';
		display: block;
		margin: 16px 0 32px;
		font-size: 16px;
		line-height: 1.2;
		text-decoration: underline;
		font-weight: 700;
		color: #1ca415;
		pointer-events: auto;
	}

	.newintro-list ul.expanded:after {
		content: 'schließen -';
		text-decoration: underline;
		padding: 27px 0;
		display: block;
		font-size: 16px;
		line-height: 1.2;
		font-weight: 700;
		text-align: center;
		color: #484848;
		pointer-events: auto;
	}

	.newintro-list ul.expanded {
		padding-top: 36px;
	}

	.newintro-list ul.expanded li {
		display: block;
		width: auto;
		padding: 0 22px 25px;
		margin: 0 0 8px;
		background-color: #fff;
		font-size: 13px;
		line-height: 1.2;
		text-align: left;
		border-radius: 6px;
		box-shadow: 0 1px 13px 0 rgba(0, 0, 0, 0.08);
	}

	.newintro-list ul.expanded li:before {
		margin: 0 auto -12px;
		transform: translateY(-23px);
	}

	.newintro-list ul.expanded strong {
		margin-bottom: 14px;
		font-size: 15px;
	}

	.newintro-list ul.expanded a {
		display: block;
		margin-top: 16px;
		text-align: center;
		font-size: 14px;
		font-weight: 700;
		color: #1ca415;
	}
}

.newintro-list ul li {
	display: inline-block;
	width: 33.33%;
	padding: 6px 0;
	vertical-align: top;
}

.newintro-list ul li:before {
	content: '';
	display: block;
	width: 54px;
	height: 54px;
	border: 4px solid #deeadd;
	box-shadow: 0 0 0 4px #fff;
	margin: 4px auto 7px;
	background-color: #deeadd;
	background-repeat: no-repeat;
	border-radius: 50%;
}

.newintro-list ul strong {
	display: block;
	font-size: 12px;
	line-height: 1.2;
	color: #484848;
}

.newintro-list li:before {
	background-image: url(../images/sprite-criteria.png);
}

.newintro-list li.icon-1:before {
	background-position: 0 0;
}

.newintro-list li.icon-2:before {
	background-position: -54px 0;
}

.newintro-list li.icon-3:before {
	background-position: -108px 0;
}

.newintro-list li.icon-4:before {
	background-position: -162px 0;
}

.newintro-list li.icon-5:before {
	background-position: 0 -54px;
}

.newintro-list li.icon-6:before {
	background-position: -54px -54px;
}

.newintro-list li.icon-7:before {
	background-position: -108px -54px;
}

.newintro-list li.icon-8:before {
	background-position: -162px -54px;
}

.newintro-list li.icon-9:before {
	background-position: 0 -116px;
}

.newintro-list li.icon-10:before {
	background-position: -54px -116px;
}

.newintro-list li.icon-11:before {
	background-position: -108px -116px;
}

@media (min-width: 1024px) {
	.newintro-list {
		margin: 20px 0;
		padding: 30px 42px;
		background: #f6f6f6;
		border-radius: 5px;
	}

	.newintro-list:after {
		width: 460px;
		height: 460px;
		margin: -290px;
		background-color: #e7ede7;
		border-radius: 50%;
	}

	.newintro-list .title {
		font-size: 19px;
	}

	.newintro-list ul {
		position: relative;
		z-index: 2;
		display: flex;
		flex-flow: row wrap;
		padding: 36px 0 0;
	}

	.newintro-list ul li {
		position: relative;
		flex: 0 0 calc(25% - 60px);
		padding: 0 21px 50px;
		margin: 0 9px 25px;
		background-color: #fff;
		border-radius: 6px;
		box-shadow: 0 1px 13px 0 rgba(0, 0, 0, 0.08);
		font-size: 13px;
		line-height: 1.2;
		color: #5a5a5a;
	}

	.newintro-list ul li:before {
		margin-top: -12px;
		margin-bottom: 21px;
	}

	.newintro-list ul strong {
		display: block;
		padding-bottom: 15px;
		font-size: 15px;
		font-weight: 700;
		color: #484848;
	}

	.newintro-list ul li a {
		display: block;
		position: absolute;
		bottom: 20px;
		left: 0;
		right: 0;
		font-size: 14px;
		font-weight: 700;
		text-align: center;
	}

	.newintro-list ul li a:hover {
		text-decoration: none;
	}
}

body.new {
	background: #e6e6e6;
	overflow-x: hidden;
}

header.new {
	position: relative;
	z-index: 25;
	box-shadow:
		-1198px 0 0 #001a0d,
		1198px 0 0 #001a0d;
	border-bottom: none;
	background: #001a0d;
}

header.new > a {
	height: 40px;
	margin-top: 5px;
	background-size: contain;
}

header.new > nav ul li a:hover,
header.new > nav ul li.current-menu-item a {
	background: rgb(34, 127, 28);
	background: -moz-linear-gradient(
		top,
		rgba(34, 127, 28, 1) 0%,
		rgba(70, 153, 55, 1) 100%
	);
	background: -webkit-linear-gradient(
		top,
		rgba(34, 127, 28, 1) 0%,
		rgba(70, 153, 55, 1) 100%
	);
	background: linear-gradient(
		to bottom,
		rgba(34, 127, 28, 1) 0%,
		rgba(70, 153, 55, 1) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#227f1c', endColorstr='#469937', GradientType=0);
}

header.new > nav.opened > ul,
header.new > nav > .expand {
	z-index: 2;
}

header.new > nav.opened ul {
	z-index: 25;
}

#new {
	min-width: 320px;
	margin: 0 auto;
	background: #fff;
	font:
		normal 14px/1.65 'open sans',
		sans-serif;
	color: #353535;
}

#new article {
	padding: 0;
}

#new #top {
	font-size: 13px;
	line-height: 1.4;
	padding: 15px 0 0;
	margin: 0 auto;
	color: #ddd;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

#new #top,
#new #top:before,
#new #top:after {
	background: #474646;
	background: -moz-linear-gradient(top, #474646 0%, #2d2a2a 100%);
	background: -webkit-linear-gradient(top, #474646 0%, #2d2a2a 100%);
	background: linear-gradient(to bottom, #474646 0%, #2d2a2a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#474646', endColorstr='#2d2a2a', GradientType=0);
}

#bot {
	padding: 15px 25px 25px;
	margin: 0 auto;
}

#new h1,
#new h2,
#new h3,
#new h4,
#new h5,
#new h6 {
	margin: 0;
	padding: 12px 0;
	font-weight: 400;
	font-size: 23px;
	line-height: 1.175;
	color: #2e2b2b;
	text-align: left;
}

#new h3 {
	font-size: 20px;
}

#new h4,
#new h5,
#new h6 {
	font-size: 18px;
	font-weight: 700;
}

#new #top h1 {
	font-size: 24px;
	font-weight: 700;
	color: #ddd;
	text-align: left;
}

#new #top h1 span span {
	display: block;
	font-size: 15px;
	font-weight: 400;
	color: #a5a4a4;
}

#new #top p strong {
	color: #fefefe;
}

#new #top p strong.outlined {
	color: inherit;
}

#new p {
	padding: 0 0 15px;
	margin: 0;
}

aside.new {
	padding: 10px 0 0;
}

#new #top h1,
#new #top p {
	margin-left: 15px;
	margin-right: 15px;
}

#new .btn {
	border-radius: 5px;
	transition: none;
	background: rgb(35, 127, 28);
	background: -moz-linear-gradient(
		top,
		rgba(35, 127, 28, 1) 0%,
		rgba(70, 153, 55, 1) 100%
	);
	background: -webkit-linear-gradient(
		top,
		rgba(35, 127, 28, 1) 0%,
		rgba(70, 153, 55, 1) 100%
	);
	background: linear-gradient(
		to bottom,
		rgba(35, 127, 28, 1) 0%,
		rgba(70, 153, 55, 1) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#237f1c', endColorstr='#469937', GradientType=0);
}

#new .btn:hover {
	background: #208116;
}

@media (max-width: 767px) {
	header.new > nav {
		float: right;
		width: 72px;
		height: 50px;
		background: url(../images/burger.png) no-repeat center center;
	}

	header.new > nav .menu-main-container {
		background: transparent;
		width: 100%;
	}
}

@media (max-width: 599px) {
	#new .newexp {
		overflow: hidden;
		position: relative;
		max-height: 42px;
		margin-bottom: 13px;
		transition: 0.2s linear;
	}

	#new .newexp:not(.opened) {
		background-image: linear-gradient(
			180deg,
			#ddd 0%,
			#ddd 60%,
			rgba(0, 0, 0, 0)
		);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}

	#new .newexp:after {
		content: '';
		display: block;
		width: 40px;
		height: 15px;
		position: absolute;
		bottom: 2px;
		right: 0;
		background: #424040 url(../images/dots.png) no-repeat center;
	}

	#new .newexp.opened {
		max-height: 500px;
		margin-bottom: 0;
	}

	#new .newexp.opened:after {
		display: none;
	}
}

@media (min-width: 768px) {
	header.new {
		padding: 12px 0;
	}

	header.new > a {
		height: 51px;
		margin-top: -2px;
		margin-bottom: -2px;
	}

	#new #top {
		font-size: 14px;
		color: #d8d8d8;
	}

	#new #top h1 {
		font-size: 34px;
		color: #fff;
	}

	#new #top h1 span span {
		font-size: 18px;
		color: #d3d3d3;
		margin-top: 5px;
	}
}

@media (min-width: 1024px) {
	#new,
	#top {
		font-size: 15px;
	}

	#new h2,
	#new h3,
	#new h4,
	#new h5,
	#new h6 {
		padding-bottom: 17px;
	}

	#new h2 {
		font-size: 34px;
	}

	#new h3 {
		font-size: 24px;
	}

	#new h4,
	#new h5,
	#new h6 {
		font-size: 20px;
		font-weight: 700;
	}

	#top h1 {
		font-size: 40px;
	}

	#top h1 span span {
		font-size: 19px;
	}

	#bot {
		float: left;
		width: 66%;
		max-width: 800px;
	}

	aside.new {
		overflow: hidden;
		padding-top: 35px;
	}
}

#new .brand-details {
	margin-left: -15px;
	margin-right: -15px;
	background: #fff;
	position: relative;
}

@media (min-width: 1250px) {
	#new {
		max-width: 1200px;
	}

	#bot {
		padding-left: 0;
	}

	#new #top {
		position: relative;
	}

	#new #top:before,
	#top:after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		width: 100%;
	}

	#new #top:before {
		right: 100%;
	}

	#new #top:after {
		left: 100%;
	}

	#new #top h1,
	#new #top p {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 15px;
	}
}

.trusted {
	position: relative;
	z-index: 1;
	height: 44px;
	padding-right: 180px;
	margin: 0 15px -45px;
	font:
		600 13px/44px 'open sans',
		sans-serif;
	border-bottom: 1px solid #616262;
}

#new .trusted + #top {
	padding-top: 45px;
}

.trusted span {
	line-height: 15px;
	display: inline-block;
	vertical-align: middle;
}

.trusted em:before {
	content: '16.200h';
	color: #348c2a;
}

.trusted em:after {
	content: ' Recherche';
	color: #b7b7b7;
}

.trusted em:first-child:before {
	content: '235';
}

.trusted em:first-child:after {
	content: ' unabhängige Tests mit ';
}

.trusted i {
	position: absolute;
	height: 22px;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.trusted i:before,
.trusted i:after {
	content: '';
	float: right;
	margin-left: 12px;
	width: 60px;
	height: 22px;
	background: url(../images/secure.png) no-repeat center;
	background-size: contain;
}

.trusted i:after {
	width: 85px;
	background-image: url(../images/gepruft.png);
}

@media (min-width: 768px) {
	.trusted {
		text-align: center;
	}
}

@media (min-width: 1024px) {
	.trusted {
		padding: 5px 240px 5px 0;
		margin-bottom: -57px;
		font-size: 17px;
		border-color: #353333;
		box-shadow: 0 1px 0 #575656;
	}

	#new .trusted + #top {
		padding-top: 57px;
	}

	.trusted em:before {
		content: ' mit mehr als ';
		color: #b7b7b7;
	}

	.trusted em:after {
		content: '16.200 Stunden Recherche.';
		color: #348c2a;
	}

	.trusted em:first-child:before {
		content: 'Unabhängige Tests von ';
	}

	.trusted em:first-child:after {
		content: '236 Serviceanbietern';
	}

	.trusted i {
		height: 32px;
	}

	.trusted i:before,
	.trusted i:after {
		margin-left: 25px;
		width: 90px;
		height: 32px;
	}

	.trusted i:after {
		width: 130px;
	}

	#new .text-center-lg h2 {
		text-align: center;
	}

	#new .container-center.v2 h2 {
		font-size: 24px;
	}

	#new .container-center.v2 h3 {
		font-size: 20px;
	}
}

@media (min-width: 1200px) {
	.trusted {
		font-size: 19px;
	}
}

#new .strukt th {
	font-size: 20px;
	font-weight: 300;
	padding: 10px;
}

#new .strukt td.img a > img {
	width: 100%;
	max-width: none;
}

@media (max-width: 1023px) {
	.dark-bg {
		margin: -15px -24px 15px;
		padding: 15px 25px 0;
		background-color: #f6f8f9;
	}

	#new #top h1 {
		margin-top: 30px;
	}
}

.title-alike {
	font-size: 30px;
	line-height: 1.3;
	text-align: center;
	padding: 20px;
}

#new section h2 {
	font-size: 30px;
}

#new section h3 {
	font-size: 24px;
	margin-bottom: 10px;
}

#new .greenbox h2 {
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
}

#new .greenbox ul p {
	padding-bottom: 3px;
}

#new .title-alike {
	padding: 20px;
}

@media only screen and (min-width: 768px) {
	#new .greenbox ul p {
		padding-bottom: 10px;
	}
}

@media only screen and (min-width: 1024px) {
	#new section h2 {
		font-size: 34px;
		margin-bottom: 10px;
	}

	#new .greenbox h2 {
		font-size: 34px;
		margin-bottom: 30px;
	}

	#new .new-disclosure {
		margin-right: -20px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

.casino-pros-cons {
	padding: 20px;
	margin: 25px 0;
	border-radius: 10px;
	background-color: #f6f8f9;
	text-align: center;
	font-size: 15px;
	line-height: 1.2;
	color: #000;
}

.casino-pros-cons .title {
	padding-bottom: 20px;
	font-size: 24px;
	font-weight: 700;
	color: #434343;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
}

.casino-pros-cons .title:before {
	content: '';
	display: block;
	vertical-align: middle;
	width: 150px;
	height: 60px;
	margin: 0 auto;
}

.casino-pros-cons .title .payment.apple-pay > span,
.payment.apple-pay:before,
.payment.apple-pay:after {
	background-image: url(/wp-content/themes/custom/../images/logo/payments/pros-cons/apple-pay.png);
}

.casino-pros-cons .title .payment.paysafecard > span,
.payment.paysafecard:before,
.payment.paysafecard:after {
	background-image: url(/wp-content/themes/custom/../images/logo/payments/pros-cons/paysafecard.png);
}

.casino-pros-cons .title .payment.paypal > span,
.payment.paypal:before,
.payment.paypal:after {
	background-image: url(/wp-content/themes/custom/../images/logo/payments/pros-cons/paypal.png);
}

.casino-pros-cons .title .payment.visa > span,
.payment.visa:before,
.payment.visa:after {
	background-image: url(/wp-content/themes/custom/../images/logo/payments/pros-cons/visa.png);
}

.casino-pros-cons .title .payment.maestro > span,
.payment.maestro:before,
.payment.maestro:after {
	background-image: url(/wp-content/themes/custom/../images/logo/payments/pros-cons/maestro.png);
}

.casino-pros-cons .title .payment.google-pay > span,
.payment.google-pay:before,
.payment.google-pay:after {
	background-image: url(/wp-content/themes/custom/../images/logo/payments/pros-cons/googlepay.png);
	width: 91px;
	height: 36px;
}

.casino-pros-cons .title .payment.halcash > span,
.payment.halcash:before,
.payment.halcash:after {
	background-image: url(/wp-content/themes/custom/../images/logo/payments/pros-cons/halcash.png);
}

.casino-pros-cons .title .payment.fast-bank-transfer > span,
.payment.fast-bank-transfer:before,
.payment.fast-bank-transfer:after {
	background-image: url(/wp-content/themes/custom/../images/logo/payments/pros-cons/fast-bank-transfer.png);
}

.casino-pros-cons .title .payment.transferencia-bancaria > span,
.payment.transferencia-bancaria:before,
.payment.transferencia-bancaria:after {
	background-image: url(/wp-content/themes/custom/../images/logo/payments/pros-cons/transferencia-bancaria-logo.png);
	width: 106px;
	height: 28px;
}

.casino-pros-cons .list {
	position: relative;
	z-index: 2;
	padding: 34px;
	text-align: left;
	margin: 0 0 18px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 0 38px 0 rgba(220, 221, 222, 0.6);
}

.casino-pros-cons .list-title {
	padding-bottom: 20px;
	font-size: 20px;
	font-weight: 700;
	color: #434343;
}

.casino-pros-cons .list ul {
	list-style: none;
	padding: 0 0 0 25px;
	margin: 0;
}

.casino-pros-cons .list li {
	position: relative;
	padding-bottom: 12px;
}

.casino-pros-cons .list li:before {
	content: '';
	position: absolute;
	top: 4px;
	left: -26px;
	width: 17px;
	height: 17px;
	background: #d3edd2 url(../images/list-tick.png) no-repeat center center;
	border-radius: 3px;
}

.casino-pros-cons .list li:last-child {
	padding-bottom: 0;
}

.casino-pros-cons .list.cons {
	z-index: 1;
	margin: -18px 15px 18px;
	color: #616161;
}

.casino-pros-cons .list.cons li:before {
	background: #f4e5e5 url(../images/list-cross.png) no-repeat center center;
}

.casino-pros-cons .action {
	padding-bottom: 14px;
}

.casino-pros-cons .btn {
	max-width: 284px;
	padding: 14px;
	font-size: 15px;
	border-radius: 4px;
	box-sizing: border-box;
	background-image: -moz-linear-gradient(
		234deg,
		rgb(25, 115, 20) 0%,
		rgb(36, 167, 29) 100%
	);
	background-image: -webkit-linear-gradient(
		234deg,
		rgb(25, 115, 20) 0%,
		rgb(36, 167, 29) 100%
	);
	background-image: -ms-linear-gradient(
		234deg,
		rgb(25, 115, 20) 0%,
		rgb(36, 167, 29) 100%
	);
	background-image: linear-gradient(
		234deg,
		rgb(25, 115, 20) 0%,
		rgb(36, 167, 29) 100%
	);
}

.casino-pros-cons .terms {
	font-size: 11px;
	color: #979797;
}

.casino-pros-cons .terms a,
.casino-pros-cons .terms span {
	text-decoration: none;
	color: #898989;
}

.casino-pros-cons .terms a:hover {
	text-decoration: underline;
}

@media (min-width: 768px) {
	.casino-pros-cons {
		display: flex;
		flex-flow: row wrap;
		padding: 30px 50px 34px;
	}

	.casino-pros-cons .title,
	.casino-pros-cons .action,
	.casino-pros-cons .terms {
		width: 100%;
	}

	.casino-pros-cons .list {
		width: 56%;
		padding: 30px 48px 36px;
		align-self: center;
		margin: 0 0 24px;
		box-sizing: border-box;
	}

	.casino-pros-cons .list.cons {
		width: 48%;
		margin: 0 0 24px -4%;
		padding-left: 60px;
		padding-right: 20px;
	}
}

.blacklist-casinos {
	position: relative;
	overflow: hidden;
	padding: 22px;
	margin: 20px 0;
	background: #f6f8f9;
	border-radius: 4px;
	font-size: 14px;
	line-height: 1.4;
	text-align: center;
}

.blacklist-casinos .title {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0 0 23px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	color: #454545;
}

.blacklist-casinos .title:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 23px;
	height: 21px;
	margin: -8px 6px 0;
	background: url(../images/ico-alert.png) no-repeat center center;
	background-size: contain;
}

.blacklist-casinos .title.no-icon:before {
	display: none;
}

.blacklist-casinos .item {
	position: relative;
	margin: 0 5px 10px;
	padding: 10px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
	box-sizing: border-box;
}

.blacklist-casinos .item .logo {
	display: block;
	width: 150px;
	height: 60px;
	margin: 40px auto 20px;
	font-size: 0;
	line-height: 0;
	color: transparent;
}

.blacklist-casinos .item .logo:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
}

.blacklist-casinos .item .logo span {
	position: absolute;
	top: 0;
	left: 50%;
	padding: 8px;
	background: transparent;
	min-width: 134px;
	max-width: 100%;
	transform: translateX(-50%);
	font-size: 16px;
	line-height: 1;
	color: #121212;
	background-color: #f0f0f0;
	border-radius: 0 0 5px 5px;
}

.blacklist-casinos .item ul {
	list-style: none;
	display: block;
	list-style: none;
	padding: 22px 35px;
	margin: 0;
	font-size: inherit;
	line-height: inherit;
	background: #fff0f0;
	border-radius: 4px;
}

.blacklist-casinos .item li {
	position: relative;
	padding: 6px 0 6px 24px;
	text-align: left;
}

.blacklist-casinos .item li:before {
	content: '+';
	position: absolute;
	top: 11px;
	left: 1px;
	display: block;
	width: 11px;
	height: 11px;
	font-size: 12px;
	line-height: 11px;
	text-align: center;
	border-radius: 50%;
	background-color: #c4142f;
	color: #fff;
	transform: rotate(45deg);
}

.blacklist-casinos .rating {
	display: inline-block;
	width: 100px;
	height: 37px;
	padding: 7px 0 0;
	background-color: #fff0f0;
	border-radius: 24px;
	font-size: 14px;
	font-weight: 700;
	color: #cd2028;
}

.blacklist-casinos .rating span span {
	display: inline-block;
	font-size: 12px;
	color: #8e8e8e;
}

.blacklist-casinos .rating:after {
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: -2px 0 0 5px;
	vertical-align: middle;
	background: url(../images/crated.png) no-repeat left bottom;
}

.blacklist-casinos .rating + ul {
	margin-top: -27px;
}

.blacklist-casinos .item-ticks .rating,
.blacklist-casinos .item-ticks ul {
	background-color: #fff;
}

.blacklist-casinos .item-ticks li:before {
	content: '';
	background: #d3edd2 url(../images/list-tick.png) no-repeat center 3px;
	background-size: 7px auto;
	transform: none;
}

.blacklist-casinos .item-ticks .rating {
	color: #00994d;
}

.blacklist-casinos .btn {
	padding: 15px;
	background-image: linear-gradient(90deg, #24a31d 0%, #1a7615 100%);
	box-shadow: -3px 11px 21.8px rgba(45, 145, 40, 0.5);
	border-radius: 6px;
	font-size: 16px;
}

.blacklist-casinos .actions {
	background-color: #fff;
	padding: 0 25px 25px;
}

.blacklist-casinos .item-terms {
	margin-top: 10px;
	font-size: 12px;
	color: #666;
	text-align: center;
	line-height: 1.4;
}

.blacklist-casinos.blacklist-casinos-v2 .item {
	padding: 10px 5px;
}

.blacklist-casinos.blacklist-casinos-v2 .item .logo {
	margin: 50px auto 10px;
}

.blacklist-casinos.blacklist-casinos-v2 .item .logo span {
	padding: 12px;
	background: #fff;
	border-radius: 0 0 5px 5px;
	box-shadow: none;
	font-size: 15px;
}

.blacklist-casinos.blacklist-casinos-v2 .item-ticks .rating {
	background-color: #fff;
}

.blacklist-casinos.blacklist-casinos-v2 .rating {
	height: 28px;
	padding-top: 12px;
}

.blacklist-casinos.blacklist-casinos-v2 .rating + ul {
	margin-top: -22px;
	padding-top: 30px;
}

.blacklist-casinos.blacklist-casinos-v2 .item ul {
	padding: 30px 20px 15px;
}

.blacklist-casinos.blacklist-casinos-v2 .item ul li {
	max-width: 156px;
	margin: 0 auto;
}

.blacklist-casinos.blacklist-casinos-v3 {
	align-items: stretch;
}

.blacklist-casinos.blacklist-casinos-v3 .item {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	min-height: 100%;
}

.blacklist-casinos.blacklist-casinos-v3 .actions {
	margin-top: auto;
}

.blacklist-casinos.blacklist-casinos-v3 .rating {
	margin: 0 auto;
}

.blacklist-casinos.blacklist-casinos-v3 .rating + ul {
	margin-top: 0;
	padding-top: 15px;
}

@media (min-width: 1024px) {
	.blacklist-casinos {
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		padding: 22px 0 10px;
	}

	.blacklist-casinos .title {
		width: 100%;
	}

	.blacklist-casinos .item {
		width: calc(33.33% - 24px);
		margin: 0 8px 16px;
	}

	.blacklist-casinos .item ul {
		padding-left: 15px;
		padding-right: 10px;
	}
}

.error-field {
	border: 1px solid red !important;
}

#spr_container {
	text-align: left !important;
}

.img-cov {
	width: 100%;
	height: 100%;
	max-width: 900px;
	margin: 15px auto;
}
.img-cov img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	object-fit: cover;
}
.table {
	width: 100%;
	overflow-x: auto;
	margin: 15px auto;
}
.table table {
	width: 100%;
	border-collapse: collapse;
}
.table table td {
	padding: 10px 15px;
	width: max-content;
	border: 1px solid black;
}

.table .img-cov {
	max-width: 150px;
}
