﻿/*****************used on the repair pages **********************/

.main-content-container
{
	margin: 1.5em 20px 1.5em 0px;
	line-height: 1.5;
}

.main-content-container DIV
{
    font-size: 1em;
}

		
.section-header
{
	font-size: 1.5em; /* 24/16 = 1.5 */
	font-weight: bold;
	font-style: italic;
	color: #286099;
	color: rgb(40,96,153);	
	margin-bottom: 0; /* 9/24 = .375 */
}
		
.section-header, .section-body, .section-separator, .section-disclaimer
{
	padding: .5em 1em 0em 1em;
}

.section-footer
{
	padding: 0em 1em;
	text-align: right;
}


div.info-select TD {
	background-color: transparent;
}


.info-select A, .info-select P, .info-select TABLE {
	font-size: 1em;
}


.tcodes tr:nth-child(odd) {
    background-color: #f4f9fc;
}
/******************************************************************/
