@charset "UTF-8";

/*!
  reset | normalization
  0.0.1
  sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css
*/
:root {
  text-size-adjust: 100%
}

audio:not([controls]) { display: none }
details               { display: block }
input[type=number]    { width: auto }

input[type=search] {
  -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

main, summary   { display: block }
pre             { overflow: auto }
progress        { display: inline-block }
small           { font-size: 75% }
template        { display: none }
textarea        { overflow: auto }
[hidden]        { display: none }
[unselectable]  { user-select: none }

/* * { cursor: inherit } */

/* Universal inheritance */
*, :after, :before {
  box-sizing: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: inherit;
  vertical-align: inherit;
  border-style: solid;
  border-width: 0;
  margin: 0;
  padding: 0
}

/* Opinionated defaults */
:root {
  box-sizing: border-box;
  cursor: default;
  font-family: sans-serif;
  line-height: 1.5em;
  text-rendering: optimizeLegibility;
  vertical-align: top
}


a, button, input, select, textarea {
  cursor: auto
}

button, input, select, textarea {
  background: transparent
}

code, kbd, pre, samp {
  font-family: monospace, monospace
}

input { min-height: 1.5em }

nav ol, nav ul {
  list-style: none
}

select {
  -moz-appearance: none;
  -webkit-appearance: none
}

select::-ms-expand {
  display: none
}

select::-ms-value {
  color: currentColor
}

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

textarea {
  resize: vertical
}

::selection {
  background-color: #b3d4fc;
  text-shadow: none
}

@media screen {
  [hidden~=screen] {
    display: inherit
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important
  }
}