﻿@media screen and (max-width: 800px) {

    .k-widget table {
        border: 0;
    }

        .k-widget table thead, table colgroup {
            display: none;
        }

        .k-widget table tr {
            margin-bottom: 10px;
            display: block;
            border-bottom: 2px solid #ddd;
        }
         
        .k-widget table tr td:nth-child(2) {
            color: #FFF;
            font-weight: bold;
            padding-top: 1em;
        }

        .k-widget table td {
            display: block;
            font-size: 13px;
            border-bottom: 1px solid #ccc;
        }

        .k-widget table td:before {
            content: attr(data-label);
            float: left;
            text-transform: uppercase;
            font-weight: bold;
        }
}
