.infoTable{
	font-size: 1em;
	width: 100%;
}

a:hover .infoTable td{
	background: #fff;
	color: #f0037f;
}

a .infoTable td{
	font-weight: normal;
}

.infoTable td{
	padding: 10px;
}

.infoTable .header{
	font-size: 1em;
	color: #f2068f;
	text-align: center;
	background: #fff;
	font-weight: bold;
	width: 25%;
}

.infoTable a{
	font-weight: 100;
}

.infoTable .greyRow{
	background: #e5e5e5;
	border-top: 2px solid #fff;
}

.infoTable .pinkRow{
	border-top: 2px solid #fff;
	background: #fdeaf4;
}

.infoTable .jobRef{
	text-decoration: underline;
	width: 25%;
}

.infoTable .jobTitle{
	font-weight: bold;
	width: 25%;
}

.infoTable .product{
	width: 25%;
}

.infoTable .location{
	width: 25%;
}

