.ztLst42 {
	border-spacing: 0;
	width: 100%;
	max-width: 800px;
}

.ztLst42 td {
	border-top: 1px solid #eee;
	vertical-align: top;
	padding: 10px 0;
}

.ztLst42 tr:nth-child(1) td {
	border: none;
}

.ztLst42 tr td:nth-child(1) {
	width: 25%;
	background: #fff;
	padding: 10px;
}

.ztLst42 tr td:nth-child(2) {
	padding: 10px 0 10px 10px;
}

.ztLst42 td:nth-child(1) img {
	width: 100%;
	display: block;
}

@media only screen and (max-width: 767px) {

	table.ztLst42 tbody,
	table.ztLst42 {
		display: block !important;
		width: 100% !important;
	}

	table.ztLst42 td {
		width: 100% !important;
		display: block !important;
	}

	table.ztLst42 tr {
		width: 100% !important;
		display: inline-block !important;
		padding: 0 0 40px 0 !important;
	}

	table.ztLst42 tr:last-of-type {
		padding: 0 !important;
	}
}