body {
	font-family: "Cabin Condensed", sans-serif;
	font-size: 19px;
}
body.t {
	font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
div, td, p, li, input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	color: #000;
}
a {
	color: #04A0E0;
}
a:hover {
	color: #003272;
}
body.t a {
	color: #D70022;
	font-weight: 500;
}
body.t a:hover {
	color: #000;
}

h1 {
	margin: 20px 0;
	font-family: inherit;
	font-size: 2em;
	color: #003272;
}
h2 {
	margin: 15px 0;
	font-family: inherit;
	font-size: 1.5em;
	color: #003272;
}
h3 {
	font-size: 1.2em;
}
h1:first-child, h2:first-child, h3:first-child {
	margin-top: 0;
}

img[align="left"] {
	margin: 0px 10px 10px 0px;
}
img[align="right"] {
	margin: 0px 0px 10px 10px;
}
hr {
	border: 1px solid #FFFFFF;
	border-top: 1px dotted #333333;
}

main ul, div.main ul, div.wover ul, #mcmseditor ul {
	list-style: none;
	padding: 0;
	margin: 12px 0;
}
main ul li, div.main ul li, div.wover ul li, #mcmseditor ul li {
	position: relative;
	margin: 8px 0;
	padding-left: 20px;
}
main ul li::before, div.main ul li::before, div.wover ul li::before, #mcmseditor ul li::before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	top: 6px;
	width: 11px;
	height: 11px;
	background: #003272;
}

table.tbl {
	width: 100%;
	border-spacing: 0;
	border-left: 1px solid #DDD;
	border-top: 1px solid #DDD;
}
table.tbl th, table.tbl td {
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	padding: 5px;
}
table.tbl th {
	background-color: #333;
	color: #FFF;
	text-align: left;
}
table.tbl tr:nth-child(odd) td {
	background-color: rgba(0,0,0,0.05);
}

table.t {
	width: 100%;
	border-spacing: 0;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	margin: 10px 0;
}
table.t th {
	text-align: left;
	background-color: #F5F5F5;
}
table.t td, table.t th {
	border-bottom: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	vertical-align: top;
	padding: 5px;
}
table.t.h tr[data-i]:hover td {
	background: #DDD;
	cursor: pointer;
}

img[align="left"] {
	margin: 0 10px 10px 0;
}
img[align="right"] {
	margin: 0 0 10px 10px;
}
hr {
	border: 1px solid #FFFFFF;
	border-top: 1px dotted #333333;
}
td p:first-child {
	margin: 0;
}
a img {
	border: 0;
}


h2 span.cn {
	float: right;
	font-size: 0.8em;
}
table.cenik {
	width: 100%;
	border: 3px solid #999;
}
table.cenik td {
	padding: 5px;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
}
table.cenik td:last-child {
	width: 30%;
	text-align: right;
}
table.cenik td:first-child {
	border-left: 0;
}
table.cenik tr:first-child td {
	border-top: 0;
}

.red {
	color: #CC0000;
}
