html,body {height: 100%;width:100%;position:relative;}
td {padding: 0 1em;}
button[data-stamp] {margin-right: 5px;}
.container-xsmall {max-width: 360px;margin: 0 auto;height: 100%;}
.btn-block {
	width: 100%;
	height: 58px;
}
.form-floating label {
	white-space: nowrap;
}
.spinner .bi {
	animation:  2s infinite linear;
	
}
.autocomplete {
	position: absolute;
	
	padding: 1em;
	background: #fff;
	border: 1px solid #999;
	border-radius: 5px;
	font-size: 125%;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.autocomplete:empty {
	display: none;
}