/* basic */
* { 
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
a {
	background: transparent;
	outline: none;
}
a:active,
a:hover {
	cursor: pointer;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: bold;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
code,
kbd,
pre,
samp {
	font-family: monaco, consolas, monospace;
}
dfn,
em {
	font-style: italic;
}
[hidden],
template {
	display: none;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	display: block;
	height: auto;
	max-width: 100%;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 80%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -.5em;
}
sub {
	bottom: -.25em;
}
pre {
	overflow: auto;
}
svg:not(:root) {
	overflow: hidden;
}

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

/* button - input - form - */
button {
	overflow: visible;
	position: relative;
}
button,
select {
	text-transform: none;
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	cursor: pointer;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 0;
}
legend {
	border: 0;
}
optgroup {
	font-weight: bold;
}
textarea {
  	overflow: auto;
	vertical-align: top;	
}
::-moz-placeholder {
	opacity: 1;
}
iframe {
	border: 0;
}