@media (max-width: 768px) {

    #serverTable thead {
        display: none;
    }

    #serverTable,
    #serverTable tbody,
    #serverTable tr,
    #serverTable td {
        display: block;
        width: 100%;
    }

    #serverTable tr {
        margin-bottom: 15px;
        border: 1px solid #ddd;
        border-radius: 6px;
        padding: 10px;
        background: #fff;
    }

    #serverTable td {
        border: none;
        padding: 6px 0;
        text-align: left;
    }

    #serverTable td::before {
        content: attr(data-label);
        font-weight: bold;
        display: block;
        font-size: 12px;
        color: #777;
        margin-bottom: 2px;
    }

    /* Order mygtukas */
    #serverTable td:last-child {
        text-align: center;
        margin-top: 10px;
    }

    #serverTable td:last-child .btn {
        width: 100%;
    }

    /* svarbu */
    td {
        white-space: normal !important;
    }
}
