@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr { 
        display: block; 
    }
    
    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    
    tr { border: 1px solid #ccc; margin-top: 10px; }
    
    td { 
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee; 
        position: relative;
        padding-left: 50%; 
  }

  td:nth-child(1) {
    min-height: 80px;
    vertical-align: middle;
  }
  
  td > img {
    max-height: fit-content;
  }
    
    td:before { 
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%; 
        padding-right: 10px; 
        white-space: nowrap;
  }
} 	

.alt > img {
    height: 5em;
    max-width: 10em;
    margin-top: 5px;
}

td  > img {
    max-width: 100px;
    margin-top: auto;
}

td {
    vertical-align: middle;
}

table {
    width: 100%;
}

tr {
    min-height: 80px;
}

td {
    padding: 3px 10px;
    vertical-align: middle;
    text-align: center;
    height: 80px;
}

tr.header {
    background-color: #dc140a;
    color: white;
    box-shadow: 0 10px 10px 1px rgba(0,0,0,0.2)
    
}

tr.header td {
    text-align: left;
}

.casinos td:nth-child(1) {
    background: initial;
}

.casinos td:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: center
}

td {
    height: 100px;
    background: radial-gradient(#fff, rgba(0,0,0,0.05));
}

tr.header td {
    text-align: left;
    height: initial;
    background: initial;
}

td .dealButton {
    max-width: 150px;
    margin: auto;
    min-height: 50%;
    justify-content: center;
    flex-direction: column;
    display: flex;
    border-radius: 5px;
    box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
}

.sidebarMenu {
    list-style: none;
    padding: 0;
}

.sidebarMenu li {
    padding: 15px 5px;
    color: black !important;
    background-color: rgba(0, 0, 0, 0.1);
    margin-bottom: 5px;
}

.sidebarMenu a {
    color: black !important;
    text-decoration: none !important;
    cursor: pointer;
}


.navbar-fixed-top, .navbar-fixed-bottom {
    z-index: 5;
}

.header-social-btn.last {
    cursor: pointer;
    text-decoration: none;
}