@charset "utf-8";
/*XHTML, HTML4, HTML5 Reset :: reset.css
----------------------------------------------------------
modified from: https://github.com/murtaugh/HTML5-Reset/blob/master/_/css/style.css
-----------------------------------------------------------------------------------*/

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,
center,cite,code,dd,del,details,dfn,dialog,div,dl,dt,em,embed,fieldset,figcaption,figure,font,
footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,html,i,iframe,img,ins,kbd,label,legend,li,mark,
menu,meter,nav,object,ol,output,p,pre,progress,q,rp,rt,ruby,s,samp,section,small,span,strike,
strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video,
xmp {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
html {
	overflow: auto;
}

h2,h3,h4,h5,
h6 {
	font-style: normal;
	font-weight: normal;
}
/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as 
   sprites. If this default setting for images is causing issues, you might want to 
   replace it with a .responsive class instead. */
img, object, 
embed {
	max-width: 100%;
}
img {
  vertical-align: middle;
}
blockquote, 
q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: ''; 
	content: none;
}
abbr[title], 
dfn[title] {
	border-bottom: none; 
	cursor: help;
}

/* tables still need cellspacing="0" in the markup */
table {
	border-collapse: collapse; 
	border-spacing: 0;

}
th {
	font-weight: bold;
	vertical-align: bottom;
	text-align: left;
}
td, 
td img {
	font-weight: normal; 
	vertical-align: top;
}
input, 
select {
	vertical-align: middle;
}
