#clean #top {
	height: 160px;
}
#clean #wrapper #top .row {
	height: 160px;
}

/* Make the page wider  */
.wide_layout .row {
	width: 1250px;
}

.wide_layout .z_three, .row .z_three {
	width: 17.6%;
}

#clean .wide_layout #main.z_seven {
	width: 63.7%;
}

/* Top banner bg */
#clean #wrapper.dark #top .row {
	background: url("../../../images/topbg_bingo.jpg") no-repeat;
	background-position: right center;
}

/* CB: TABLE */ 
.snippet_area table,
.column.table_static table,
.column.table table {
	width: 100%;
	border-radius: 0;
	background: transparent;
	border: 0;
}

.snippet_area table tr,
.column.table_static table tr,
.column.table table tr {
	/*background: #eee;*/
	/*background: #BCBDC0;*/
	background: #efefef;
}

.snippet_area table tbody tr:nth-child(even),
.column.table_static table tbody tr:nth-child(even),
.column.table table tbody tr:nth-child(even) {
	/*background: #ddd;	*/
	/*background: #AEAEB4;*/
	background: #fff;
}

.snippet_area th,
.column.table_static th,
.column.table th {
	color: #000;
	font-weight: bold;
	padding: 10px;
	text-transform: uppercase;
	font-size: 12px;
	text-align: left;
}

.snippet_area td,
.column.table_static td,
.column.table td {
	/*border-bottom: 1px solid #ddd;*/
	vertical-align: middle;
	padding: 20px 10px;
}
.snippet_area tr:last-child td,
.column.table_static tr:last-child td,
.column.table tr:last-child td {
	border-bottom: 0;
}

#clean .snippet_area table p,
#clean .snippet_area .column.table_static p,
#clean .snippet_area .column.table p {
	padding: 0;
	color: #000;
	margin: 0;
}

.snippet_area td.button_column,
.column.table_static td.button_column,
.column.table td.button_column {
	text-align: right;
}

.snippet_area .button.primary,
.column.table_static .button.primary,
.column.table .button.primary {
	border-radius: 5px;
	background: #000 url("../../../images/button_bingo.png") no-repeat;
	border: 0;
	box-shadow: none;
	padding-left: 34px;
	text-transform: uppercase;
	font-weight: 400;
	padding: 14px 20px 14px 33px;
	height: 42px;  /* Make sure it looks good on mobile */
}

.show-on-phone .phone-button {
	display: none;
}

@media only screen and (max-width: 400px) {
	.hide-on-phone {
		display: none;
	}
	
	.show-on-phone .phone-button {
		background: #A054A0;
	    color: #fff;
	    padding: 9px 6px;
	    border-radius: 5px;
	    margin-top: 22px;
	    display: block;
	    text-transform: uppercase;
	    font-size: 12px;
	    text-align: center;
	        font-weight: bold;
	}
}


/* END CB: TABLE */
/* --- injected clearfix (WaybackScraper) --- */
.clearfix::after{content:"";display:table;clear:both}
.clearfix{display:block}
