/* = Core Tables
-------------------------------------------------------------- */

.main-content table {
	width: 100%;
    overflow-x: scroll;
    max-width: 100%;
    display: inline-table;
	margin: 30px 0px;
}

.main-content table th {
	font-weight: 700;
	background: #F6F6F6;
}

.main-content table td,
.main-content table th {
	border: 5px solid #eee;
	padding: 10px;
}

@media screen and ( max-width: 768px) {
	.main-content table {
		width: 100%;
	    overflow-x: scroll;
	    max-width: 100%;
	    display: block;
	}
}


.main-content table:not([class]) td {
    padding: 10px;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    border: solid 5px /* #f5f5f8 */ #fff;
    border-radius: 15px;
    background: #e7e7ee!important;
    color: #333;
}
.main-content table:not([class]) tr:first-child td {
	background-color: #444653!important;
	color: #fff!important;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}
.main-content table:not([class]) tr:first-child td b,
.main-content table:not([class]) tr:first-child td strong {
	color: #fff!important;
}

/* = Misc
-------------------------------------------------------------- */

@media screen and ( max-width: 1189px) {
    .main-content { padding-top: 96px!important; }
}
@media screen and ( max-width: 768px) {
    .main-content { padding-top: 30px!important; }
}

.casino-list-items-wrapp {
    clear: both;
}