
h1{
	margin-bottom:7px;
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
    border-radius: 5px 5px 0 0;
    color: #cc8c28;
    letter-spacing: 2px;
}

.hotspot{
	visibility:visible;
	opacity:1;
	transition:all 400ms ease;
}

.hotspot.off{
	visibility:hidden;
	opacity:0;
}

