<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com" rel="stylesheet">
.uk-modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1010;overflow-y:auto;padding:15px 15px;background:rgba(255,255,255,.95);opacity:0;transition:opacity .15s linear}@media (min-width:640px){.uk-modal{padding:50px 30px}}@media (min-width:960px){.uk-modal{padding-left:40px;padding-right:40px}}
/*------------------------------------*\
    Table (directory listing)
\*------------------------------------*/

table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 15px 0; /* 15px odstêpu w poziomie */
}
table {
    width: 100%;
    border-collapse: collapse;
    background-color: #f0f8ff; /* Kolor t³a ca³ej tabeli */
    }
th {
    background-color: #7A7D80; /* Ustawia czarne tÅ?o dla wszystkich komÃ³rek nagÅ?Ã³wkowych */
    color: white; /* Ustawia biaÅ?y kolor tekstu */
    padding: 8px;
    text-align: left;
	font-size: 10px; /* lub inna wartoÅ?Ä?, np. 1.2em, 120% */	
    font-family: 'Lato', sans-serif;
    font-size: 1.2rem; /* PowiÄ?kszenie (moÅŸesz uÅŸyÄ? teÅŸ np. 20px) */
    font-weight: 400;   /* Pogrubienie charakterystyczne dla nagÅ?Ã³wkÃ³w */
    text-align: left;   /* Opcjonalne wyrÃ³wnanie tekstu */
    }
tr:nth-child(even) {
    background-color: #f2f2f2; /* Kolor t³a dla parzystych wierszy */
    }
tr:nth-child(odd) {
    background-color: #ffffff; /* Kolor t³a dla nieparzystych wierszy */
    }
tr:hover td {
	background:#d5d5d5;
}	
table th:nth-child(1), table td:nth-child(1) { width: 60%; }
table th:nth-child(2), table td:nth-child(2) { width: 15%; }
table th:nth-child(3), table td:nth-child(3) { width: 15%; }
table th:nth-child(4), table td:nth-child(4) { width: 10%; text-align: right; }

.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  content: "|";
  display: inline-block;
  /* 1 */
  margin: 0 20px;
  /* 2 */
  font-size: 0.875rem;
  color: #999;
}