@media (max-width:859px) {
    .div_msg_servertime {
        display: none;
    }
    table#result-tab tr td:nth-child(1),table#result-tab tr td:nth-child(5),table#result-tab tr td:nth-child(6),table#result-tab tr td:nth-child(9),
    table#result-tab tr th:nth-child(1),table#result-tab tr th:nth-child(5),table#result-tab tr th:nth-child(6),table#result-tab tr th:nth-child(9){
        display: none;
    }
}