.qr-code-container {
	border: 0.1cm solid #000;
	border-radius: 0.35cm;
	width: 3.7cm;
	height: 5.7cm;
	padding: 0.2cm;
	text-align: center;
	box-sizing: border-box;
	position: relative;
}

/*
.qr-code-container::before {
	content: '';
	position: absolute;
	bottom: 2.02cm;
	left: 50%;
	transform: translateX(-50%);
	width: 1cm;
	height: 1cm;
	z-index: 1;
    background-color: #fff;
    border-radius: 10px;
	background-image: url('/images/qrcode_logo.png');
	background-size: contain;
}*/

.qr-code-title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	width: 100%;
	margin: 0;
	font-size: 10px;
	background: #000;
	color: #fff;
	padding: 1px 5px;
	text-transform: uppercase;
	border-radius: 0 0 9px 10px;
	position: relative;
	top: -4px;
}

.qr-code-image {
    width: 128px;
    margin-bottom: 10px;
}

.qr-code-container canvas {
	width: 100%;
	position: relative;
	top: -1px;
}

.qr-code-container img {
    border-radius: 0;
    margin: 0;
}

.qr-download {
    margin: 12px auto 0px;
}

.qr-download > span {
    display: inline-block;
    margin-left: 8px;
}