/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
main {
	display: block;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
img {
	border-style: none;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details {
	display: block;
}
summary {
	display: list-item;
}
template {
	display: none;
}
[hidden] {
	display: none;
}

/*! formalize.css v1.8.0 | MIT License | github.com/visicode/formalize.css */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
}
button,
input,
optgroup,
select,
textarea {
	line-height: inherit;
}
button,
input,
select,
textarea {
	border: 1px solid #c0c0c0;
}
input,
textarea {
	padding: 1px;
	box-sizing: border-box;
}
[type="range"],
[type="file"],
[type="image"] {
	border: 0;
	padding: 0;
}
[type="range"],
[type="color"],
[type="image"],
[type="checkbox"],
[type="radio"] {
	vertical-align: middle;
}
textarea {
	vertical-align: top;
}
[type="color"] {
	background-color: #fff;
}
[type="file"] {
	background-color: transparent;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	background-color: #e1e1e1;
	padding: 1px 6px;
}
::-webkit-color-swatch {
	border: 0;
}
::-moz-color-swatch {
	border: 0;
}
::-webkit-color-swatch-wrapper {
	padding: 0;
}
::-moz-color-swatch-wrapper {
	padding: 0;
}
::-webkit-file-upload-button {
	border: 1px solid #c0c0c0;
	background-color: #e1e1e1;
}
::-ms-browse {
	border: 1px solid #c0c0c0;
}
::-webkit-input-placeholder {
	color: #a9a9a9;
}
::-moz-placeholder {
	color: #a9a9a9;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #a9a9a9;
}
input:focus,
textarea:focus {
	outline-width: 0;
}
button:focus,
[type="range"]:focus,
[type="image"]:focus,
[type="checkbox"]:focus,
[type="radio"]:focus,
[type="button"]:focus,
[type="reset"]:focus,
[type="submit"]:focus,
select:focus {
	outline: 1px dotted #000;
	outline-offset: 0;
}
[type="range"]::-moz-focus-outer {
	border: 0;
}
[type="checkbox"]:focus,
[type="radio"]:focus {
	outline-style: auto;
}
[type="range"]:-moz-focusring,
[type="checkbox"]:-moz-focusring,
[type="radio"]:-moz-focusring {
	outline-width: 0;
}
:focus::-webkit-color-swatch,
:focus::-webkit-file-upload-button {
	outline: 1px dotted #000;
}
:focus::-ms-browse {
	outline: 1px dotted #000;
}
button:hover,
[type="button"]:hover,
[type="reset"]:hover,
[type="submit"]:hover {
	background-color: #e5f1fb;
}
::-webkit-file-upload-button:hover {
	background-color: #e5f1fb;
}
::-ms-browse:hover {
	background-color: #e5f1fb;
}
a:active,
a:hover {
	outline-width: 0;
}
a:focus {
	outline: 1px dotted #000;
}
[type="image"] {
	display: inline-block;
}
[type="search"] {
	-webkit-appearance: none;
}

/*! VisiCom add-on | www.visicom.mc - IE10+ */
html {
	font-family: sans-serif;
}
th {
	text-align: left;
}
td {
	vertical-align: top;
}
iframe {
	border: 0;
}
@media print {
	body {
		background: none !important;
	}
}