div#navigation-top {
    background: #fff;
}

div#navigation-top ul li a {
    text-shadow: none;
    color: #000;
    font-weight: 100;
}

div#navigation-top ul li a:hover, div#navigation-top ul li a:active {
    background-color: #ccc;
}

.menu-underline {
    width: 100%;
    height: 6px;
    background: var(--main-color);
}

div#page-header {
    height: 100px;
}

.notice {
    margin-top: 60px;
    margin-bottom: 60px;
    display: flex;
    background: #eee;
    color: #f00;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    padding: 50px;
}

.notice a {
   text-decoration: underline;
}

.notice h3 {
    color: #f00;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
}


/* ================================================================================== */
/* Dokumenty archiwalne */
#literki-nav {
   margin-top: 20px;
   margin-bottom: 40px;
}

.literka-produkty {
   margin-bottom: 40px;
}

.literka-produkty:last-of-type {
   margin-bottom: 150px;
}

.literka-produkty ul {
   margin-top: 3px;
   margin-left: 10px;
}

.literka-produkty ul li {
   margin-bottom: 4px;
}

.literka-produkty ul li:before {
   content: '◦ ';
}

.literka-produkty .link-produkt span.produkt-nazwa {
   cursor: pointer;
   font-weight: bold;
}

a.link-literka {
   border: 1px solid #b5b5b5;
   background-color: #ededed;
   padding: 2px 4px 2px 4px;
   margin-right: 0px;
   font-size: 14px;
   font-weight: bold;
   font-family: Verdana;
   display: inline-block;
   width: 15px;
   text-align: center;
}

a.link-literka:not(:first-of-type) {
   margin-left: 9px;
}

.link-produkt span.produkt-nazwa {}

.link-produkt div.produkt-tresc.show {
   display: block;
   padding-bottom: 10px;
   margin-left: 30px;
   margin-top: 3px;
}

.link-produkt div.produkt-tresc {
   display: none;
}

.produkt-tresc .link-document {
  margin-left: 20px;
}

.produkt-tresc .link-document a:hover {
  text-decoration: underline;
}

.produkt-tresc .link-group .link-document:last-of-type {
  margin-bottom: 20px;
}