.dgzmk-guest-registration-portlet {

    .clickable {

        cursor:pointer;

    }

    .dgzmk-guest-registration-portlet-edit {

        th,td {

            box-sizing: border-box;
            padding:0.5em;

            text-align: left;

        }

        button {

            transition: all 0.5s ease-in-out;

            &.success {

                background-image: none;
                background-color: #009900;
                color:#000;

            }

        }

        .type-label,.type-headline {

            input[type='checkbox'], input[placeholder='Vorbelegung'],input[placeholder='Anzeigename'] {

                display:none;

            }

        }

    }

}