/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 13 2023 | 12:10:14 */
.qrcode{
	width:100px;
	position:fixed; 
	right:0px;
	top:300px;
	background:#4D8F4D;
	padding:4px;
	padding-bottom:8px;
	z-index:1000;
	color:#fff!important;
	font-size:14px;
	text-align:center;	
}

.qrcode-ab{
	position:inherit!important;
}

.qrcode img{
	width:100%;
	margin-top:5px;
}


@media only screen and (min-width:700px){
	.qrcode{
		width:100px;
		font-size:16px;
	}
}


@media only screen and (min-width:1000px){
	.qrcode{
		width:160px;
		font-size:16px;
	}
}

