.form-vertical {
    margin-bottom: 1rem;
}

.dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: left;
    margin: 0;
}
.dataTables_wrapper .dataTables_filter label {
    display: block;
    margin: 1rem 0 10px 0;
    font-family: var(--font-sans-serif);
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0;
    color: var(--text-neutral-primary);
    margin-bottom: 25px;
}
.dataTables_wrapper .dataTables_filter label input {
    display: block;
    width: 100%;
    margin: 10px 0 1rem 0;
    padding: 10px 12px;
    border: 1px solid var(--border-neutral-inverse-tertiary);
    border-radius: var(--radius-base-4);
    background-color: var(--bg-neutral-primary);
    min-height: 45px;
    font-family: var(--font-sans-serif);
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0;
    color: var(--text-neutral-secondary);
}

@media screen and (min-width: 0px) {
    th.nazwa_en, td.nazwa_en,
    th.wydzial, td.wydzial,
    th.opiekun, td.opiekun,
    th.szczegoly, td.szczegoly {
        display: none;
    }
    div.nazwa_en,
    div.wydzial,
    div.opiekun,
    div.szczegoly {
        display: block;
    }
    th.toggleable, td.toggleable {
        display: table-cell;
    }
}

@media screen and (min-width: 640px) {
    th.wydzial, td.wydzial,
    th.opiekun, td.opiekun {
        display: table-cell;
    }
    div.wydzial,
    div.opiekun {
        display: none;
    }
}

@media screen and (min-width: 700px) {
    th.nazwa_en, td.nazwa_en,
    th.wydzial, td.wydzial,
    th.opiekun, td.opiekun,
    th.szczegoly, td.szczegoly {
        display: table-cell;
    }
    th.toggleable, td.toggleable {
        display: none;
    }
}