.movie_rating {
	display: inline-flex;
	justify-content: center;
	align-items: center;	
	background: #404040;
	font-size: 100%;
	color: #fff !important;
	border-radius: 3px;
	padding: 3px 5px 3px 5px;
	margin: 5px 0px;
	text-decoration: none;
}

.movie_rating:hover {
	text-decoration: none;
}

.digits_rating {
	display: inline-block;
}

.rff_letter1 {
	color: #0caedf;
}

.rff_letter2 {
	color: #ffc300;
}

.imdb {
	color: #f5c518;
}

.numvotes {
	font-size: 60%;
	color: #909090;
}

.sc_letter {
	color: #fe4164 !important;
}

.gender_scale {
	display: inline-block;
	width: 100%;
	height: 2px;
}

.snv_scale {
	display: inline-block;
	width: 10%;
	height: 2px;
}

.snv_scale_wrap {
	display: flex;
	width: 10px;
	line-height: 2px;
	height: 2px;
}

.snv_list {
	display: inline-flex;
	align-items: flex-start;
	flex-direction: column;
	background: #505050;
	border-radius: 2px;	
	padding: 2px;
}

.snv_list div {
	margin: 0px 0px 2px 0px;	
}

.snv_list div:last-child {
	margin: 0px;	
}

.level {
	position: relative;
    padding: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
	line-height: 1.5em;
	background: #303030;
}

.level_text {
	font-weight: bold;
	color: black;
}

.level_box {
	position: absolute;
	min-width: 1px;
	display: inline-block;
	height: 10px;
}

.level_empty {
	background: rgba(255,255,255,0.1);
}

.level_0_hor, .level_0 {
	background: #202020;
}

.level_1_hor {
	background: linear-gradient(to right, #008000, #dfff04);
}

.level_1 {
	background: #dfff04;
}

.level_2_hor {
	background: linear-gradient(to right, #dfff04, #ffff00);
}

.level_2 {
	background: #ffff00;
}

.level_3_hor {
	background: linear-gradient(to right, #ffff00, #ffec03);
}

.level_3 {
	background: #ffec03;
}

.level_4_hor {
	background: linear-gradient(to right, #ffec03, #ffbf00);
}

.level_4 {
	background: #ffbf00;
}

.level_5_hor {
	background: linear-gradient(to right, #ffbf00, #ffb004);
}

.level_5 {
	background: #ffb004;
}

.level_6_hor {
	background: linear-gradient(to right, #ffb004, #ff8000);
}

.level_6 {
	background: #ff8000;
}

.level_7_hor {
	background: linear-gradient(to right, #ff8000, #ff7103);
}

.level_7 {
	background: #ff7103;
}

.level_8_hor {
	background: linear-gradient(to right, #ff7103, #ff4000);
}

.level_8 {
	background: #ff4000;
}

.level_9_hor {
	background: linear-gradient(to right, #ff4000, #ff3601);
}

.level_9 {
	background: #ff3601;
}

.level_10_hor {
	background: linear-gradient(to right, #ff3601, #ff0000);
}

.level_10 {
	background: #ff0000;
}

.level_0_txt {
	color: #202020;
}

.level_1_txt {
	color: #dfff04;
}

.level_2_txt {
	color: #ffff00;
}

.level_3_txt {
	color: #ffec03;
}

.level_4_txt {
	color: #ffbf00;
}

.level_5_txt {
	color: #ffb004;
}

.level_6_txt {
	color: #ff8000;
}

.level_7_txt {
	color: #ff7103;
}

.level_8_txt {
	color: #ff4000;
}

.level_9_txt {
	color: #ff3601;
}

.level_10_txt {
	color: #ff0000;
}