@charset "utf-8";
/* CSS Document */
.popover {
border: 10px solid #000;
width: auto;
height: auto;
background: #000;
margin-top:55px
}
.popover-content {
padding: 10px;
background: #fff;
width: 100px;
height: 50px;
}

.popover-title{display:none}