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