﻿
table.table-kurzy {width: 100%; border-collapse: collapse; margin: 0 auto;}
table.table-kurzy tr.header td {
	background: #6DAAC4;
	color: white;
	padding: 4px;
	font-weight: bold;
	text-align: center;
	border: 1px solid white;
	font-size: 85%;
}

table.table-kurzy td {padding: 2px 4px; text-align: right; border: 1px solid white; font-size: 85%;}
table.table-kurzy tr.odd td {background: #D4DBE8;}
table.table-kurzy tr.even td {background: #EAEDF4;}


table.table-kurzy tr.header td.col1 { width:40px;}
table.table-kurzy tr.header td.col2 { width:30px;}
table.table-kurzy tr.header td.col3 { width:60px;}
table.table-kurzy tr.header td.col4 { width:90px;}
table.table-kurzy tr.header td.col5 { width:90px;}

table.table-calc {width:100%; font-size: 90%;  border-collapse: collapse; margin: 5px auto;}
table.table-calc input, table.table-calc select { 
border:1px solid #7F9DB9;
font-size:95%;
margin:2px 0px 3px 0;
}
table.table-calc td.col1 input { width:46px; height:12px; font-size: 90%;}
table.table-calc td.col2 select { width:90px; height:17px; font-size: 90%;}
table.table-calc td.col3 {text-align:right; width:100%; }
table.table-calc td.col3 input {width:80px; height:12px; font-size: 90%; text-align:right;}
table.table-calc td.col3 img { vertical-align:top;margin-top:2px;}

table.table-calc td.col1 input.error { border: solid 1px red;}