@charset "utf-8";
/* CSS Document */

.jwl_qr_box {
	border:1px solid #ddd;
	margin-top:30px;
	width:100%;
	display: inline-block;
}
.jwl_qr_header {
	height:20px;
	border:1px solid #ddd;
	padding:5px;
	padding-bottom: 15px;
}
.jwl_qr_header_text {
	font-weight:bold;
	font-size:18px;
	margin-left:10px;
}
.jwl_qr_main {
	padding:10px;
}
.jwl_qr_image {
	margin-right:20px;
	width:75px;
	float:left;
}
.jwl_qr_content {
	width:100%;
}

/* Used to hide the QR Code from widgets created with UTMCE PRO used in the sidebar area */
/* It has something to do with the content filter.. and both using the same filter */
#secondary .jwl_qr_box {
	display:none;
}
/* Same again, this time with widgets that are shown in posts/pages as shortcodes instead of content */
.jwl-utmce-widget .jwl_qr_box {
	display: none;
}