.mod-table .factory .service > img {
	margin-right: 0px;
}
.mod-table .factory > tbody > tr td.service {
    padding-left: 18px;
    padding-right: 18px;
}
.mod-table .factory > tbody > tr td.service img {
    width: 30px;
    height: 30px;
}
.mod-table .factory > tbody > tr td.service img:nth-child(odd) {
    margin-right: 15px;
}
.mod-table .factory > tbody > tr td.service img:nth-child(n+3) {
    margin-top: 15px;
}
