.popover {
	position: absolute;
	border-radius: 7px;
	box-shadow: 0 0 45px 0px rgba(0,0,0,0.7);
	background: rgba(216,216,216,.94);
	background-clip: padding-box;
	border: 1px solid rgba(80,80,80,.4);
	max-height: 600px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.popover-content {
	margin: 6px;
	background: rgba(255,255,255,.8);
	border-radius: 4px;
	box-shadow: 0 0 1px rgba(0,0,0,.4);
}

.popover-content > div {
	border: none;
	padding: 0.2em 0.15em;
	line-height: 1.8em;
	cursor: default;
	transition: all 0.3s;
}

.popover-content > div:hover {
	background-color: #C8E8ff;
}

.popover-content > div:nth-child(2) {
	border-radius: 4px 4px 0 0;
}

.popover-content > div:last-child {
	border-radius: 0 0 4px 4px;
}

.popover-content div.selected {
	background: -webkit-linear-gradient(top, #abd3ee 0%,#89c3eb 100%);
	background: -moz-linear-gradient(top, #abd3ee 0%,#89c3eb 100%);
	background: linear-gradient(to bottom, #abd3ee 0%,#89c3eb 100%);
	background-color: #abd3ee;
}

.popover-content > span:first-child {
	width: 24px;
	height: 24px;
	-webkit-transform: rotate(45deg);
	-webkit-transform-origin: 100%;
	transform: rotate(45deg);
	transform-origin: 100%;
	position: absolute;
	left: 50%;
	top: -4px;
	display: block;
	border-left: 1px solid rgba(150,150,150,.6);
	border-top: 1px solid rgba(160,160,160,.6);
	margin-left: -17px;
	background: rgba(216,216,216,.94);
	background-clip: padding-box;
	-webkit-mask-image: -webkit-gradient(linear, left top, right bottom, from(black), color-stop(0.52,black), color-stop(0.52, transparent), to(transparent));
}
