/* CSS Document */

.whatsapp_qr_container {
    width: 160px;
	height: 50px;
	position: fixed;
	padding-top: 1px;
	right: 0;
	top: 181px;
	background-color: #00A042;
	border-radius: 8px 0px 0px 8px;
	border-width: 1px;
	border-color: white;
	border-style: solid;
	border-right: none;
	z-index: 997"
}
.whatsapp_qr_container div {
    width: 100%;
}
.whatsapp_qr_container .whatsapp_qr_header {
    background-color:#d3d3d3;
    padding: 2px;
    cursor: pointer;
    font-weight: bold;
}
.whatsapp_qr_container .whatsapp_qr_content {
    display: none;
  	width: 160px;
	height: 160px;
	position: fixed;
	padding-top: 1px;
	right: 0;
	top: 220px;
	background-color: #00A042;
	border-radius: 0px 0px 0px 8px;
	border-width: 1px;
	border-color: white;
	border-style: solid;
	border-right: none;
	border-top: none;
	z-index: 996"
}