/*@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;
    }
    td {*/
        /* Behave  like a "row" */
        /*border: 1px solid #f3f3f3 !important;
        position: relative;
        padding-left: 50%;
    }
}*/