/*
  Author: Laegnur
  Version: 0.1.0
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

html
{
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 100%;
}


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, 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, article, aside, canvas, details, embed, figure,
figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video
{
  margin: 0;

  padding: 0;

  border: 0;

  outline:0;

  font: inherit;
  font-size: 100%;
  vertical-align: baseline;

  background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu,
nav, section
{
  display: block;
}

body
{
  line-height: 1;
}

h1
{
  margin: 0.67rem 0;

  font-size: 2rem;
}

a
{
  background-color: transparent;
}

a:active, a:hover
{
  outline: 0;
}

img
{
  border: 0;
}

b, strong
{
  font-weight: bold;
}


ol, ul
{
  list-style: none;
}

blockquote, q
{
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after
{
  content: '';
  content: none;
}

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

ins
{
  color: #000000;
  text-decoration: none;

  background-color: #FFFF99;
}

mark
{
  color: #000000;
  font-style: italic;
  font-weight: bold;

  background-color: #FFFF99;
}

del
{
  text-decoration: line-through;
}

abbr[title], dfn[title]
{
  border-bottom: 0.0625rem dotted;

  cursor: help;
}

dfn
{
  font-style: italic;
}

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

td, th
{
  padding: 0;
}

hr
{
  display: block;

  height: 0.0625rem;

  margin: 1rem 0;

  padding: 0;

  border: 0;
  border-top: 0.0625rem solid #CCCCCC;

  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input, select
{
  vertical-align: middle;
}

small
{
  font-size: 80%;
}

sub, sup
{
  position: relative;

  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup
{
  top: -0.5rem;
}

sub
{
  bottom: -0.25rem;
}

code, kbd, pre, samp
{
  font-family: monospace, monospace;
  font-size: 1rem;
}

figure
{
  margin: 1rem 2.5rem;
}

pre
{
  overflow: auto;
}

audio, canvas, progress, video
{
  display: inline-block;

  vertical-align: baseline;
}

audio:not([controls])
{
  display: none;

  height: 0;
}

[hidden], template
{
  display: none;
}

svg:not(:root)
{
  overflow: hidden;
}


button, input, optgroup, select, textarea
{
  margin: 0;

  color: inherit;
  font: inherit;
}

button, select
{
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"]
{
  -webkit-appearance: button;
  cursor: pointer;
}

button
{
  overflow: visible;
}

button[disabled], html input[disabled]
{
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner
{
  padding: 0;

  border: 0;
}

input
{
  line-height: normal;
}

input[type="checkbox"], input[type="radio"]
{
  padding: 0;

  box-sizing: border-box;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button
{
  height: auto;
}

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
{
  margin: 0 0.125rem;

  padding: 0.35rem 0.625rem 0.75rem;

  border: 0.0625rem solid #C0C0C0;
}

legend
{
  padding: 0;

  border: 0;
}

textarea
{
  overflow: auto;
}

optgroup
{
  font-weight: bold;
}