/**
  ---------------------------------------
  Close Brothers | Print CSS Style
  by blueend web:applications GbR
  ---------------------------------------

  Color Palette:
  blue dark:    #00385C
  blue medium:  #B3CCDB
  blue bright:  #E2EDF3

**/

/* HIDE FOR PRINT */
div.system_nav,
div.navigation_top,
div#info_bar,
div#teaser,
div#sidebar,
div#footer
{
 display: none;
}

body,
div#container,
div#main,
div#content
{
	width: auto !important;
	height: auto !important;
	background: #FFF !important;
	background-image: none !important;
	padding:0 !important;
	margin:0 !important;
	float: none !important;
	display: block !important;
	overflow: visible !important;
}

body
{
	margin: 2%;
}

div.transaction_list
{
 display: block;
 width: auto !important;
}

div.transaction_box
{
	overflow: visible !important;
	page-break-after: inherit;
	page-break-inside: avoid;
	float: left;
	clear: none;
	display: inline-table;
}


div.logo
{
	border-bottom: 2px solid #00385C;
	margin-bottom: 10px;
	width: 99%;
}

div.teaser
{
	display: none;
}

.no_print
{
  display: none !important;
}

div.transaction_container
{
	width: 150px !important;
	page-break-inside: avoid;
}
