html[class],
html[id] {
	margin-top: 0 !important;
}

@media screen and (max-width: 782px) {
	html[class],
	html[id] {
		margin-top: 0 !important;
	}
}
html,
html body {
	margin: 0;
	padding: 0;
}
html body.md-theme-default {
	background: white;
	padding: 1rem;
}

html #wpadminbar {
	display: none !important;
}

html #app {
	padding: 0;
}

.booking-header{
	display: none!important;
}
.date-select-headline, .time-select-headline {
    margin-top: 20px;
}
.md-button-toggle.md-raised button:not([disabled]), .md-card {
    box-shadow:none!important;
}