/*------------------------------------------------------------------------------
Styles for Jumbo Hotfix books

If in the 'outputclass' field, there is already a style configured,
then add space and enter the required style name
------------------------------------------------------------------------------*/

/* ##############################################################################
   In a <table> with applied 'outputclass=Jumbo_Hotfix_Table':
   1) Controls the width of the 1st column (ID)
   2) Controls the width of the 2nd column (Product)
   ############################################################################## */
/* Width of the 1st column from the left*/
table.Jumbo_Hotfix_Table col:nth-child(1) {
    width: 150px;
}
/* Width of the 2nd column from the left*/
table.Jumbo_Hotfix_Table col:nth-child(2) {
    width: 200px;
}

/* ##############################################################################
   In 'NEW' label applies this style
   ############################################################################## */
.NEW_label
{
	color: #c63765;
	font-weight: bold;
}

/* ##############################################################################
   In 'UPDATE' label applies this style
   ############################################################################## */
.UPDATE_label
{
	font-weight: bold;
}