#mlfc_loading {
	display: none;
	border: 1px solid black;
	background-color: lightblue;
	position: fixed;
	top: 0px;
	left: 0px;
	padding: 10px;
}

#mlfc {
	position:absolute;
	left: 82%;
	top:35px;
	width: 30px;
	overflow: hidden;
	height: 125px;
}

#mlfc_over {
	position:absolute;
	left: 82%;
	top:35px;
	width: 30px;
	height: 125px;
	z-index: 2;
}
