/* Static View-only Star Version */
.fivestar-spiible div.fivestar-widget-static .star {
  display: none;
}

.fivestar-spiible div.fivestar-widget-static .star span.on {
	display: none;
}

.fivestar-spiible div.fivestar-widget-static .star span.off {
	display: none;
}

/* Javascript Star Version */
.fivestar-spiible div.fivestar-widget .cancel,
.fivestar-spiible div.fivestar-widget .cancel a {
  display: none;
}

.fivestar-spiible div.fivestar-widget .cancel,
.fivestar-spiible div.fivestar-widget .star {
	background: none;
	height: 21px;
	margin: 0 2px;
	text-indent: 0;
	width: 22px;
}

.fivestar-spiible div.fivestar-widget .star a {
	background: none;
}

.fivestar-spiible div.fivestar-widget .star path {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.fivestar-spiible div.fivestar-widget .star.hover path:first-child,
.fivestar-spiible div.fivestar-widget .star.on path:first-child {
	fill: #22c5b1;
}

/* admin related */
.logged-in.page-admin .form-item-author {position: relative;}
.logged-in.page-admin .form-item-author .description {margin: 0; position: absolute; left: 0; top: 35px;}

/*#block-views-coordinates-block {
      bottom: 0;
    left: 0;
    height: 440px;
    position: absolute;
    top: 90px;
    width: 100%;
    z-index: 0;
}

#system-modules .description {
    width: 300px;
    opacity: 1;
}*/