.table
{
	font-size: .85em;
	color: #0009;
}
.table th
{
	font-weight: normal;
}

.preview-area img
, .preview-area canvas
{	
	width: 400px;
	max-width: 100%;
	min-width: 300px;
	/*height: calc(100vw / 2);*/
	object-fit: cover;
}

.hover-pointer {
  cursor: pointer;
}