.protocol {
    .table-container {
        background-color: var(--background-grey);
        border-radius: 2rem;

        table.protocol-table {
            thead {
                background-color: unset;
            }

            th, td {
                padding: 0 1rem;
            }
        }
    }

    .discriminants {
        .btn {
            background-color: transparent;
            border: 0;
        }
    }
}
