.who_plays h2{font-size: 18px;color:black;text-transform:uppercase;background: url(images/raw.png) 50% 100% no-repeat ;padding-bottom:34px;
	font-weight:normal;
}
.who_plays{
	text-align:center
}
.who_plays .role{
	color:#6C0007;
	font-size:16px;
	font-weight:bold;
	margin-bottom:8px;
}
.who_plays a.person,.who_plays span.person{
	text-shadow: 0.4px 0.4px 0.3px black;
	margin-top: 5px;
	font-size:12px;
	text-transform: uppercase;
	display:block;
	text-decoration:none;
	color:#323639;
}
div.solo_play{
	margin-bottom:15px;
	padding-bottom: 14px;
	background:url(images/line.png) 50% 100% no-repeat;
}
div.last {
	background: none!important;
}

#rightcol .who_plays .person {
	display: inline;
	padding-right: 5px;
	white-space: nowrap;
}

#rightcol .who_plays .person:last-child {
	padding-right: 0;
}

#rightcol .who_plays .person:after {
	content: ', '
}

#rightcol .who_plays .person:last-child:after {
	content: '';
}

div.solo_play .role small {
  color: #444;
  font-size: 85%;
  font-style: italic;
  font-weight: normal;
}
