/******
BEGIN
This should be used wherever there are/is (a) <p>(s) within a table cell
This will remove the unwanted space above or/and under a paragraph
*/
* > p {
	margin-top:0px;
	padding-top:0px;
}

p.last {
	margin-bottom:0px;
	padding-bottom:0px;
}
/*
END
******/

input.ignore {
	width:auto;
}
