/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  /*line-height: 1.15;  1 */

  /*-webkit-tap-highlight-color: transparent;  3*/
  /*-webkit-text-size-adjust: 100%;  2 */
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
	top: 0;
    left: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

#contents main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

#contents p,
#contents table,
#contents blockquote,
#contents address,
#contents pre,
#contents iframe,
#contents form,
#contents figure,
#contents dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

#contents h1,
#contents h2,
#contents h3,
#contents h4,
#contents h5,
#contents h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

#contents ul,
#contents ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

#contents dt {
  font-weight: bold;
}

#contents dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

#contents hr {
  clear: both;
  overflow: visible; /* 2 */
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  margin: 0;
  color: inherit;
  border-top-width: 1px;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

#contents pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

#contents address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

#contents a {
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

#contents abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

#contents b,
#contents strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

#contents code,
#contents kbd,
#contents samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

#contents small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

#contents sub,
#contents sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

#contents sub {
  bottom: -0.25em;
}

#contents sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

#contents svg,
#contents img,
#contents embed,
#contents object,
#contents iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

#contents button,
#contents input,
#contents optgroup,
#contents select,
#contents textarea {
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  vertical-align: middle;
  text-transform: inherit; /* 2 */
  color: inherit;
  border-radius: 0;
  background: transparent;

  -webkit-appearance: none; /* 1 */
  appearance: none;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

#contents [type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

#contents [type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */

#contents button,
#contents [type="button"],
#contents [type="reset"],
#contents [type="submit"] {
  cursor: pointer;
}

#contents button:disabled,
#contents [type="button"]:disabled,
#contents [type="reset"]:disabled,
#contents [type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

#contents :-moz-focusring {
  outline: auto;
}

#contents select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

#contents option {
  padding: 0;
}

/**
 * Reset to invisible
 */

#contents fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}

#contents legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

#contents progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

#contents textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

#contents [type="number"]::-webkit-inner-spin-button,
#contents [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

#contents [type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

#contents [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

#contents ::-webkit-file-upload-button {
  font: inherit; /* 2 */

  -webkit-appearance: button; /* 1 */
}

/**
 * Clickable labels
 */

#contents label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

#contents details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

#contents summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

#contents [contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

#contents table {
  border-color: inherit; /* 1 */
}

#contents caption {
  text-align: left;
}

#contents td,
#contents th {
  padding: 0;
  vertical-align: top;
}

#contents th {
  font-weight: bold;
  text-align: left;
}
