.content_atoz_left_side table td {
	border: none !important;
    background-color: #ffffff !important; 
}


.content_atoz_left_side figure.image img {
    height: 100%;
}

.atoz-details > .table td {
	width: calc(100% / 4);
}

.atoz-details > .table td figure.image img {
	width: auto;
	height: 120px;
}

@media only screen and (max-width: 767px) {
	.atoz-details > .table td figure.image img {
		width: auto;
		height: 100px;
	}
}

.content_atoz_left_side .panel:nth-of-type(1) table td:first-child {
	width: 20%;
}

.content_atoz_left_side .panel:nth-of-type(2) table td:first-child,
.content_atoz_left_side .panel:nth-of-type(2) table td:nth-of-type(3) {
	width: 10%;
}