.tbl_serie{

}

input{
	border: 1px solid black;
}



.tbl_serie th{
 background-color: #FCB656;
 text-align: center;
 font-size: 90%;
 border-top: 1px solid black;
 height: 40px;
}

.tbl_serie td{
	text-align: center;
		font-size: 85%;
}

.tbl_serie td strong{
	font-weight: bold;
}



.tbl_serie input{
	height: 20px;
	border: 1px solid black;
}

.tr_1{
	background-color: White;
}

.tr_0{
	background-color: #F1F9FA;
}

.tr_akce td{
	color: #FF6347;
	font-weight: bold;
}

.tbl_serie th a{
	color: black;
	text-decoration: none;
}

.tbl_serie th.last_th{
	background-color: transparent;
	border: 0px;
	border-left: 1px solid black;
}
.tbl_serie th.first_th{
	border-left: 1px solid black;
}
.tbl_serie td.last_td{
		border-left: 1px solid black;
		background-color: transparent;
}

.tbl_serie td.last_td span{
	font-size: 5px;
	font-weight: bold;

}

.tbl_serie td.last_td img{
 margin-left: 5px;
}
.tbl_serie td.first_td{
	border-left: 1px solid black;
}

.tbl_serie td.td_bottom{
	border-bottom: 1px solid black;
}



.tbl_serie td.td_bottom2{
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}


input.input_objednano{
	border: 1px solid #FF6347;
}

.tr_akce td{
	font-size: 8pt;
	bo
}


