body > main > *:first-child,
h1,
h2,
form > div:first-child,
style,
script,
button {
	display: none !important;
}
body > main {
	overflow: visible;
    display: block;
    height: auto;
    max-width: none;
}
body > main > *:not(:first-child) {
	display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    background-color: transparent;
    min-height: 0;
    box-shadow: none;
    overflow: visible;
}
.bingo-cards-hidden .bingo-card {
    display: block !important;
}