#course-wrapper, .quiz-wrapper{
	align-items: stretch;
	display: flex;
	flex-flow: wrap;
	justify-content: center;
}

.course-viewer {
	background: white;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	padding: 10px;
}
.course-header {
	border-bottom: 1px solid #a0a0a0;
	font-size: 150%;
	height: 30px;
	line-height: 30px;
	padding-bottom:10px;
	text-align: center;
}

#course-content{
	padding-top: 10px;
}