.popover {
	position: absolute;
        top:     -20px;
        left:    100px;
	border:        2px solid rgb(40,40,40);
        min-width:     200px;
        max-width:     300px;
	min-height:    80px;
	background-color: white;
        box-shadow:    rgba(50,50,50,0.75) 1px 1px 10px 0px;
        border-radius: 3px;
        outline: none;
        z-index: 999;
	text-align:  left;
}

.part_qr a {
	padding-left: 8px;
	font-size:   14px;
        font-weight: bold;
        line-height: 25px;
}

.part_qr img {
	position: absolute;
	top:      2px;
	right:    8px;
	height:  20px;
}
.part_qr .short_desc {
	padding: 5px 5px 5px 5px;
	font-size:  12px;
	line-height: 1em;

}
.part_qr .bottom {
	padding: 5px 5px 5px 5px;
}
.part_qr .uses {
       padding: 0 7px;
}

