.chart {
}

	.chart .department {
	}

		.chart .department .responsibilities li {
			list-style: disc;
		}

		.chart .department .job {
			padding-top: 10px;
			padding-left: 10px;
			background: #a2c4c8;
			border-radius: 20px;
			-webkit-border-radius: 20px;
			-moz-radius: 20px;
			padding: 10px;
			margin-top: 5px;
		}

			.chart .department .job .jobPositions {
				width: 100%;
				border-collapse: separate;
				border-spacing: 2px;
			}

				.chart .department .job .jobPositions .jobDescription {
					padding-left: 20px;
					padding-top: 2px;
					background: #bedde1;
					border-radius: 20px;
					-webkit-border-radius: 20px;
					-moz-radius: 20px;
					width: 400px;
					vertical-align: middle;
					font-weight: bold;
					text-align: left;
				}

				.chart .department .job .jobPositions .employees {
					vertical-align: top;
				}

					.chart .department .job .jobPositions .employees .employee {
						padding-left: 20px;
						background: #daf1f4;
						border-radius: 20px;
						-webkit-border-radius: 20px;
						-moz-radius: 20px;
						margin-top: 3px;
					}

#guides .guide {
	margin-bottom: 20px;
}

	#guides .guide > .header {
		margin-left: 50px;
		font-size: 160%;
		color: #1e6e88;
		font-weight: bold;
		border-bottom: 1px dotted #1e6e88;
		padding-bottom: 9px;
		padding-top: 15px;
	}

	#guides .guide > .text {
		margin-top: 10px;
		background: #e7f6f8;
		border-radius: 40px;
		-webkit-border-radius: 40px;
		-moz-radius: 40px;
		padding-left: 25px;
		padding-right: 25px;
		padding-bottom: 5px;
		padding-top: 5px;
	}

.rcDepartment {
	font-size: 140%;
	color: #1e6e88;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}

.rcDirector {
	display: inline;
	font-weight: bold;
}

.rcDirectorName {
	float: left;
	margin-right: 5px;
}

.rc7Name {
	display: inline;
}

.rcDep {
	left: 120px;
	color: #1e6e88;
	font-weight: bold;
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
}

.rcTitle {
	display: inline;
	font-weight: bold;
}

.rcBySchool {
	font-size: 120%;
	color: #1e6e88;
	border-bottom: 1px dotted gray;
	margin-top: 20px;
	margin-bottom: 20px;
}

.rcName {
	float: left;
	margin-right: 10px;
}

.rcAcademicLevel {
	float: left;
	margin-right: 10px;
	font-style: italic;
}

.rcMemberType {
	color: #1e6e88;
}

