/*
 -------------------------------------------------------------------------------------------------------------------------------------------
  Dev/engine CSS Reset
  Version:  2.17
  Date:     26.10.14
 -------------------------------------------------------------------------------------------------------------------------------------------
 */


/* HTML Reset
 ---------------------------------------------------------------------------------------------------------------------------------------- */
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, font, 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, ruby {margin:0; padding:0; border:0; outline:0; background:transparent;}
html, div, map, dt, isindex, form, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {display:block;}
html {min-width:320px; min-height:100%; font-family:sans-serif; font-size:100%; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; -webkit-overflow-scrolling:touch;}
body {margin:0; line-height:1;}
audio, canvas, video {display:inline-block;}
audio:not([controls]) {display:none; height:0;}
video {max-width:100%; height:auto;}
h1 {font-size:2.3em;} h2 {font-size:1.85em;} h3 {font-size:1.40em;} h4 {font-size:1.06em;} h5 {font-size:0.95em;} h6 {font-size:0.85em;}
a:focus, a:active, a:hover, input:focus, textarea:focus {outline:0;}
abbr[title], dfn[title] {border-bottom:1px dotted; cursor:help;}
b, strong {font-weight:bold;}
dfn {font-style:italic;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after {content:''; content:none;}
q {quotes:"\201C" "\201D" "\2018" "\2019";}
q:before, q:after {content:''; content:none;}
mark {background:#ff0; color:#000;}
code, kbd, pre, samp {font-family:monospace, serif; font-size:1em;}
pre {white-space:pre; white-space:pre-wrap; word-wrap:break-word;}
del {text-decoration:line-through;}
small {font-size:75%;}
sub, sup {font-size:75%; line-height:0; position:relative; vertical-align:baseline;}
sup {top:-0.5em;}
sub {bottom:-0.25em;}
i:before {z-index:inherit;}
img {border:0; -ms-interpolation-mode:bicubic;}
img, embed, object {max-width:100%;}
img[width], img[height], img[src*="gstatic.com/"], img[src*="googleapis.com/"] {max-width:none;}
svg:not(:root) {overflow:hidden;}
figure {margin:0;}
fieldset {border:1px solid #c0c0c0; margin:0 2px; padding:0.35em 0.625em 0.75em;}
legend {border:0; padding:0;}
button, input, select, textarea {font-family:inherit; font-size:100%; margin:0;}
button, input {line-height:normal;}
button, html input[type="button"], input[type="reset"], input[type="submit"] {-moz-appearance:button; -webkit-appearance:button; cursor:pointer;}
button[disabled], input[disabled] {cursor:default;}
input, select {vertical-align:middle;}
input[type="checkbox"], input[type="radio"] {box-sizing:border-box; padding: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;}
input[type="text"], input[type="password"], input[type="email"], textarea {width:100%;}
button::-moz-focus-inner, input::-moz-focus-inner, button::-webkit-focus-inner, input::-webkit-focus-inner {border:0; padding:0;}
textarea {overflow:auto; vertical-align:top; resize:vertical;}
table {border-collapse:collapse; border-spacing:0;}
nav ul {list-style:none;}
nav ul li, nav ul li a {float:left;}

/* Print
 ---------------------------------------------------------------------------------------------------------------------------------------- */
@media print {
  * {background:transparent !important; color:#000 !important; box-shadow:none !important; text-shadow:none !important;}
  a, a:visited {text-decoration:underline;}
  a[href]:after {content:" (" attr(href) ")";}
  abbr[title]:after {content:" (" attr(title) ")";}
  a[href^="javascript:"]:after, a[href^="#"]:after {content:"";}
  pre, blockquote {border:1px solid #999; page-break-inside:avoid;}
  thead {display: table-header-group;}
  tr, img {page-break-inside:avoid;}
  img {max-width: 100% !important;}
  /*@page {margin: 0.5cm;}*/
  p, h2, h3 {orphans:3; widows:3;}
  h2, h3 {page-break-after:avoid;}
}