.popover {
	background-color: #fff;
	border: 1px solid rgba(30, 107, 164, 0.5);
	
}
.popover-header {
	background-color: rgba(30, 107, 164, 1.0);
	color: white;
	font-weight: bold;
	font-size: 0.8em;
}
.popover-body {
	color: rgba(30, 107, 164, 1.0);
}

.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
	/*right: 1px;*/
	/*border-left-color: rgba(30, 107, 164, 1.0);*/
}
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
	/*left: 1px;*/
	/*border-right-color: rgba(30, 107, 164, 1.0);*/
}
