@charset "UTF-8";
/*==============================================================================================

    reset.css

    html5doctor.com Reset Stylesheet
    v1.4
    2009-07-27
    Author: Richard Clark - http://richclarkdesign.com

==============================================================================================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video,
textarea, input, label, select {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    box-sizing: border-box
}

* {
    -webkit-appearance: none;
}

html {
    font-size: 6.25%;
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-text-size-adjust: none;
	line-height:1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main,
img, label, select, button,
video, iframe{
  display: block;
}

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

nav ul {
	list-style:none;
}

li {
    list-style-type: none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
    text-decoration: none;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

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

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

a,button{
    display: block;
    border: none;
    outline: 0;
    cursor: pointer;
}

label{
    cursor: pointer;
}