@media(max-width: 767px) {
    /* Poker */
    .tm-poker-tournaments-block table tbody > tr > td, .tm-poker-tournaments-block table thead > tr > th {
        padding: 5px !important;
    }
    .tm-poker-tournaments-block table tbody > tr > td:first-child, .tm-poker-tournaments-block table thead > tr > th:first-child,
    .tm-poker-tournaments-block table tbody > tr > td:last-child, .tm-poker-tournaments-block table thead > tr > th:last-child {
        padding: 5px 10px !important;
    }
    .tm-poker-tournaments-block table tbody > tr > td, .tm-poker-tournaments-block table thead > tr > th {        
        font-size: 0.75rem !important;
        white-space: normal;
    }
    .tm-poker-tournaments-block table tbody > tr > td > .buyIn {
        line-height: 12px;
        font-size: 0.60rem !important;
    }
    .tm-poker-tournaments-block table thead > tr > th:first-child, .tm-poker-tournaments-block table tbody > tr > td:first-child {
        width: 10%;
    }
    .tm-poker-tournaments-block table thead > tr > th:nth-child(2), .tm-poker-tournaments-block table tbody > tr > td:nth-child(2) {
        display: none;
    }
    .tm-poker-tournaments-block table thead > tr > th:nth-child(3), .tm-poker-tournaments-block table tbody > tr > td:nth-child(3) {
        width: 60%;
    }
    .tm-poker-tournaments-block table thead > tr > th:nth-child(4), .tm-poker-tournaments-block table tbody > tr > td:nth-child(4) {
        display: none;
    }
    .tm-poker-tournaments-block table thead > tr > th:nth-child(5), .tm-poker-tournaments-block table tbody > tr > td:nth-child(5) {
        width: 30%;
    }
    /* Detail poker table */
    .tm-poker-tournaments-block table tbody > tr > td .list > li {
        margin-bottom: 10px;
    }
    .tm-poker-tournaments-block table tbody > tr > td table > thead > tr > th, .tm-poker-tournaments-block table tbody > tr > td table > tbody > tr > td {
        width: 20% !important;
        display: table-cell !important; 
    }
    /* Cash game */
    .tm-cash-game-block table tbody > tr > td, .tm-cash-game-block table thead > tr > th {
        padding: 5px !important;
    }
    .tm-cash-game-block table tbody > tr > td:first-child, .tm-cash-game-block table thead > tr > th:first-child,
    .tm-cash-game-block table tbody > tr > td:last-child, .tm-cash-game-block table thead > tr > th:last-child {
        padding: 5px 10px !important;
    }
    .tm-cash-game-block table tbody > tr > td, .tm-cash-game-block table thead > tr > th {
        font-size: 0.75rem !important;
        white-space: normal;
    }
    .tm-cash-game-block table tbody > tr > td > .btn {
        display: none !important;
    }
    .tm-cash-game-block table tbody > tr > td > .player, .tm-cash-game-block table tbody > tr > td > .date {
        line-height: 12px;
        font-size: 0.60rem !important;
    }
    .tm-cash-game-block table thead > tr > th:first-child, .tm-cash-game-block table tbody > tr > td:first-child {
        width: 50%;
    }
    .tm-cash-game-block table thead > tr > th:nth-child(2), .tm-cash-game-block table tbody > tr > td:nth-child(2) {
        width: 25%;
    }
    .tm-cash-game-block table thead > tr > th:nth-child(3), .tm-cash-game-block table tbody > tr > td:nth-child(3) {
        width: 25%;
    }
    .tm-cash-game-block table thead > tr > th:nth-child(4), .tm-cash-game-block table tbody > tr > td:nth-child(4) {
        display: none;
    }
    .tm-cash-game-block table thead > tr > th:nth-child(5), .tm-cash-game-block table tbody > tr > td:nth-child(5) {
        display: none;
    }
}
@media(min-width: 768px) {
    /* Poker */    
    .tm-poker-tournaments-block table > thead > tr > th:nth-child(4), .tm-poker-tournaments-block table > tbody > tr > td:nth-child(4) {
        display: none;
    }
    .tm-poker-tournaments-block table > tbody > tr > td table > thead > tr > th:nth-child(4), .tm-poker-tournaments-block table > tbody > tr > td table > tbody > tr > td:nth-child(4) {
        display: initial !important;
    }
    .tm-poker-tournaments-block table tbody > tr > td > .room {
        display: none;
        visibility: hidden;
    }
    .tm-poker-tournaments-block table tbody > tr > td > .buyIn {        
        font-size: 0.60rem !important;
    }
    /* Cash game */
    .tm-cash-game-block table tbody > tr > td > .room, .tm-cash-game-block table tbody > tr > td > .player, .tm-cash-game-block table tbody > tr > td > .date {
        display: none;
        visibility: hidden;
    }
}