
.controls .popover-title {
	padding: 8px 0px;
	margin: 0;
	font-size: 0px;
	font-weight: normal;
	line-height: 0px;
	background-color: #fff;
	border-bottom: 0px solid #ebebeb;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	display: none;
}

.controls .popover {
	width: 180px;

}

