<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
--niebieski: #37b;
--niebieskiJasny: #4e85c2;
--szary:#f1f1f1;

--kolTelewizja: #135cae;
--kolRadio: #0e919d;
--kolInternet: #2a97ba;
--kolSieci: #616dc2;
--kolPlatformy: #2cafba;
--kolIT: #3b55b5;
--kolReklama: #3b55b5;

--oswald: bold 16px/1.2 Oswald, sans-serif;

--transition2: color .2s ease, border-color .2s ease, background .2s ease;
--transition5: color .5s ease, border-color .5s ease, background .5s ease;

--szerokosc: 1200px;
}
* {margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {display: block}
ol, ul {list-style: none}
*, :before, :after {-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box}
@-ms-viewport {width: device-width}
html {scroll-behavior: smooth}
body {
	background-color: #fff;
	margin-top: 50px;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.4em;
	overflow-y: scroll;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	-webkit-text-size-adjust: none;
}
body,
input,
select,
textarea {
	color: #444;
    font-family: Arial,Helvetica,sans-serif;
}
h1, h2, h3, h4, h5, h6, .zaHa {
	font: var(--oswald);
	color: var(--niebieski);
}

h1 {
	font-size: 200%;
}
h2 {
	font-size: 150%;
}
h3 {
	font-size: 140%;
}
h4 {
	font-size: 140%;
}
h5 {
	font-size: 140%;
}
h6 {
	font-size: 140%;
}

.zaHa {

}


a {
	transition: var(--transition5);
	text-decoration: none;
}

hr {
	border: 0;
	border-bottom: 1px solid #b7c2d6;
	margin: 40px 0;
}
img {
    max-width: 100%;
    height: auto;
	content-visibility: auto;
    display: block;
	margin: auto;
}



.ukr {display: none}
.srodek {text-align: center}
strong, b {font-weight: bold}
iframe {max-width: 100%}
em, i {font-style: italic}
p {margin: 0 0 20px}
p:last-child {margin: 0}





.przycisk {
    display: block;
	width: 150px;
	height: 40px;
	border: 0;
    background: var(--niebieski);
	color: #fff;
	font-size: 110%;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	margin: 20px auto 0;
	transition: var(--transition5);
}
.przycisk:hover {
	color: #fff;
    background: var(--kolTelewizja);
}






.nadTabela {
	margin: 20px -20px 0;
	overflow-x: scroll;
	max-width: calc(100% + 40px);
    position: relative;
}

.nadTabela::before {
	content: 'PrzesuĹ tabelÄ, by zobaczyÄ caĹoĹÄ';
	margin: 10px 0;
	padding: 20px;
	display: block;
	font-weight: bold;
	text-align: center;
}
table {
	width: 600px;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 2px;
	table-layout: fixed;
	text-align: center;
}
tr {
	background-color: #efefef;
	transition-duration: .3s;
}
td,
th {
	color: #000;
	font-size: 14px;
	padding: 10px 3px;
	vertical-align: middle;
}
th {
	font-weight: bold;
}
table tr:nth-child(2n+1) {
	background-color: #f6f6f6;
}
tr:hover,
tr:hover td {
	background-color: #000 !important;
	color: #fff;
	transition: var(--transition5);
}


.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}


.zaH3 {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--niebieski);
}

article,
aside {
	padding: 20px;
}



@media (min-width: 900px) {

.jestK {
	display: flex;
	max-width: var(--szerokosc);
	margin: auto;
}
.jestK article {
	flex: 1 1 70%;
	padding: 20px 20px 0 20px;
}
aside {
	padding: 20px 20px 0 20px;
	border-top: 1px solid var(--szary);
	flex: 1 1 30%;
}



}

@media (min-width: 1100px) {
.jestK article {
	padding: 40px 40px 0 20px;
}
aside {
	padding: 40px 0 0 40px;
}


}
@media (min-width: 1300px) {

.jestK article {
	padding-left: 0;
}

}


</pre></body></html>