/** Fix Readbar above the dropdown elements */
.readingProgressbar{
	z-index: 1 !important;
}

/** Fix horrible kk-star-rating display */
.kk-star-ratings{
	background-color: #e0f1f1;
	padding: 1rem;
	border-radius: 5px;
	display: flex;
	flex-direction: column-reverse;
}

.kk-star-ratings .kksr-legend{
	margin-bottom: 1rem;
}

.kk-star-ratings .kksr-legend .kksr-muted{
	font-size: 1.1rem !important;
	line-height: 1.3rem !important;
	opacity: 1 !important;
	display: block !important;
}