/* Style the tab */
/* https://benkaminski.com/web-development-blog/customize-bootstrap-3-popovers-individually-using-css/ */
.popover {
	max-width: 300px;	
	html:true;
}
.popover-header  {
   	background-color: #f1f1f1;
    font-size: 15px;
}
.popover-body {
   	background-color: white;
/*    font-size: px; */
}
