.forgetmenot {
    display: none;
}

@media print, screen {
    #gform_confirmation_message_2 {
        display: block;
    }

    #gform_confirmation_message_2 table {
        border-collapse: unset !important;
    }

    #gform_confirmation_message_2 tbody {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    #gform_confirmation_message_2 td[width='20'] {
        display: none;
    }

    #gform_confirmation_message_2 td {
        display: block;
        width: 100%;
        height: 100%;
        padding: 7px 7px;
        border-bottom: 0 !important;
    }

    #gform_confirmation_message_2 tr {
        grid-column: 1 / span 2;
        border-bottom: 1px solid #d5d5d5 !important;
    }

    #gform_confirmation_message_2 tr[bgcolor*='#'] {
        grid-column: span 1;
    }
}

.login #loginform {
    padding: 25px 10px 46px;
}

.all-protocols .doclist {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 15px;
}

@media screen and (min-width: 48em) {
    .post-type-archive-protocol .content{
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

.container {
    max-width: 74em;
    margin-left: auto;
    margin-right: auto;
}