@media screen and (max-width: 768px) {
    #container {
        width: 90%;
        margin: auto;
    }

    table {
        table-layout: inherit;
    }

    .form table td {
        width: 100%;
    }

    .input_text_s {
        width: 90%;
    }

    .input_text_s.splong {
        width: 100%;
    }
}