BODY { 
	padding-right: 14em; 
}

SUP {
	color: gray;
	font-size: .66em;
}

.table_w_margin {
	width: calc(100% - 2em);
	margin: 1em;
}

.msg {
	position: absolute !important;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

#find_btn, INPUT.filter {
	height: 28px;
	width: 8em;
	text-align: center;
}

#menu_main::before {	
	content: '';
	background: url('../logo.png') transparent no-repeat center;
	background-size: contain;
	width: 150px;
	height: 60px;	
	display: block;
	margin: .5em auto 1em;
}

DIV.div_filters LABEL {
	position: absolute;
	margin-top: -.8em;
	font-size: 9px;
}

.done {
	color: #02a213;
}

@media screen and (max-width:600px) {
	BODY { padding: 5em .5em 1em .5em; font-size: .75em; }
	
	DIV.box { padding: .5em .25em 1em .25em; margin: .25em; }
	
	#login_div {  padding: 2em; margin: auto; }
}

