/* layout */
body {
	max-width: 800px;
	margin: 1.12em auto;
	padding: 0 1.6%;
	background: white;
	color: black;
	font-family: sans-serif;
	line-height: 1.5;
}

address {
	font-size: .83em;
	font-style: normal;
	text-align: center;
}

hr {
	height: 1px;
	background: #bbb;
	border: none;
}

a:link    { text-decoration: none; color: #E20800; }
a:visited { text-decoration: none; color: #A02786; }
a:hover   { text-decoration: underline; }

/* headers */
h1, h2, h3, h4, h5, h6 { font-weight: normal; }

h1 {
	background: url('../../media.wandystan.eu/graf/naglowki/mw_heads_new.png') no-repeat 0% 0% / 100%;
	padding-top: 21.5%;
	text-align: center;
	font-size: 2.00em;
	line-height: 1.2;
}

h2 {
	font-size: 1.50em;
	line-height: 1.2;
}

h3 { font-size: 1.17em; }
h4 { font-size: 1.00em; }
h5 { font-size: 0.83em; }
h6 { font-size: 0.75em; }

/* tables */
table { width: 100%; font-size: 90%; }
table[border = '1'] { border: none; border-collapse: collapse; }
table[border = '1'] th,
table[border = '1'] td { border-color: #ddd; padding: 0 0.67em; }

th a[href ^= '?C=']        { display: block; visibility: hidden;  line-height: 0; }
th a[href ^= '?C=']::after { display: block; visibility: visible; line-height: 1.5em; }

th [href ^= '?C=N']::after { content: "Nazwa"; }
th [href ^= '?C=M']::after { content: "Ostatnio zmodyfikowane"; }
th [href ^= '?C=S']::after { content: "Rozmiar"; }
th [href ^= '?C=D']::after { content: "Opis"; }

th [href ^= '?C=M'],
th [href ^= '?C=S'] { text-align: right; }
