@import url('icomoon.css');

.casino-grid-wrapper,
.casino-grid-wrapper *,
.casino-grid-wrapper::before,
.casino-grid-wrapper::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.casino-table-holder {
    position: relative;
    overflow-x: auto;
}
.casino-table-holder::-webkit-scrollbar {
    display: none;
}
.casino-table {
    display: table;
    width: 100%;
    color: #111;
}
.casino-table-row {
    display: table-row;
}
.casino-table-cell {
    display: table-cell;
    padding: 10px;
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
}
.casino-table-row.casino-table-head .casino-table-cell {
    background-color: #eee;
}
.casino-table-row:first-child .casino-table-cell {
    border-top: 1px solid #ddd;
}
.casino-table-row .casino-table-cell:first-child {
    border-left: 1px solid #ddd;
}
.casino-table-row .casino-table-cell:last-child {
    border-right: 1px solid #ddd;
}
.casino-table-cell .casino-table-cell-inner {
    max-width: 400px;
}
.casino-geolocation {
    margin: 25px 0;
    background: #ffffff;
    border: 1px solid #e7e8ec;
    border-radius: 2px;
    color: #656565;
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif; 
    font-size: 12px;
    line-height: 2;
}
.casino-geolocation p {
    margin: 0;
    padding: 14px;
    padding-bottom: 6px;
}
.casino-geolocation ul {
    margin: 0;
    padding: 8px 14px;
    background-color: #fafbfc;
    border-top: 1px solid rgba(160,160,160,0.2);
    list-style: none;
}
.casino-geolocation ul li {
    display: inline-block;
    margin: 0;
    list-style: none;
}
.casino-geolocation ul li:after {
    content: ' / ';
    display: inline-block;
    margin: 0 10px;
}
.casino-geolocation ul li:last-child:after {
    display: none;
}
.casino-geolocation ul li a {
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #2a5885;
    opacity: .8;
    text-decoration: none;
}
.casino-geolocation ul li a:hover, .casino-geolocation ul li a:focus {
    color: #2a5885;
    opacity: 1;
}
.casino-geolocation ul li a.activeCountry {
    opacity: 1;
    font-weight: 600;
}