html, body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;	
}

body {
	background-color: black !important;
	overflow: hidden;
}

main {
	background-color: black !important;
}

.card {
	border: 1px solid rgba(255,255,255,0.15) !important;
}

/* ios will zoom the page if input elements with font size < 16px are selected */
input, select { font-size: 16px !important; }

hr {
	border-top: 1px solid rgba(150,150,150,0.4) !important;
}