.docstar-comment-panel {
	position:relative;
}

.docstar-comment-panel .ds-stars {
	width:88px;
}

.docstar-comment-panel .ds-stars .starz img {
	display:block;
}

/* Physician Stars/Bars */
.docstar-comment-panel .overall {
	margin-bottom:2.2rem;
}


.docstar-comment-panel .overall ul li {
	line-height:1;
	margin-bottom:.278rem;
}


.docstar-comment-panel .bar {
	width:6.67rem;
	border:1px solid #eeeeee;
	position:relative;
	height:.889rem;
	margin:0 .278rem;
}

.docstar-comment-panel .bar .bar-fill {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	background-color:#f0d283;
}

/* Comments List */
.docstar-comment-panel .comments-cont {
	
}

.docstar-comment-panel .comments-cont ul li  {
	padding-bottom:1.11rem;
	border-bottom:1px solid #eeeeee;
}

.docstar-comment-panel .comments-cont .ds-distribution ul li  {
	padding-bottom:0;
	border-bottom:none;
	padding-top:0;
}
.docstar-comment-panel .comments-cont ul li + li {
	padding-top:1.11rem;
}

.docstar-comment-panel .comments-cont ul li .ds-stars-cont {
	width:20%;
}

.docstar-comment-panel .comments-cont ul li .ds-stars-cont span {
	display:block;
	line-height:1;
}

.docstar-comment-panel .comments-cont ul li .comment {
	width:80%;
}

/* Responsive Width 500px */
@media screen and (max-width: 500px) {
	.docstar-comment-panel .comments-cont ul li .comment {
		padding-left: 1em;
	}
	
	.physician-star > *{
		display:flex;
		flex-direction:column;
	}

	
	
}