/***
 * These CSS rules will be applied to elements at level 1 (start pages).
 */

/**
 * We need these paddings that all comluns are on same level
 */

#portal-column-one { 
padding-top: 7px ! important;
}
#portal-column-two { 
padding-top: 7px ! important;
}

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;*/
}

