/* CSS Document */

.circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  background: #E12D32
}
.libretto-section{
	padding: 10px 0px;
	border-bottom: 1px solid #ccc;
}
.libretto-course-name{
	font-weight: bold;
	font-size: 120%;
}
.libretto-detail{
	/* border-radius: 4px; */
	transition: opacity 0.15s linear;
	opacity: 1;
	border: 2px solid #DDDDDD;
	padding: 10px;
	margin: 10px;
	background-color:#FFFFFF;
	float:right;
}
dd.detail-popup {
	padding-bottom:5px;
}
.libretto-detail-subtitle {
	padding-bottom:5px;
	font-weight: bold;
}
.circle-small {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	font-size: 18px;
	color: #fff;
	line-height: 50px;
	text-align: center;
	background: #E12D32
  }