.unselected_rec_image {
	float:left;
}
/* top right bottom left */
.unselected_rec_image img {
	margin: 20px 1px 5px 1px;
}

.selected_rec_image {
	float:left;
	background-color:#ff6600;
}
.selected_rec_image img {
	margin: 4px 1px 4px 1px;
}

.rec_images_container {
	clear:both;
	height:110px;
	width:100%;
}
.rec_images_container_phillip {
	clear:both;
	height:140px;
	width:100%;
}

.comment_rec_image {
	float: left;
	padding-right: 17px;
}
.comment_rec_image img {
	margin: 5px 0 11px 0;
}

.rec_text {
	height:36px;
	line-height:18px;
	margin-left:20px;
}

.rating_span {
	color:#f0f0f0;
	font-weight:bold;
}

.rating_rec_text {
	font-family:sans-serif;
	font-weight:bold;
	vertical-align:middle;
	margin-left:5px;
}

.piechart {
	float:left;
	clear:both;
	width:100%;
	text-align:center;
}
.piechart img {
	margin: 20px 5px 20px 5px;
	border:none;
	padding: 0 0 0 0;
}

.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}

blockquote {
	display:block;
	margin: 1.12em 0;
	margin-left: 40px;
	margin-right: 40px;
	background-color:gray;
}

.tip {
	position:absolute;
	visibility:hidden;
	top:0px;
	left:0px;
	width:120px;
	z-index:100;
	background:#292929;
	text-align:center;
	margin:0px;
	padding:5px;
	border: 1px solid #262626;
	color:#bbbbbb 
}

.progress {
	width: 100%;

	height: 25px;

}
.progress-wrap {
	margin: 20px 0;
	overflow: hidden;
	position: relative;
}
.wrap-5 {
	background: #347034;
	background-image: url("https://media.runthinkshootlive.com/admin/excerpt-bars/play-it-now-bar.png");
}
.wrap-4 {
	background: #7C8F3E;
	background-image: url("https://media.runthinkshootlive.com/admin/excerpt-bars/play-later-bar.png");
}
.wrap-3 {
	background: #9D8849;
	background-image: url("https://media.runthinkshootlive.com/admin/excerpt-bars/maybe-bar.png");
}
.wrap-2 {
	background: #A16B3F;
	background-image: url("https://media.runthinkshootlive.com/admin/excerpt-bars/think-twice-bar.png");
}
.wrap-1 {
	background: #9D4E47;
	background-image: url("https://media.runthinkshootlive.com/admin/excerpt-bars/avoid-it-bar.png");
}

.progress-bar {
	background: #292929;
	left: 0;
	position: absolute;
	top: 0;
}

.under-bar {
  width: 100%;
  }

.bar-text{
    width: 19%;
    display: inline-block;
    font-size: 15px;
    color: #bbb;
    font-family: "Lucida Console", san-serif;
    text-align: center;
  font-weight: bold;
}


.text-ai {color: #9D4E47;}
.text-tt {color: #A16B3F;}
.text-mb {color: #9D8849;}
.text-pl {color: #7C8F3E;}
.text-pn {color: #347034;}
