<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  background-image: url(grafika/razitka/tapeta.jpg);
  /* background-attachment: fixed; */
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Calibri, Helvetica, Sans-serif;
}

table {
  border-collapse: collapse;
  margin: 0px auto 0px auto;
}

th, td {
  border: 1px solid black;
  padding: 5px 5px 5px 5px;
}

td {
  text-align: center;
}

#tytulStrony {
  text-align: center;
}

@media screen and (min-width: 961px) {
  #tytulStrony {
    font-size: 200%;
    text-shadow: 2px 2px 2px grey;
  }
}

#tabPodsumowanie {
  margin: 20px auto 40px auto;
  box-shadow: 5px 5px 5px black;
}

#tabPodsumowanie .tytul {
  font-size: 150%;
  text-shadow: 2px 2px 2px grey;
}

#tabPodsumowanie .naglowek {
  background: #cfe2cf;
}

#tabPodsumowanie .wiersz {
  background: #f1f1c1;
}

#mapa {
  display: table;
  margin: 0 auto 40px auto;
  background-color: white;
  box-shadow: 5px 5px 5px black;
  border: solid 1px;
  text-align: center;
}


#notatnik {
  margin-top: 20px;
  /* border: 1px solid red; */
}

.kartka {
  position: relative;
  display: table;
  text-align: left;
  margin: 0 auto 20px auto;
  /* border: 1px solid black; */
}

.zakladka {
  position: absolute;
  top: -65px;
  left: 0px;
}

.pieczatka {
  position: absolute;
  top: 27px;
  /* left: 80px; */
  /* width: 280px; */
  height: 280px;
  object-fit: contain;
  cursor: pointer;
  /* border: 1px solid black; */
  transition: transform .2s; /* Animacja */
}

.pieczatka:hover {
  transform: scale(1.7); /* 1100px : 2 : 320px = 1.7 */
  z-index: 2;
  border: 1px solid black;
  background-color: white;
}

.lp {
  position: absolute;
  top: 20px;
  left: 60px;
  /* width: 350px; */
  /* border: 1px solid black; */
  color: rgb(160, 110, 8);
  z-index: 1;
}

.flaga {
  position: absolute;
  top: 285px;
  left: 365px;
}

.rodzaj {
  position: absolute;
  top: 290px;
  right: 50px;
  /* width: 32px; */
}

.opis {
  position: absolute;
  top: 20px;
  left: 450px;
  width: 350px;
  
  height: 275px;
  overflow-y: auto;
  overflow-x: hidden;
  /* border: 1px solid black; */
}

.opis::-webkit-scrollbar {
  width: 8px;
}
.opis::-webkit-scrollbar-button {
  background: #ccc
  
}
.opis::-webkit-scrollbar-track-piece {
  /*background: #888*/
  background: white
}
.opis::-webkit-scrollbar-thumb {
  background: #eee
}



.opis a {
  color: inherit;
}

.obiekt {
  text-align: center;
  font-weight: bold;
}

.obiekt n {
  font-weight: normal;
}

.punkty {
  color: rgb(160, 110, 8);
}

.dlugosc {
  position: absolute;
  top: -8px;
  right: 15px;
  font-size: 80%;
  color: rgb(160, 110, 8);
  background: white;
  padding: 0 3px 0 3px;
}

.miejsce {
  font-size: small;
  font-style: italic;
  color: gray;
  display: block; /* Musi byÄ‡, bo inaczej nie dziaÅ‚a line-height */
  line-height: 1.1;
}

.miejsce n {
  font-style: normal;
}

.kreska {
  color: rgb(160, 110, 8);
  margin-top: 6px;
  margin-bottom: 6px;
}
</pre></body></html>