@charset "utf-8";

/* ==========================================================================
     Normalize CSS
   ========================================================================== */

/* --------------------------------------------------------------------------
     HTML
   -------------------------------------------------------------------------- */

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	padding: 0;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp, small,
strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure,
footer, header,hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

dl, dt, dd, ol, ul, li {
	list-style: none;	
}


/* --------------------------------------------------------------------------
     HTML5
   -------------------------------------------------------------------------- */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}







/* --------------------------------------------------------------------------
     Type
   -------------------------------------------------------------------------- */

a {
	background-color: transparent;
}

a,
a:link,
a:visited,
a:hover,
a:active {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: normal;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}







/* --------------------------------------------------------------------------
     Form
   -------------------------------------------------------------------------- */

form,
fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

legend {
	border: none;
	padding: 0;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

html input[type="reset"],
html input[type="submit"] {
	cursor: pointer;
}


button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}


/* input */
input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; 
}


select {
	text-transform: none;
}

optgroup {
	font-weight: bold;
}

textarea {
	overflow: auto;
}


/* button */

button {
	overflow: visible;
	cursor: pointer;
	text-transform: none;
}

html button[disabled] {
	cursor: default;
}





/* --------------------------------------------------------------------------
     Table
   -------------------------------------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
	font-weight: normal;
	text-align: left;
}
