.button-stuff:hover {
    background-color: brown;  /* style for on mouse */
}

.with-hand {
   cursor: pointer;
   }
   
@media (max-width: 1440px) {
	.hide-hl vaadin-horizontal-layout { 
	  display: none;
	}
	
	.hide-tf vaadin-text-field { 
	  display: none;
	}
	.dynamic-width {
		max-width: 70px;
	}
}

@media (min-width: 1441px) {
	.show-icon iron-icon { 
	  display: none;
	  
	}
	
html { --lumo-font-family: 'monsters_attackregular'; }
}