
@media only screen {body {    margin: 0;    padding: 0;}.source-theme-warning{display:none!important}
}

/*This CSS is uded to add some basic styling to the psuedo form in the footer */
form, label {color: white;
margin-bottom:0!important}
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select {
background-color: #ffffff!important;
border: none!important}

/*The following CSS code adds a gentle dark tint for Firefox users because the blur effect is currently dissabled in Firefox as of Jan 2022 */
/*The fallback tint colour can be changed by replacing rgba(1,1,1,.1)) below, with a different rgba colour */
.s-blur-bg {background: -moz-linear-gradient(rgba(1,1,1,.1), rgba(1,1,1,.1))}.s-frost {background: -moz-linear-gradient(rgba(1,1,1,.2), rgba(1,1,1,.2))}