.percentage_stat {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.percentage_bar {
    display: inline-block;
    height: 25px;
    width: calc(100% - 200px);
    position: relative;
    border: solid 1px #000;
    border-radius: 2px;
}

.percentage_bar_fill {
    height: 100%;
    position: absolute;
    background: #F0BA45;
}

ul.rating_stars{
	list-style:none;
}

ul.rating_stars li{
	display:inline-block!important;
}

.unlit:before {
	content: '\f005';
	font-family: FontAwesome;
	font-size: 1.3em;
	color: #fff;
	background: #eaeaea;
	padding: 3px;
	margin: 0 2px;
	border-radius: 4px;
}

.lit:before{
	content: '\f005';
	font-family: FontAwesome;
	font-size: 1.3em;
	color: #fff;
	background: #F0BA45;
	padding: 3px;
	margin: 0 2px;
	border-radius: 4px;
}

li.lit, li.unlit{
	margin-bottom:0!important;
}