.bookmaker-table-responsive{
    overflow: auto;
    width: 100%;
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5;
}

.table .text-center{
    text-align: center;
}

.table .text-left{
    text-align: left;
}

.bookmaker-table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse; 
    font-size: 12px;
}

.table-bookmaker{
    border-left: none;
    border-top: none;
}

.table-bookmaker th{
    border-right: none;
}

.table-bookmaker tbody td{
    border-right: none;
}

.table-bookmaker tbody th.team {
   font-weight: bold; 
   white-space: nowrap;
}

.table-bookmaker tfoot th{
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: none;
}
.table-bookmaker thead th{
    padding-bottom: 10px;
}

.table-bookmaker thead th .table-image{
    width: 62px;
    min-width: 62px;
    height: 48px;
}

.table-bookmaker tfoot .cta-button{
    display: block;
    background: #e64946;
    color: #fff;
    font-size: 10px;
    line-height: 30px;
    border-radius: 2px;
}

.table-bookmaker tfoot .cta-button:hover{
    display: block;
    background: #e64946;
    color: #fff;
    text-decoration: none;
    opacity: .8;
}



@media screen and (max-width: 767px) {
    .bookmaker-table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar !important;
    }

    .bookmaker-table-responsive>.table {
        margin-bottom: 0;
    }

    .mobile-hidden{
        display: none;
    }
}

@media screen and (max-width: 670px) {
    .table-bookmaker tfoot th {
       min-width: 85px;
    }
}