table {
	margin: 10px;
	border: 1px solid Silver;
	font-size: 100%;
}

table img {
	border: none;
}

table tr.error {
	color: Red;
}

table tr.sch td {
	color: #186496;
}

table tr.nsch td {
	color: Red;
}

/* 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: #F8F8F8;
	padding: 2px 5px;
}

table th {
	background-color: #0A5CB2;
	color: white;
}

table th.price {
	text-align: center;
	width: 60px;
}

table th.who, table th.date {
	text-align: center;
	width: 50%;
}

table td.quantity, table td.price {
	text-align: right;
}

table td.code {
	width: 90px;
}

table td.name {
	width: 240px;
}

table .show {
  text-align: center;
}
