@media screen {

/* --- desinfekce --- */

#tbl_desinfekce {
        width: 100%;
        border: 0;
}

#tbl_desinfekce #col_1 {
	text-align: center;
}
	
#tbl_desinfekce #col_1 h2 {
        font-size: xx-large;
}

#tbl_desinfekce #col_1 h3 {
	font-size: medium;
}

#tbl_desinfekce #col_1 p {
        text-align: center;
}

#tbl_desinfekce #col_1 ul li {
	text-align: justify;
}

#tbl_desinfekce #col_2 {
	border-right: 1px solid black;
        width: 26px;
}

#tbl_desinfekce #col_3 {
	width: 17px;
}

#tbl_desinfekce #col_4 {
	vertical-align: top;
}

#tbl_desinfekce #col_4 table {
	border: 0;
}

#tbl_desinfekce #col_4 table td {
	border: 1px solid #444444;
        width: 144px;
}

#tbl_desinfekce #col_4 table td img {
	width: 144px;
        height: 108px;
}

#tbl_desinfekce #col_5 {
	width: 20px;
}

/* --- end desinfekce --- */

}