.popover-content--capitalize {
    text-transform: capitalize;
}
.popover.bottom>.arrow {
	top:-10px;
}
.popover-title {
    margin-top: 0px !important;
    font-weight: normal;
}

.popover-content {
    font-size: 12px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}
.popover-content-section-wrap {
	padding: 8px 13px;
	min-width: 200px;
}
.popover-footer {
	padding: 8px;
	text-align: center;
}

.popover-content-section {

}
.popover-content-section__title {
	font-size: 11px;
    color: #666;
    text-transform: uppercase;
    margin-bottom: 3px;

}
.popover-content-section__content-text {
	font-size: 13px;
    font-weight: bold;
    line-height: 15px
}
.popover-content-section__main-title {
	font-size: 16px;
	margin-top: 0px;
	padding-right: 10px;

}

/* Orange */

.popover--orange {

}
.arrow--orange {

}
.popover.bottom>.arrow--orange:after {
	border-bottom-color: #fde7ce;
}
.popover-title--orange {
	background-color: #fde7ce;
}
.popover-content--orange {

}
.popover-footer--orange {
	background-color: #fde7ce;
}


/* green */

.popover--green {

}
.arrow--green {

}
.popover.bottom>.arrow--green:after {
	border-bottom-color: #e6fbdb;
}
.popover-title--green {
	background-color: #e6fbdb;
}
.popover-content--green {

}
.popover-footer--green {
	background-color: #e6fbdb;
}

/* Blue */

.popover--blue {

}
.arrow--blue {

}
.popover.bottom>.arrow--blue:after {
	border-bottom-color: #e6f9ff;
}
.popover-title--blue {
	background-color: #e6f9ff;
}
.popover-content--blue {

}
.popover-footer--blue {
	background-color: #e6f9ff;
}



/* Pink */

.popover--pink {

}
.arrow--pink {

}
.popover.bottom>.arrow--pink:after {
	border-bottom-color: #fae2f3;
}
.popover-title--pink {
	background-color: #fae2f3;
}
.popover-content--pink {

}
.popover-footer--pink {
	background-color: #fae2f3;
}



.close-popover {
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 10px;
}
