table.container {
	width: 100%;
}
table.container td.cont {
	width: 48%;
	vertical-align: top;
}
table.container td.sep {
	width: 4%;
}
table.results {
	width: 100%;
}
table.results tr {
	border-bottom: 1px dashed #cbdc00;
}
table.results tr td.link {
	padding: 0 0 0 7px;
}
table.results tr td.link-title {
	padding: 15px 0 14px 23px;
	text-align: center;
}
table.results tr td.link-title span {
	dispay: block;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}
table.results tr td.icon {
	width: 20px;
	text-align: center;
}
table.results tr td a {
	color: #333333;
}