.btn-share:hover,
.btn-share-container a:hover {
	text-decoration: none;
}
.btn-share {
	color: black !important;
}
#btn-edit {
	margin-right: 10px;
}
#btn-delete span,
#btn-edit span {
	margin-left: 5px;
}
#btn-delete,
#btn-edit,
.btn-share {
	color: gray;
	text-decoration: none;
	border: none;
	background: none;
}

.stars .star.yellow {
	background-color: rgb(255, 206, 0);
}
.stars .star.orange {
	background-color: rgb(255, 134, 34);
}
.stars .star.pale-green {
	background-color: rgb(115, 207, 17);
}
.stars .star.green {
	background-color: rgb(0, 182, 122);
}
.stars .star.red {
	background-color: rgb(255, 55, 34);
}
.stars .star {
	color: white;
	background-color: rgb(220, 220, 230);
	padding: 5px;
	font-size: 12px;
	margin-right: 3px;
}