﻿body, 
.content, 
#secondary 
{
	background: #fff; 
	color: #000; 
}

.main
{
	width: 100%; 
}

.print-heading
{
	border-bottom: solid 2pt #333; 
	display: block; 
	margin-bottom: .125in; 
	width: 100%; 
}
	.print-heading .company-name
	{
		font-size: 2em; 
		font-weight: bold; 
		float: left; 
		width: 50%; 
	}

.lang, 
.header, 
.primary-menu, 
.content .buttons, 
.content .actions, 
.secondary-menu, 
.copyright, 
.power, 
.vehicle-list  
{
	display: none; 
}

div.printer-friendly#locations
{
	float: right; 
	width: 48%;
}
	div.printer-friendly#locations li
	{
		list-style: none; 
	}
	div.printer-friendly#locations ul.locations
	{
	}
	div.printer-friendly#locations li.location
	{
		border: none; 
		clear: none; 
		float: right;
		width: 50%; 
	}
		div.printer-friendly#locations li.location .info
		{
			width: auto; 
		}
