.table-container {
  width: 100%;
  margin: 1em 0;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th, td {
  border: 1px solid #181819;
  padding: 0.5em;
}
@media (max-width: 576px) {
  th, td {
    padding: 0.3em;
    font-size: 0.85em;
  }
}

th {
  background: #416d82;
  color: #fafafa;
  position: sticky;
  top: 0;
}

tr:nth-child(even) {
  background: #f1ebec;
}

.anchor::before {
  content: "";
  display: block;
  height: 6em;
  margin-top: -6em;
  visibility: hidden;
}

@media (max-width: 576px) {
  .anchor::before {
    content: "";
    display: block;
    height: 7em;
    margin-top: -7em;
    visibility: hidden;
  }
}

/*# sourceMappingURL=sluzby.css.map */
