.fakturatop {
 float: right; margin: 0 3px 7px 0; font-weight: bold; color: #000000;
}
.faktura {
 border: 1px solid #000000; -moz-border-radius: 4px; border-radius: 4px; -webkit-border-radius: 4px;
}
.faktura table {
 width: 100%; border-spacing: 0; border-collapse: collapse;
}
.faktura table tr td {
 vertical-align: text-top;
}

.faktura table.polozky {
 margin: 0 0 10px 0; border-bottom: 1px solid #000000;
}
.faktura table.polozky th {
 padding: 3px; font-weight: bold;
}
.faktura table.polozky td {
 padding: 3px;
}

.faktura .cenaspolu {
 float: right; width: 220px; margin: 0 7px 7px 0; padding: 5px 7px 5px 7px; font-weight: bold; text-align: right; 
 color: #000000; font-size: 14px; border: 3px solid #000000;
}
.faktura big {
 display: block; padding: 0 0 0 20px; line-height: 20px;
}
