.quiz-sidebar {
	width: 270px;
	margin: 0 0 10px 10px;
	float: right;
	font-size: .9em;
	line-height: 155%;
	padding: 20px;
	border: 3px solid #ddd;
	border-radius: 6px;
	}

.quiz-sidebar h2 {
	font-size: 2em;
	}

.quiz-sidebar p.subhead {
	margin: 15px 0 0 0;
	line-height: 155%;
	}
	
.quiz-sidebar p {
	margin: 2px 0 10px 0;
	line-height: 135%;
	}

.quiz-sidebar-item {
	padding: 10px 0 35px 0;
	}
	
.quiz-sidebar strong {
	color: #000;
	}

.content {
	display:none;
	margin: 10px 0 10px 0;
	padding: 20px;
	background: #e5e5e5;
	border-radius: 8px;
	}

.quiz-sidebar img {
	margin: 0 0 8px 0;
	max-width: 270px;
	}

.expander {
	padding: 4px 12px;
	color: #fff !important;
	background: #04c;
	border-radius: 8px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	}

.expander:hover {
	background: #336699;
	text-decoration: none;
	}