@media screen and (max-width: 950px) {
    thead.responsive th:not(:first-child) {
        display: none;
    }

    td.responsive, th.responsive {
        display: block;
        clear: both;
    }

    td[data-th].responsive:before {
        content: attr(data-th);
        float: left;
    }
}