/* ====================== */
/* == default settings == */
/* ====================== */

/* == correct "block" display not defined in IE 6/7/8/9 and Firefox 3 == */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }

/* == correct "inline-block" display not defined in IE 6/7/8/9 and Firefox 3 == */
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; }

/* == prevent modern browsers from displaying "audio" without controls == */
/* == remove excess height in iOS 5 devices ==*/
audio:not([controls]) { display: none; height: 0; }

/* == address styling not present in IE 7/8/9, Firefox 3, and Safari 4 - known issue: no IE 6 support == */
[hidden] { display: none; }




/* ========== */
/* == base == */
/* ========== */

html { /*font-family: sans-serif; 1 */ /*font-size: 100%;  1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }
html, button, input, select, textarea { /*font-family: sans-serif;*/ }
body, html { border: none; border-collapse: collapse; margin: 0; padding: 0; }
img { border: none; border-color: #000; border-style: none; margin: 0; outline: none; padding: 0; -ms-interpolation-mode: bicubic; /* 2 */}
a img { border: none; border-color: #000; border-style: none; outline: none; }

a { background: transparent; border: none; border-color: #000; border-style: none; outline: none; }
a:focus { background: transparent; border: none; outline: none; }
a:active, a:hover, a:visited { background: transparent; border: none; outline: none; }

abbr[title] { border-bottom: 1px dotted; }

h1 { margin: 0; padding: 0; }
p, pre { margin: 0; padding: 0; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
small { font-size: 80%; }

hr { box-sizing: content-box; -moz-box-sizing: content-box; height: 0; }

button, fielset, input, optgroup, select, textarea { color: inherit; /* 1 */ font: inherit; /* 2 */ margin: 0; /* 3 */ padding: 0; }
button { overflow: visible; }
button, select { text-transform: none; }
button[disabled], html input[disabled] { cursor: default; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
input { line-height: normal; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }
input[type="search"] { box-sizing: content-box; -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ }
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; }
textarea { overflow: auto; }
optgroup { font-weight: bold; }

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

td,
th {
  padding: 0;
}

* { margin: 0; padding: 0; }