/* !Reset (Author: mail@jandousek.cz) */

div, h1, h2, h3, h4, h5, h6, span, object, iframe, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, main, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, pre, code {
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0 none;
  line-height: 1;
  font-size: inherit;
}
main, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  display: block;
}
time {
  display: inline;
}

/*
  Telo
  ***
*/

html, body {
  margin: 0;
  padding: 0;
}

/*
  a
  ***
*/

a {
  color: inherit;
}

/*
  img
  ***
*/

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

/*
  tables
  ***
*/

table {
  border-collapse: collapse;
}
table caption {
  text-align: center;
}
table th {
  text-align: inherit;
  font-weight: bold;
}

/*
  lists
  ***
*/

ul, ol {
  padding: 0;
  list-style: none;
}

/*
  inline
  ***
*/

strong, b {
  font-weight: bold;
}
em, i {
  font-style: italic;
}
del {
  text-decoration: line-through;
}
ins {
  background-color: #fff9c7;
  text-decoration: none;
}
abbr, acronym {
  cursor: help;
}
sup, sub {
  font-size: 60%;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
small {
  font-size: 80%;
}

/*
  forms
  ***
*/

label, select, [type="checkbox"], [type="radio"], button, [type="submit"], [type="reset"] {
  cursor: pointer;
}
input, textarea, select {
  font-size: 100%;
}
/* select, [type="checkbox"], [type="radio"] {
  appearance: none;
} */
