table {
	margin-top: 10px;
	margin-bottom: 10px;
	border-collapse: collapsed;
	border: 1px solid #0088a2;
	width: 630px;
}

table tr.error {
	color: Red;
}

table tr.zero {
	color: Blue;
}

table tr.lastdetail td {
	background-color: #E3CA0B;
}

/* stavy objednavky */
table tr.undone {
	font-weight: bold;
}

table tr.storno {
	color: #ff5555;
}

table tr.processing {
	color: #5555ff;
}

table tr.done {
	color: Silver;
}
/* konec stavy objednavky */

table td, table th {
	background-color: #ddeedd;
	padding: 2px 5px;
}

table th {
	background-color: #005566;
	color: white;
}

table th.price {
	text-align: center;
}

table td.quantity, table td.price {
	text-align: right;
}

table td.category {
	width: 200px;
}

table td.name {
  width: 350px;
}

table .show {
  text-align: center;
}