@CHARSET "UTF-8";

.statusFeedrank
{
	display: block;
    border-radius: 3px;
	border: 1px solid #CCC;
	padding: 5px;
}



.internal-bx
{
	display: block;
	font-size: 90%;
	margin-top: 5px;
}

.stars-count
{
	display: block;
	width: 20%;
    float: left;
}

.vote-rank
{
	display: block;
	width: 10%;
	float:left;
}

.progresbar
{
	display: block;
	background-color: gray;
	width: 60%;
	float: left;
	margin-left: 3%;
	margin-right: 3%;
	
}

.progresbar div {
   background-color: orange;
  /* width: 40%;   */
    height: 2ex;*
   border-right: 1px solid white;
}