@charset 'UTF-8';

*,
*::before,
*::after
{
	box-sizing: border-box;
}
*
{
	background-clip: padding-box;
	color: inherit;
	cursor: inherit;
	font: inherit;
	line-height: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	position: relative;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	vertical-align: baseline;
}
html,
body
{
	background-color: #fff;
	color: #000;
	font-family: 'Arial',sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	height: 100vh;
	line-height: 2.3ex;
	min-height: 100vh;
	min-width: 100vw;
	overflow: hidden;
	width: 100vw;
}
main
{
	height: 100vh;
	line-height: 2.3ex;
	min-height: 100vh;
	min-width: 100vw;
	overflow: auto;
	text-align: center;
	width: 100vw;
}
br
{
	line-height: 1rem;
	clear: both;
}
label
{
	display: inline-block;
	cursor: pointer;
	font-weight: bold;
	margin-bottom: .25rem;
	text-align: left;
	white-space: nowrap;
}
textarea
{
	resize: none;
}
a
{
	cursor: pointer;
}
::-webkit-input-placeholder
{
	color: #000 !important;
	opacity: .3 !important;
}
::-ms-input-placeholder
{
	color: #000 !important;
	opacity: .3 !important;
}
::-moz-placeholder
{
	color: #000 !important;
	opacity: .3 !important;
}
:-ms-input-placeholder
{
	color: #000 !important;
	opacity: .3 !important;
}
:-moz-placeholder
{
	color: #000 !important;
	opacity: .3 !important;
}
::placeholder
{
	color: #000 !important;
	opacity: .3 !important;
}