table.restables-origin .hidden-large {  display: none; }
table.restables-clone .hidden-small {  display: none; }

table.restables-clone {
    display: none;
}

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