/* !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;
}

/*
  Odkazy
  ***
*/

a {
  color: inherit;
}

/*
  Obrazky
  ***
*/

img {
  border: 0;
}

/*
  tables
  ***
*/

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

/*
  hr
  ***
*/

hr {
  display: none;
}

/*
  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 {
  border-bottom: .1em dotted;
  cursor: help;
}
sup, sub {
  font-size: 60%;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
small {
  font-size: 80%;
}

/*
  input, textarea, select
  ***
*/

input, textarea, select {
  font-size: 100%;
}
