/* overlaylib.css version 001 jess © 2019 beat29 */
/* LOGIN FORM */
#e_target { 
	display:none; 
	position:fixed; 
	z-index:100000; 
	top:0; 
	left:0; 
	width:100%; 
	height:120%; 
	background-color:rgba(0, 0, 0, 0.75);
	box-sizing:border-box;
}
div.mfl_button_close {
	position:absolute;
	z-index:5;
	right:2px;
	top:0px;
	width:35px;
	height:35px;
	font-size:1.6rem;
	font-weight:bold;
	text-align:center;
	border-radius:30px;
	line-height:120%;
	cursor:pointer;
	box-sizing:border-box;
}
.std_flex_flame {
}
.std_flex_name {
}
.std_flex_value {
}




@media screen and ( min-width: 980px )  {

}

@media screen and ( max-width: 979px ) {

}

@media screen and (max-width: 880px) {
#e_target { 
	font-size: 0.8em !important;
}
}

@media screen and (max-width: 750px) {
}

@media screen and (max-width: 640px) {
}

@media screen and (max-width: 550px) {
}

