.casino-review-table,
.casino-review-table thead,
.casino-review-table tbody,
.casino-review-table tfoot,
.casino-review-table tr {
	display: block;
	background: transparent;
}
.casino-review-table {
	margin: 0;
	padding: 20px 0 10px;
	background: #ffd10e;
	margin-bottom: 30px;
	background: #F7F8FA;
	box-shadow: 0px 1px 3px rgba(20, 20, 20, 0.1);
	border-radius: 8px;
}
.casino-review-table tr {
    padding: 0 30px;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    border: none;
}
.casino-review-table th,
.casino-review-table td {
	border: none;
	text-align: left;
	padding: 0;
	font-size: 16px;
	line-height: 1.5;
}
.casino-review-table th {
	font-weight: normal;
	font-style: normal;
}
.casino-review-table td {
	white-space: normal;
}
.casino-review-table th:nth-child(odd),
.casino-review-table td:nth-child(odd) {
	font-weight: bold;
}
.casino-review-table th:nth-child(odd):after,
.casino-review-table td:nth-child(odd):after {
    content: ":\00a0";
}
.casino-review-table a {
	color: #141414;
}
@media screen and (min-width: 889px) {
	.casino-review-table {
		columns: 2;
		column-rule: 1px solid rgba(20, 20, 20, 0.1);
		padding-bottom: 20px;
	}
}