/* 

All custom styles go in here.
Do not put custom styles in the template-styles.css 
file as this might be overwritten if the standard template
is used and a colour change is put in place.
*/



.pageContent li {
	
	margin-left:  30px ;
	list-style: outside ;
	list-style: disc;

}

.pageContent .innovationsTable {

}
.pageContent .innovationsTable th {
	background-color: #000;
	color: #fff;
	text-align:left;
	padding:3px;
	font-weight: bold;
}
.pageContent .innovationsTable td.rowOn {
	background-color: #ccc;
	color: #000;
	padding:3px;
}
.pageContent .innovationsTable td.rowOff {
	background-color: #E8E8E8;
	color: #000;
	padding:3px;
}