#mdf_results_by_ajax table {
	background: none;
	border:none;
	border-collapse: separate;
	box-shadow: 0px 0px;
	font-size: 12px;
	line-height: 24px;
	margin: 0px;
	text-align: left;
	width: 100%;
}	

#mdf_results_by_ajax td {
	border-right: 0px solid #fff;
	border-left: 0px solid #e8e8e8;
	border-top: 0px solid #fff;
	border-bottom: 0px solid #e8e8e8;
	position: relative;
	transition: all 300ms;
	vertical-align: middle;
	text-align:right;
	font-size:16px;
}
#mdf_results_by_ajax td img {
	margin-bottom: 0px;
}

#mdf_results_by_ajax td:first-child {
	box-shadow: 0px 0px;
	width:26%;
}

#mdf_results_by_ajax td:first-child table {
	margin-top: -5px;
    padding-right: 30px;
    padding-left: 20px;
	background-color:white;
	height:148px;
}

#mdf_results_by_ajax td:first-child table td{
	vertical-align: middle;
}

#mdf_results_by_ajax td:last-child {
	border-right: 0px solid #e8e8e8;
	box-shadow: 0px 0px;
	width:75%;
	padding:0px;
}	

#mdf_results_by_ajax tr {
	background: url(http://jackrugile.com/images/misc/noise-diagonal.png);	
}

#mdf_results_by_ajax tr:nth-child(odd) td {
	background: none;	
}

#mdf_results_by_ajax tr:last-of-type td {
	box-shadow: inset 0 0px 0 #fff; 
}

#mdf_results_by_ajax tr:last-of-type td:first-child {
	box-shadow: inset 0px 0px 0 #fff;
}	

#mdf_results_by_ajax tr:last-of-type td:last-child {
	box-shadow: inset 0px 0px 0 #fff;
}

#mdf_results_by_ajax .mdf_post_features_panel .medafi_price i{
    font-weight: bold !important;
    color: red !important;
}