.procast-player{clear:both !important;background:#E4F1F8;height:auto;min-width:200px;width:96%;max-width:325px;padding:20px 0 10px 0;margin:10px auto;}
.procast-player .clear{clear:both !important;}
.procast-player .artwork{background:#69CCFF;height:68px;}
.procast-player .artwork img{float:left !important;width:80px !important;height:80px !important;margin:-6px 0 0 10px !important;}
.procast-player .artwork .title{float:left;width:70%;padding:1px;display:table;}
.procast-player .artwork .title_des{font-family:Open Sans; font-weight:bold !important;text-transform:uppercase !important;color:#FFFFFF;text-align:center !important; border:none !important;line-height:1.2em;display:table-cell;width:100%;vertical-align:middle;height:68px; font-size: 15px; padding: 0px;margin: 0px;}
.procast-player .procast_audio{clear:both;margin:10px auto;width:92%;}
.procast-player .procast_audio audio{width:100%;}
.procast-player .episode{width:92%;font-family:Open Sans;font-weight:bold !important;font-size:15px !important;color:#7A8184 !important;text-align:center !important;margin:0px auto !important;}
.procast-player .subscribe{width:92%;margin:0px auto;font-size:20px;color:#7A8184;text-align:center;font-family:Open Sans;}
.procast-player .procast-links{text-align:center; width:92%;margin:13px auto 20px auto;}
.procast-player .procast-links a{font-family:Open Sans;font-weight:bold;background:#69C4F0;margin-right:1%;width:auto;padding:1.5% 1.9%;text-decoration:none;color:#000;font-size:17px;opacity:1.0;}
.procast-player .procast-links a:last{margin-right:0px;}
.procast-player .procast-links a:hover{opacity:0.6;text-decoration:none !important;}
.procast-player .procast{font-family:Open Sans;width:92%;font-size:13px;margin:0px auto;font-weight:bold;text-align:center}
.procast-player .procast a{text-decoration:none;color:#006AA1;}

.procast-player .procast_social_icons{width:92%;text-align:center;margin:0px auto;height:38px;}
.procast-player .procast_social_icons  li{width:25%;margin:0px;list-style-type:none;float:left;opacity:1.0;}
.procast-player .procast_social_icons  li a{background:none !important;}
.procast-player .procast_social_icons  li:hover{opacity:0.6}
.procast-player .procast_social_icons  li img{width:100%;max-height:39px;}

.procast-rating{
	text-align: center;
	width: 100%;
	margin: 10px auto;
	height:auto;
	line-height:24px;
	font-family: Open Sans;
	font-size: 15px;
	font-weight: bold;
}

.procast-rating span {
	background: url(../images/fullstar.png) no-repeat;
	padding: 1px 12px;
	background-size: 95%;
	cursor:pointer;
	opacity:0.4;
}

.procast-rating span.active{
	opacity:1;
}

.procast-rating span.half-active {
	background: url(../images/halfstar.png) no-repeat;
	opacity:1;
	background-size: 95%;
}