.wk-responsive-table .icon-accordion {
    display: none;
}

.wk-responsive-table td h3 {
    display: none;
}

@media (max-width: 680px) {
    .wk-responsive-table, .wk-responsive-table tbody, .wk-responsive-table tr, .wk-responsive-table td, .wk-responsive-table th {
        display: block;
        width: 100%;
    }
    .wk-responsive-table thead{display:block;}
    .wk-responsive-table thead tr{max-height: 30px;}

    .wk-responsive-table tbody tr {
        cursor: pointer;
        max-height: 50px;
        overflow: hidden;
        position: relative;
    }

    .wk-responsive-table td, .wk-responsive-table th{border-left:none; text-align:left!important;}
    
    .wk-responsive-table tbody .icon-accordion {
        display: block;
        font-size: 1.6em;
        font-style: normal;
        width: 16px;
        height: 16px;
        position: absolute;
        right: 15px;
        top: 0px;
        text-align: center;
    }
    
    .wk-responsive-table td h3 {
        display: block;
    }
}