.course-overview .pane {
	padding: 8px;
}
.course-overview .pane div {
	background-color: #e0edf0;
	padding: 8px;
	height: 91px;
	overflow: hidden;
}
	.course-overview .pane div img {
		float: left;
		margin-right: 16px;
		width: 75px;
		height: 75px;
	}
	.course-overview .pane div:hover {
		cursor: pointer;
		background-color: #0a6279;
	}
		.course-overview .pane div:hover * {
			color: #fff;
		}
		.course-overview .pane div h3 {
			height: 27px;
			line-height: 1.1;
			overflow: hidden;
			margin: 0;
		}
		.course-overview-notice {
			font-size: 12px;
			font-style: italic;
		}