﻿html, body, table, form {
  font: inherit;
  font-family: 'Nunito Sans';
  font-size: 16px;
	line-height: 24px;
	margin: 0;
	padding: 0;
	border: 0;
}

input
{
  font: inherit;
	padding: 1px;
	margin: 0px
}

textarea
{
  font: inherit;
	padding: 1px;
	margin: 0px
}

button
{
	padding: 0px;
	margin: 0px
}

tr, th, td, ol, ul, li
{
  font: inherit;
	margin: 0;
	padding: 0;
}

p, h1, h2, h3, h4, h5, h6
{
  font: inherit;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}

a {  }
 
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
