body
{
	padding: 10px;
	margin: 0;
	font-family: 'Proxima Nova';
	font-size: 12pt;
}

.Content
{
	width: 100%;
}

.Content h1
{
	text-align: center;
}

.VehicleList,
.VehicleInfo
{
	margin-bottom: 25px;
}

.VehicleInfo table
{
	width: 800px;
	margin-bottom: 25px;
}

.VehicleInfo th,
.VehicleInfo td
{
	height: 30px;
}

table.LeaseInfo
{
	width: 450px;
}

.LeaseInfo th.Centered
{
	text-align: center;
}

.LeaseInfo tr:nth-child(odd),
.LeaseStats tr:nth-child(odd)
{
	background-color: #e2efda;
}

.LeaseInfo tr:nth-child(even),
.LeaseStats tr:nth-child(even)
{
	background-color: #ffffff;
}

.LeaseInfo th.Header,
.LeaseStats th.Header,
.Log th
{
	color: #ffffff;
	background-color: #5b9bd5;
}

.LeaseStats th,
.LeaseStats td
{
	text-align: center;
}

.LeaseStats th.BorderLeft,
.LeaseStats td.BorderLeft
{
	border-style: solid;
	border-color: #cccccc;
	border-width: 0 0 0 1px;
}

.LeaseStats th.BorderRight,
.LeaseStats td.BorderRight
{
	border-style: solid;
	border-color: #cccccc;
	border-right-width: 1px;
}

.LeaseStats th.Left
{
	text-align: left;
}

.Log tr:nth-child(odd) td
{
	background-color: #ffffff;
}

.Log tr:nth-child(even) td
{
	background-color: #e2efda;
}

.MileageLog
{
	max-height: 325px;
	overflow-y: auto;
}
