
@media (max-width:1024px) {
    #page {
        width: 100%;
        min-height: 0px;
        margin: 0;
        padding: 0;
    }


    .CompanyAttendeesTable td, .CompanyAttendeesTable tr {
        display: block;
    }

    .CompanyAttendeesTable th {
        display: none;
    }




    .CompanyAttendeesTable td::before {
        content: attr(data-th) ":";
        display: inline-block;
        margin-right: 0.25em;
        width: 220px;
    }

    .CompanyAttendeesTable tr:last-child td:last-child::before {
        display: none;
    }



    .CompanyAttendeesTable tr {
        margin-bottom: 3em;
    }

    .CompanyAttendeesTable input {
        width: 250px;
    }

    .CompanyAttendeesTable select {
        width: 100px;
    }

    .CompanyAttendeesTable {
        width: 250px;
    }
}
