/* Remove unwanted elements */
#header,
#toolbar,
#footer,
#topic_edit_left_column_wrapper,
#page_total,
#last_page,
.noprint,
div.push_message,
div.message,
div.modified_leaf,
div.modified_book,
div.page_nr,
div.page_view_left,
div.page_view_right,
span.previous_arrow_disabled,
span.next_arrow_disabled,
div.edit_label,
div.footer_scroll_view
{
display: none !important;
}

/* Ensure the content spans the full width */
div.wrapper, #note, div.note, div.section
{
	width: 100%;
	margin: 0;
	float: none;
	display: inline;
}
div.section{
/*
	border-top: solid #444 1px;
*/
	display: block;
}
.placeholder {visibility:hidden;}
.your_class { page-break-after: always; }

leaf.leaf,
div[id*='topic_'],
#facing_pages
{
	height: auto !important;
	color: #000 !important;
}
div[id*='body_diff_'] hr
{
	height: 1px !important;
	color: #000;
}
td +td {
	border-left: 8px solid #fff !important;
}

/* Change text colour to black (useful for light text on a dark background) */
.lighttext
{
color: #000 
}

/* Improve colour contrast of links */
a:link, a:visited
{
color: #781351
}

@media print and (orientation: landscape) {
    /* landscape styles */
img.carr_image{
	max-height: 400px !important;
}
}
