.hymnary_star {
	width: 16px;
	height: 16px;
	opacity: 0.5;
}
.hymnary_star_container {
	position: relative;
}

.hymnary_star.starred {
	opacity: 1;
}

.hymnary_star:hover {
	opacity: 1;
}

.block img.hymnary_star {
	width: 20px;
	height: 20px;
	opacity: 1;
	cursor: pointer;
}

@media ( min-width: 769px ){
	div.mobile-dialog
	{
		display:none;
	}
}

@media (max-width: 768px) {
	div.mobile-dialog
	{
		font-style: italic;
		position: absolute;
		background: #eee;
		white-space: nowrap;
		left: 30px;
		top: 0;
		bottom: 0;
		margin: auto;
		opacity: 0.85;
		z-index: 2;
		color: #0A3F64;
	}
	.page-title div.star-dialog-wrapper
	{
		position: absolute;
	}
	.page-title div.mobile-dialog
	{
		font-style: italic;
		position: fixed;
		background: #eee;
		white-space: nowrap;
		opacity: 0.85;
		left: unset;
		top: unset;
		bottom: unset;
		right: unset;
	}
}