/* ------------------------------------------------------------- vyresetovani stylu */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
form, fieldset, legend, input, textarea, p, th, td, img
  { margin: 0; padding: 0; }
table
  { border-collapse: collapse; border-spacing: 0; }
fieldset, img
  { border: 0; }
th
  { font-style: normal; font-weight: normal; text-align: left; }
li
  { list-style: none; }
legend
  { color:#000; }
body, input, textarea, select
  { font-family: sans-serif, Arial, Verdana, 'Trebuchet MS', Tahoma, Verdana, Arial; font-size: 12px; }
html, body
  { height: 100%; width: 100%; cursor: default; }

.non-visible {
    display: none;
}
.cleaner {
    clear: both !important;
    display: block !important;
    float: none !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
}

.cursor-pointer {
    cursor: pointer;
}

