/* @override http://pro.local.gostage.it/wp-content/plugins/go-local-scriblio-authority/components/css/go-local-scriblio-authority-widget.css?ver=3.5 */

#go-local-scriblio-authority-history {
	width: 100%;
}

#go-local-scriblio-authority-history .points {
	margin-bottom: 3px;
	text-align: center;
}

#go-local-scriblio-authority-history .points .point {
	height: 100%;
	float: left;
	position: relative;
	display: block;
}

#go-local-scriblio-authority-history .points .point .fill {
	background-color: #55a0d3;
	display: block;
	min-height: 3px;
	width: 10px;
}

#go-local-scriblio-authority-history .points .history-label {
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(269deg);
	-o-transform: rotate(269deg);
	font: 12px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	/* rtl forces the label to hug the bar rather than being jaggy */
	direction: rtl;
	display: block;
	text-transform: uppercase;
	float: none;
	margin-top: 3px;
	vertical-align: top;
	color: #55a0d3;
}

#go-local-scriblio-authority-history .points .point {
	width: 10px;
	margin-right: 14px;
}

#go-local-scriblio-authority-history .points .point:last-child {
	margin-right: 0;
}

#go-local-scriblio-authority-history .points .point:first-child,
#go-local-scriblio-authority-history .history-labels .history-label:first-child {
	margin-left: 8px;
}

#go-local-scriblio-authority-history .points .point .tool-tip {
	display: none;
	color: white;
	background-color: black;
	width: 100px;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#go-local-scriblio-authority-history .points .point a {
	display: block;
}

#go-local-scriblio-authority-history .points .point a:hover .tool-tip {
	display: block;
	position: absolute;
	right: -45px;
	z-index: 1;
}

#go-local-scriblio-authority-history .tool-tip .date {
	font-size: inherit;
	margin-bottom: 5px;
	text-transform: uppercase;
}

#go-local-scriblio-authority-history .tool-tip:after {
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-top: 5px solid black;
	bottom: -5px;
	content: " ";
	display: block;
	font-size: 0px;
	height:0px;
	line-height: 0px;
	position: absolute;
	right: 45%;
	width:0px;
}
