form{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
thead th{
	position:sticky;
	top:-1px;
}
td img{
	cursor: pointer;
	width:30px;
}
footer{
	text-align: center;
	padding:15px 0px;
}
.attentionMessages{
	position:fixed;
	right:10px;
	bottom:10px;
	z-index:50;
	margin-bottom:0;
}
.limitedWidth{
    max-width:300px;
    word-wrap:break-word;
}
html{
	scroll-behavior: smooth;
}
@media screen and (max-width: 768px),
handheld {
	.attentionMessages{
		left:10px;
		top:10px;
		height:60px;
	}
}