@charset "utf-8";
/* CSS Document */

/* Layout */
html {
	height: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
body {
	display: block;
	min-height: 100%;
	position: relative;
	margin: 0;
	padding: 0;
}
*[hidden] {
	display: none;
}
/* Text & Lists */
h1, h2, h3, h4, h5, h6 {
	display: block;
}
p {
}
ul {
	list-style-type: disc;
}
ul ul {
	list-style-type: circle;
}
ul ul ul {
	list-style-type: square;
}
ol {
}
ul li, ol li {
}
li > ul, li > ol {
	margin: 0;
}
dl {
}
dl dt {
}
dl dd {
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, ul:last-child, ol:last-child {
	margin-bottom: 0;
}
a {
	display: inline;
}
a:focus {
	outline: thin dotted;
}
a:active, a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
mark {
	background: #ff9;
	color: #000;
}
code, kbd, pre, samp {
	font-family: monospace, serif;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
pre {
	overflow: auto;
	padding: 1em;
	font-family: monospace;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
	background: #eee;
	color: #666;
}
blockquote, q {
	quotes: none;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
blockquote {
	margin: 1em 2em;
}
blockquote blockquote {
	margin-right: 0;
}
blockquote cite, blockquote small {
	text-transform: uppercase;
}
blockquote em, blockquote i {
}
blockquote strong, blockquote b {
	font-weight: normal;
}
small {
	text-transform: uppercase;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
del {
	color: #333;
}
ins {
	background: #9ff;
	text-decoration: none;
}
/* Blocks */
div {
}
hr {
	display: block;
	background: #eee;
	height: 1px;
	margin: 1em 0;
	border: 0;
	padding: 0;
}
table {
	display: table;
}
table thead {
	display: table-header-group;
}
table tfoot {
	display: table-footer-group;
}
table tbody {
	display: table-row-group;
}
table caption {
	display: table-caption;
}
table tr {
	display: table-row;
}
table tr th {
	display: table-cell;
}
table tr td {
	display: table-cell;
}
img {
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
/* Forms & Fields */
form {
	margin: 0;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
	white-space: normal;
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}
button, input {
	line-height: normal;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], input[disabled] {
	cursor: not-allowed;
}
input[type="checkbox"], input[type="radio"] {
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
/* HTML5 */
article, summary, header, footer, aside, section, details, figcaption, figure, nav, menu {
	display: block;
}
audio, video, canvas {
	display: inline-block;
}
audio:not([controls]), video:not([controls]) {
	display: none;
	height: 0;
}
nav {
}
menu {
}
nav ul, nav ol, menu ul, menu ol {
	list-style: none;
	list-style-image: none;
}
address {
	font-style: normal;
}
