/* I am a print stylesheet! */

#wrap
{
font:normal 12px Arial,Helvetica,sans-serif;
}
#header,#nmenu,#navbar,.btn,form,#footer,#wp_footer,.car_history h1,.backlink,.update_details,.report_print,.back_to_top,#thank_you,#print_share,#historycheck_report_print,#build_report_load,#update_report,#mc_modal_bg,#mc_modal,.dog_ear,.back_link,.prv,.nxt
{
display:none;
}
a:link,a:visited,a:active
{
color:#000;
text-decoration:none
}
a img
{
border:0;
}
#graph
{
text-align:center;
}
table
{
width:100%;
}
.tbl_right,.tbl_left
{
width:48%;
padding-bottom:18px;
}
.tbl_left
{
float:left;
}
.tbl_right
{
float:right;
}
#left h1 
{
color:#021018;
font:bold 23px Arial,Helvetica,sans-serif;
}
h3
{
clear:both;
}
#left .inf 
{
border-top:3px solid #000;
color:#353535;
font:14px Arial,Helvetica,sans-serif;
padding-top:12px;
}
.rprt td
{
text-align:left;
font:12px/20px Arial,Helvetica,sans-serif;
}
.tdates td
{
border-bottom:2px solid #000;
}
.vh th
{
border-bottom:1px solid #000;
}
.section_pretty_tbl td
{
width:25%
}
th
{
text-align:left;
width:50%;
}
.indc
{
width:93px;
}
.mth
{
width:63px;
}
.rprt th.tab-ttl
{
text-align:left;
width:100%;
}
.rprt .tab-ttl h2
{
font:14px Arial,Helvetica,sans-serif;
padding-left:15px;
}
.rprt .ttl
{
text-align:left;
font-weight:bold;
color:#24526B;
}
.sect_status_msg
{
clear:both;
}
.sect_status_msg p
{
margin:3px 0 1px 0;
}
#car_report_main h2
{
border-bottom:3px solid #000;
}

#car_report_main h3
{
border-bottom:1px solid #000;
margin-top:28px;
}
#report_summary,#vehicle_details1,#vehicle_identif,#vehicle_details2,#irish_fin,#stolen_vehicle_reg,#write_off,#odometer_reading,#owners,#usage,#nct,#road_tax,#auction,#recalls,#manufacturer_warranty,#safety_rating,#co2_rating,#vehicle_valuation
{
page-break-inside:avoid;
}

/**
	Residual Values app.
	Hide flash graph, but print printable-graph.
	@author David Doran
**/
#graph {
	display: none;
}
#printable-graph {
	display: block !important;
}