.com-finder__results,.row-striped {
    text-align: left;
    vertical-align: middle;
    list-style: none;
    border-top: 1px solid #ddd
}
.result__item + .result__item {
    margin-top: 0;
	padding: 1.5em;
	border-top: 0;
}

.com-finder__results li,.com-finder__results dd {
	padding: 1.5em;
    border-bottom: 1px solid #ddd;
	
}

.com-finder__results li:nth-child(odd),.com-finder__results dd:nth-child(odd) {
    background-color: #f9f9f9
}

.com-finder__results li:hover,.com-finder__results dd:hover {
    background-color: #f5f5f5
}