h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

html {
  scrollbar-gutter: stable;
}

body {
  background-color: rgb(242, 242, 242);
  scrollbar-gutter: stable;
}

@media (max-width: 1100px) {
  .spacer-50 {
    height: 3rem;
  }
}

#backToTop {
  position: fixed;
  display: block;
  bottom: 1rem;
  right: 1rem;
  padding: 0.2rem;
  background-color: #b6121b;
  z-index: 3;
  cursor: pointer;
}

#backToTop svg {
  fill: white;
  width: 25px;
  height: 25px;
  padding: 0.2rem;
  transform: rotate(180deg);
}

#nm-field {
  color: gray;
}

header {
  background-color: #b6121b;
  color: white;
  position: sticky;
  top: 0;
  z-index: 200;
  display: flex;
  align-items: center;
}
header .jnk-logo {
  height: 60px;
  min-width: 60px;
  background-color: white;
  border-radius: 50%;
  padding: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .jnk-logo * {
  height: 100%;
}

.main .jnk-reload {
  color: #b6121b;
  cursor: pointer;
  margin-bottom: 25px;
}
.main .naslov {
  color: #197689;
  font-weight: 200;
}
@media (max-width: 991px) {
  .main .naslov {
    margin-top: 10px;
  }
}
.main .naslov.jnk-c-black {
  color: black;
}

.sticky {
  position: sticky;
  top: 20px;
}

.jnk-bold {
  font-weight: 600;
}

.jnk-italic {
  font-style: italic;
}

.jnk-underline {
  text-decoration: underline;
}

.jnk-line-through {
  text-decoration: line-through;
}

/* tabele */
table {
  margin-bottom: 1rem;
  display: block;
  max-width: 100%;
  overflow: auto;
  scrollbar-color: #b6121b #CDE5EC;
  scrollbar-width: thin;
}
table td {
  border: 1px solid #bcbdbe;
  padding: 5px;
  vertical-align: top;
}/*# sourceMappingURL=index.css.map */