#enot_lb {
	width: 80%;
}
#enot_lb_out {
	background-color: rgb(206, 206, 206);
	margin: 0;
	height: 10px;

	border-radius: 30px;
}
#enot_lb_in {
	background-color: rgb(45, 119, 229);
	transition: width 0.5s;
	height: 100%;

	border-radius: 30px;
}