/*----------------------------------------------------+
 | CSS-RESET                                          |
 +----------------------------------------------------*/
:link,:visited {text-decoration:none;}
a img,:link img,:visited img{border:none;}
h1,h2,h3,h4,h5,h6,pre,code{font-size:1em;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{margin:0;padding:0;}
ul,ol {list-style:none;padding:0;margin:0;}

/*----------------------------------------------------+
 | CSS-RESET (Legacy)                                 |
 +----------------------------------------------------+
 | used by old normalize.css (before 01.nov.2016),    |
 | now we're keeping it to prevent old installations  |
 | from screwing up after update                      |
 +----------------------------------------------------*/
table{border-collapse: collapse;border-spacing: 0;}
[hidden][hidden]{display:none !important}