/* button.css Dan [‎08.11.2019 17:10]*/


 /* Media Queries */
        @media screen and (max-width: 600px) {

            .email-container {
                width: 100% !important;
            }

            /* What it does: Forces elements to resize to the full width of their container. Useful for resizing images beyond their max-width. */
            .fluid,
            .fluid-centered {
                max-width: 100% !important;
                height: auto !important;
                margin-left: auto !important;
                margin-right: auto !important;
            }
            /* And center justify these ones. */
            .fluid-centered {
                margin-left: auto !important;
                margin-right: auto !important;
            }

            /* What it does: Forces table cells into full-width rows. */
            .stack-column,
            .stack-column-center {
                display: block !important;
                width: 100% !important;
                max-width: 100% !important;
                direction: ltr !important;
            }
            /* And center justify these ones. */
            .stack-column-center {
                text-align: center !important;
            }
        
            /* What it does: Generic utility class for centering. Useful for images, buttons, and nested tables. */
            .center-on-narrow {
                text-align: center !important;
                display: block !important;
                margin-left: auto !important;
                margin-right: auto !important;
                float: none !important;
            }
                
        }

/*
#anchor_AttendeeAppConsent,
#anchor_DataProcessingConsent {
	display: none !important;
}
*/


/* add fake * to make input looks required 
[for="cst_36b660b9cd25445fbd89036246db62ad"]::after,
[for="22ddb76f-99d4-46ca-941d-09214ef8c9bb_cst_57569d6e12e94c8eb2000d31908e11ed"]::after {
	content: ' *';
	font-weight: bold;
	color: red;
	font-size: 1.1em;
} 
*/


