/* The following two rules fix the title underline problem in IE.
 * Because of the floating document actions, IE is unable to render
 * the title (h1) underline property.
 */
#content h1 {
border: none ! important;
}
div.header-block {
border-bottom: 1px solid #000000;
}

/* The following rules are actually a copy from level 1. */
h1.firstHeading {
margin-top: 10px;
}
/* Remove the underlining also */
div.header-block {
border: none ! important;
}
#document-action-print {
display: none;
}
/* Create the border around the raised items */
#raised-item-container {
margin-top: 10px;
/*padding: 10px;
border: 1px solid #e3e0dc;*/
}

