#toggle-price-history {
	padding-left: 10px;
	padding-right: 10px;
}
.price-history-box {
	margin-left: 10px;
	display: inline-block;
}
#price-popover-content {
	display: none;
}
.price-history {
	list-style: none;
	margin-top: 10px;
	float: left;
}
.price-history > li {
	margin-bottom: 10px;
}
.price-value {
	display: inline-block;
	background: #1ba947;
	color: #fff;
	padding: 3px;
	text-decoration: line-through;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}