html {
    background: #9eaee0 url('https://www.casinoveritas.com/images/bg.jpg') repeat-x top left;
}

body {
    margin: 0;
    padding: 0;
    max-width: 100% !important;
    overflow-x: hidden;
}

a.xx:link, a.xx:active, a.xx:visited, a:link, a:active, a:visited {
    color: #000066;
    text-decoration: none;
    font-weight: bold;
}

a.xx:hover, a:hover {
    color: #006600;
    text-decoration: none;
    font-weight: bold;
}

.content {
    color: #003366;
    font-family: Verdana, Arial, sans-serif;
    text-align: center;
}

table {
    width: 100% !important;
    max-width: 975px !important;
    margin: 0 auto !important;
    table-layout: auto;
}

td, th {
    word-break: break-word;
    padding: 8px 4px !important;
    box-sizing: border-box;
}

.table1 td, .table2 td {
    text-align: center;
    border: 1px solid #050a4e;
}

.table1 th, .menuBox th {
    background: #cc0000;
    color: #fff;
    padding: 4px;
}

.table2 td {
    background: #cecffe url('https://www.casinoveritas.com/images/menu-bg-2.jpg') repeat-x top left;
    font-size: 12px;
    color: #003366;
}

.menuBox td {
    padding: 8px 4px;
    background: #cecffe url('https://www.casinoveritas.com/images/menu-bg.jpg') repeat-x top left;
    border-bottom: 1px solid #999;
    text-align: center;
    font-size: 14px;
}

.casinoBox {
    border-bottom: 2px solid #696de6;
    padding: 10px 5px;
    margin-bottom: 15px;
    text-align: center;
}

.casinoBox h1, .casinoBox h2 {
    padding: 8px 5px;
    margin: 5px 0 10px 0;
    background: #050a4e;
    color: #fff;
    font-size: 18px;
}

.blueLinks td {
    padding: 8px 4px;
    font-size: 13px;
    background: url('https://www.casinoveritas.com/images/menu-bg-3.jpg');
}

.spacer { height: 8px; }
.spacer2 { height: 12px; }

.terms { 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12px; 
    line-height: 1.4;
}

img {
    max-width: 100% !important;
    height: auto !important;
    border: 0;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    table[width="975"] {
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .table1 td, .table2 td, .menuBox td {
        display: block;
        width: 100% !important;
    }
    
    img[src*="header.jpg"] {
        width: 100% !important;
        height: auto !important;
    }
    
    .menuBox td, .casinoBox {
        font-size: 13px;
    }
    
    table[border="0"][width="975"] tr td[width="775"] {
        display: none;
    }
}

@media (max-width: 480px) {
    td, th {
        padding: 6px 3px !important;
        font-size: 13px;
    }
}