/* Deal Tables */
.dap-deals-list a, h4 {
	font-weight: bold;
}
.dap-deals-table table {
	border-collapse: collapse;
}
.dap-deals-table tr:nth-child(even) {
	background: #FFFFFF;
}
.dap-deals-table tr:nth-child(odd) {
	background: #EDEDED;
}
.dap-deals-table th, td {
	border: none;
	text-align: left;
	background-color: transparent;
}
.dap-deals-table a, h4 {
	font-weight: bold;
}
.dap-deals-widget-table table {
	border-collapse: collapse;
}
.dap-deals-widget-table tr:nth-child(even) {
	background: #FFFFFF;
}
.dap-deals-widget-table tr:nth-child(odd) {
	background: #EDEDED;
}
.dap-deals-widget-table th, td {
	border: none;
	text-align: left;
	background-color: transparent;
}