.icon-popover:before {
	content: "i";
	display: inline-block;
	width: 10px;
	height: 12px;
	padding-top:1px;
	line-height: 12px;
	font-family:"Courier New", Courier, monospace;
	font-weight: bold;
	text-align: center;
	position: relative;
	top: -6px;
	left: -2px;
	color: #FFFFFF;
	background-color: #ef7d00;
	font-size: 10px;
	text-indent: 0;
}

.icon-popover {
}
.icon-popover:focus {
	outline: none;
}
.icon-popover:hover:before {
	background-color: #f29733;
}


@media all and (max-width: 520px) {
	.popover {
		max-width: 240px;
	}
}
