html{
	overflow-y: scroll!important;
}


a {
  color: inherit; /* blue colors for links too */
  text-decoration: inherit; /* no underline */
	cursor:hand!important;
	cursor:pointer!important;
}

.clear{
	clear:both;
}
.hand{
	cursor:hand;
	cursor:pointer;
}
.cropped { 
	object-fit: cover;
}
.text-center{
	text-align:center;
}

#eco_grid_info{
	position: fixed;
	top: 0;
	right: 0px;
	background-color: red;
	padding: 2px 10px;
	font-family: verdana;
	font-size: 12px;
	color: white;
	z-index:999999999;
}

.unset_width{
	width:unset!important;
}

img {
  -moz-user-select: none!important;
  -webkit-user-select: none!important;
  -ms-user-select: none!important;
  user-select: none!important;
  -webkit-user-drag: none!important;
  user-drag: none!important;
  -webkit-touch-callout: none!important;

}



.full{
	width:100%;
}


.realative{
	position:relative;
}


.spacer40{
	width:100%;
	height:40px;
}

button:focus {outline:0;}