/*QR Reader Styles*/

#qr-reader-frame {
	display: flex;
	justify-content: center;
	align-items:  center;
	border-radius: 20px;
	margin: 0 auto;
}

#qr-reader-frame-button {
	/*display:  inline-block;*/
	background-color:  #5f8fb4;
	padding:  10px 20px;
	border-radius:  20px;
	color:  white;
	cursor:  pointer;
}

#qr-reader-frame iframe {
	margin-top:  -3px;
}
