.container {
    
height: 100%;
width: 100%;
max-width: 500px;
	margin: 1px;
		border-radius: 1px;
}

.container h1 {
	color: #ffffff;
}
.section {
	background-color: #ffffff;
	padding: 1px 1px;
/*	border: 1.5px solid #b2b2b2;
	border-radius: 0.25em;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);*/
}

#my-qr-reader {
	padding: 1px !important;
/*	border: 1.5px solid #b2b2b2 !important;*/
	border-radius: 1px;
}

#my-qr-reader img[alt="Info icon"] {
	display: none;
}


#my-qr-reader img[alt="Camera based scan"] {
	width: 100% !important;
	height: 100% !important;
}

button {
	padding: 10px 10px;
	border: 1px solid #b2b2b2;
	outline: none;
	border-radius: 0.25em;
	color: white;
	font-size: 15px;
	cursor: pointer;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #008000ad;
	transition: 0.3s background-color;


}

button:hover {
	background-color: #008000;
}

#html5-qrcode-anchor-scan-type-change {
	text-decoration: none !important;
	color: #1d9bf0;
}

video {
	width: 100% !important;
	height:100%;!important;
	border: 1px solid #b2b2b2 !important;
	border-radius: 0.25em;
}