@font-face
{
	font-family: 'pixel';
	src: url('pixel.woff2') format('woff2');
}

body
{
	font-family: sans-serif;
}

/* border-radius:6px */
textarea,
fieldset
{
	border-radius:6px;
}


/* color:#fefefe */
input[type="radio"]:checked + label,
input[type="checkbox"]:checked + label,
a:link
{
	color:#fefefe;
}

textarea
{
	width:222px;
	height:100px;
	resize:none;
}

textarea[name="msg_hash"]
{
	width:250px;
	height:195px;
	float:right;
}

textarea[name="exclusion"]
{
	width:98%;
}

html
{
	width:600px;
}

form[name="Deleted"]
{
	display:inline;
}

input[type="radio"]:checked + label,
input[type="checkbox"]:checked + label
{
	background-color:#52b043;
}

select
{
	background-color:#fefefe;
	border-radius:6px;
	padding:3px;
}

fieldset
{
	margin-bottom:5px;
}

html
{
	margin-bottom:300px;
	font-size:small;
}
