﻿fieldset table tr:nth-child(even) {
	background: #FFFFFF;
}
fieldset table tr:nth-child(odd) {
	background: #FFFFFF;
	border-bottom: 1px dotted red;
}
fieldset table tr:nth-child(odd) td{
	line-height: 14px;
	border-bottom: 1px dotted #CCCCCC;
}

fieldset .aktualnosci_tytul {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	color: #757575;
}
