/*Tables*/
#cob-contents table {
	margin:0px 0px 0px 0px  ! important; /* cob-contents tables have a large left margin. This fix removes that margin */
   }
#cob-contents ul {
	margin:0px 0px 0px 0px  ! important; /* cob-contents tables have a large left margin. This fix removes that margin */
   }
#cob-contents p {
	margin:0px 0px 0px 0px  ! important; /* cob-contents tables have a large left margin. This fix removes that margin */
   }
#fix_firstTable td {
	border: 0px none ! important;  /* cob-contents tables have borders. This fix removes them for this table. */
}

