table#jobSearchResult, table#jobAppResult {
	background-color: #ffffff;
	color: #002A5E;
	border-color: rgb(205, 205, 205);
	border-width: 1px;
	border-style: solid;
}
table#jobSearchResult tbody tr:nth-child(even),
table#jobAppResult tbody tr:nth-child(even)
{
	background: #ffffff;
}
table#jobSearchResult tbody tr:nth-child(odd),
table#jobAppResult tbody tr:nth-child(odd)
{
	background: rgb(247, 247, 247);
}
table#jobSearchResult tbody td,
table#jobAppResult tbody td
{
	background: inherit;
}