﻿
table.CareerPathContainer {
	width: 100%;
}

table.CareerPathContainer td {
	white-space: normal;
}

.CareerPathContainer td h3 {
	background: #c0c5d7; 
	padding: 3px 10px;
	color: #000;
}

table.CareerPathContainer td.CareerPathTreeContainer {
	width: 32%;
	font-size: .85em;
	border: 1px solid #ccc;
}

table.CareerPathContainer td.CareerPathTreeSeparator {
	width: 20px;
}

div.CareerPathTree div td a {
	display: block;
	margin-bottom: 10px; 
}



