@charset "utf-8";
/* CSS Document */

* { outline: none; border: none; border-radius: 0; }
body, h1, h2, h3, h4, h5, h6, p, blockquote, th, td, div, dl, dt, dd, ul, ol, li, pre, code, form, fieldset, legend, input, button, textarea { margin: 0; padding: 0 }
body { font-size: 100%; line-height: 100%; text-align: center; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; margin: 0; }
img, fieldset { border: 0 }
ol, ul { list-style: none; padding: 0; margin: 0; }
caption, th { text-align: left }
a, ins { text-decoration: none }
input, button, textarea, select, optgroup, option { font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit }
address, caption, cite, code, dfn, em, strong, th, var, optgroup { font-style: normal }
abbr { border: 0; font-variant: normal }
sup, sub { font-size: 100%; vertical-align: baseline }
blockquote, q { quotes: none }
blockquote:before, blockquote:after, q:before, q:after { content: "" }
code, kbd, samp { font-size: 100% }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer }
button[disabled], html input[disabled] { cursor: default }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
input { line-height: normal; border-radius: 0; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0 }
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
height:auto
}
input[type="number"] {
	-webkit-appearance: textfield;
	   -moz-appearance: textfield;
		    appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none !important; 
  margin: 0; 
}
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none }
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em }
legend { border: 0; padding: 0 }
textarea { overflow: auto }
optgroup { font-weight: bold }
td, th { padding: 0 }