.popover {
    font-family: 'Open Sans', sans-serif;
    max-width:350px;
    min-width:335px;
}

.popover .title,
.popover .text-left {
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.popover .title {
	font-size: 16px;
	color: #4f4f4f;
    font-weight: 600;

}

.popover .text-muted {
	font-weight: 600;
}

.popover .category {
	margin: 6px 0;
}

.popover .box-tb {
    display: block;
    text-align: center;
}

.popover .box-tb a.btn:first-child {
    border-left: 1px solid #eee;
    float: left;
}

.popover .box-tb .btn + .btn {
	float: right;
}

.popover .btn {
	width: 48% !important;
	border: 1px solid #eee;
}

.popover .btn.btn-orange {
	color: #fff;
}

.popover .arrow-style > li {
  list-style-type: none;
  position: relative;
  padding-left: 15px;
}
.popover .arrow-style > li:before {
	content: "\25BA \0020";
	font-size: 10px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.popover span.label.label-warning {
	position: relative;
    margin-left: 20px;
    top: -2px;
    font-size: 10px;
    background-color: #F3D609;
    color: #4f4f4f;
}

.popover span.label.label-warning::before {
    content: '';
    display: inline-block;
    width: 0px;
    height: 0px;
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-bottom: 9px solid transparent;
    border-right: 11px solid #F3D609;
    position: absolute;
    top: 0px;
    left: -10px;
}