@media (max-width:859px) {
    .div_msg_servertime {
        display: none;
    }
    table#problemset tr td:nth-child(2),table#problemset tr td:nth-child(4),
    table#problemset tr th:nth-child(2),table#problemset tr th:nth-child(4){
        display: none;
    }
}