table{
	width: 100%;
	font-size: 11px;
}
table th{
	padding: 5px;
	background-color: #F4F4F4;
}
table td{
	padding: 5px;
	border: 0;
	border-bottom: dotted 1px #F4F4F4;
}
table .cena{
	text-align: right;
	font-weight: bold;
}
table .nagl{
	font-weight: bold;
}
a.drukuj{
	float: right;
}