table.restables-clone {
    display: none;
}

@media (max-width: 700px) {
    table.restables-origin {
        display: none;
    }
    table.restables-clone {
        display: table;
    }
}

table.restables-clone td{
	background: white;
	vertical-align: text-top;
}

table.restables-clone tr:first-child td {
    border-top:1px solid #aaa;
    font-weight: bold;
}