@media
only screen and (max-width: 1266px)  {
    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr {
        display: block;
    }
    td {
        /* Behave  like a "row" */
        border: 1px solid #f3f3f3 !important;
        position: relative;
        padding-left: 50%;
    }
}