:root {
background-image: url(/images/pozadina.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.container-header {
  z-index: 10;
  background-color: #fff;
  background-image: none;
  border-bottom: 1px solid #0c3c5f;
  position: relative;
  box-shadow: inset 0 5px 5px #00000008;
}
.container-header .container-nav {
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 0em;
}
@media screen and (min-width: 1400px) {
  body {
    max-width: 1400px;
    margin: 0 auto;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
}

/* --- tabela --- */
table.tabela {background: #fff;border-collapse: collapse;text-align:center;margin-bottom: 20px;width: 100%;font-size: 14px;line-height: 22px;}
table.tabela tr:hover {}
table.tabela tbody, tfoot, tr, td, th{color: #000;border: 1px solid #ccc;}
table.tabela thead  {color: #000;border: 1px solid #ccc;background: #f8f8f8;}
table.tabela td:first-child {left: 0;position: sticky;position: -webkit-sticky;background: #f8f8f8;color: #000;}
table.tabela td {border: 1px solid #d3d3d3}
table.tabela {overflow-x: auto;display: block;}
@media screen and (min-width: 640px) {table.tabela {display: inline-table;}}

b, strong {
  font-weight: 600;
}
p {
  margin-top: 0;
  margin-bottom: 0rem;
}