table.outside { 
	font-size: 0.9em;
	width: 100%;
	background: #edfdff;
}
table.trucklist {
	font-size: 0.9em;
	border-collapse: collapse;
	width: 100%;
	background: #faffff;
	border: solid 2px #72aabb;
}
th {
	padding: 3px 1px;
	border: none;
}
th.truck {
	background: #72aabb;
	color: white;
}
td {
	padding: 3px 8px;
	border: none;
}
td.trnum {
	text-align: center;
	vertical-align: top;
	border-bottom: solid 1px #72aabb;
}
td.trname {
	font-size: 1.3em;
}
td.trinfo {
	border-bottom: solid 1px #72aabb;
}
td.cd_title {
	color: #ffffff;
	background: navy;
}
span.cd_type {
	font-size: 0.8em;
}
span.cd_title {
	font-weight: bold;
	font-size: 1.7em;
	margin-bottom: 0px;
	padding-bottom: 0px;
	width 100%;
}
span.cd_desc {
	font-size: 1em;
}
.top {
	vertical-align: top;
}
