/* BROWSER CORRECTIONS */
*,
*:before,
*:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
html { font-size: 62.5%; }
body { border: 0; margin: 0px; padding: 0px; position: relative; min-width: 999px; }
a { text-decoration: none; color: inherit; display: inline-block; }
a:hover { cursor: pointer; }
ul, ol { padding: 0px; }
figure { margin: 0; padding: 0; }
img { max-width: 100%; height: auto; vertical-align: middle; border: none; }
select { width: 100%; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 0; padding: 0; }
p { margin: 0; padding: 0; }
main { min-height: 500px; }
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
	background-color: inherit;
	background-image: inherit;
	color: inherit;
}
address { font-style: normal; }