#reader__header_message {
	border-top: 1px solid rgb(255, 255, 255) !important;
	background: rgba(183, 183, 183, 0.14) !important;
	color: rgb(181, 181, 181) !important;
}

#reader {
	border: 1px solid silver;
}

#reader__camera_permission_button {
	padding: 10px 25px;
	font-size: 15px;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	border-radius: 5px;
	border: none;
	background: rgb(116, 0, 255);
	color: #fff;
}

#reader > div:first-child img {
	display: none;
}