@media only screen and (max-width:820px) {
    .menu td {
        font-size: 8px;
    }

}

@media only screen and (max-width:700px) {
    .not_supported {
        display: none !important;
    }

    .supported {
        display: block !important;
    }

}