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, main, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, dialog, figcaption, figure, footer, header, main, nav, section {display: block}
@-ms-viewport {width: device-width}

img,embed,iframe,object,audio,video {
	height:auto;
	max-width:100%;
	border-style: none;
}
img {vertical-align: middle;}

audio,video {display: inline-block}
audio:not([controls]) {
  display: none;
  height: 0;
}
svg:not(:root) {overflow: hidden}
table{
	border-collapse:collapse;
	border-spacing:0;
	}
td,th{
	padding:0;
	text-align:left;
	}
button,input,select,textarea{
	margin:0;
	font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
 }
button {
  overflow: visible;
  text-transform: none; 
  border-radius: 0;
}
button:focus {
  outline: 0;
  outline: 0 auto -webkit-focus-ring-color;
}
button,input {overflow: visible;}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
input {overflow: visible}
select {text-transform: none}
textarea {overflow: auto;  resize: vertical;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
[tabindex="-1"]:focus {
  outline: none !important;
}
a {
background-color: transparent;
 -webkit-text-decoration-skip: objects;
 }
sub,sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {bottom: -.25em;}
sup {top: -.5em;}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; 
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; 
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; 
  font: inherit; 
}
[hidden] {display: none}
template {display: none}


.group:after {
  content: "";
  display: table;
  clear: both;
}
html {
   font-family: sans-serif;
 -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	/* font: */
}






h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}
p ()
b {}
strong {}
em {}
i {}
a {}
a:hover {}
ul{list-style:none}
small {font-size: 80%;}

img.centered,
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	display: inline;
}
img.alignleft {
	display: inline;
}
.alignright {
	float: right;
	margin-left: 10px;
}
.alignleft {
	float: left;
	margin-right: 10px;
}

