.main-content table {
    display: table;
    margin-bottom: 1em;
}
.main-content table.restables-clone {
    display: none;
}
.main-content table.restables-clone td {
    width: 50%;
}
.main-content table.restables-clone td:first-child {
    font-weight: bold;
}
.main-content table.restables-clone tr:first-child td {
    background: #aab9af;
    color:#1b4834;
}
@media (max-width: 480px) {
    .main-content table.restables-origin {
        display: none;
    }
    .main-content table.restables-clone {
        display: table;
    }
}
