/**
* Reset stylesheet
*/
* { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; margin: 0; padding: 0; border: 0; font: inherit; outline: none; outline-offset: 0; vertical-align: baseline; }
a, a:active, a:focus, a:hover { outline: none; outline-offset: 0; text-decoration: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1em; }
label { font-weight: normal; }
ol, ul { list-style: none; }
ol li, ul li { padding: 0; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: separate; border-spacing: 0; }
