* {
	font-size: 14pt;
}

.cards-field {
	/*background: #bebebe;*/
}

.cards-field img {
	border-radius: 16px;
	margin-left: 2px;
	margin-top: 2px;
}

.settings {
	padding: 24px;
}

.settings form {
	padding: 16px;
	border-radius: 8px;
	border: 4px solid #ddd;
	width: 600px;
}

.image-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 2;
	cursor: pointer;
}

.image-overlay .image-container {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 50px;
	color: white;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
}

.image-overlay img {
	max-height: 100vh;
	height: 1071px;
}

.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Old versions of Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none;
	/* Non-prefixed version, currently
    supported by Chrome, Opera and Firefox */
}

