@charset "UTF-8";
/* Source: http://www.elementalfocus.com/normalizing-your-css/ */
/* Normalize padding and margins */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0em;
}
/* Normalize header sizes */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
/* Normalize list styles */
ol, ul {
	margin-left: 0em;
	list-style-image: none;
	list-style-type: none;
	font-size: 0.85em;
	line-height: 1.25em;
}
/* Normalize font style and weight on odd elements */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
/* Normalize table borders */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Normalize other borders */
fieldset, img {
	border: 0;
}
/* Normalize text-alignment */
caption, th {
	text-align: left;
}
/* Normalize (remove) quotation marks */
q:before, q:after {
	content: '';
}
a {
	outline: none;
}
