.comments-rating {

	border: none;

	padding: 0;

	margin-left: 0;

}



.comments-rating label {

	display: inline-block;

}



.rating-container {

	/* remove inline-block whitespace */

	font-size: 0;

	/* flip the order so we can use the + and ~ combinators */

	unicode-bidi: bidi-override;

	direction: rtl;

}



.rating-container * {

	font-size: 1.4rem;

}



.rating-container > input {

	display: none;

}



.rating-container > input + label {

	display: inline-block !important;

	width: 2em;

	white-space: nowrap;

	cursor: pointer;

	margin: 0;

}



.rating-container > input:checked ~ label,

.rating-container > input + label:hover ~ label,

.rating-container > input + label:hover {

	fill: #e52;

	text-shadow: 0 0 1px #333;

}



.rating-container > .star-cb-clear + label {

	width: .5em;

	margin-left: -.5em;

}



.rating-container > .star-cb-clear + label {

	width: .5em;

}



.rating-container:hover > input + label {

	fill: #888;

	text-shadow: none;

}



.rating-container:hover > input + label:hover ~ label,

.rating-container:hover > input + label:hover {

	fill: #e52;

	text-shadow: 0 0 1px #333;

}

.fill {

	fill: #e52;

}

.postRating {

	text-align: center;

    border-top: 1px solid #c2c2c2;

}

.postWidget {

	max-width: 300px;

}

.postWidget a {

	text-decoration: none !important;

    color: #000;

}

.plusAndMinus {
	display: flex;
	flex-wrap: nowrap;
	border: 1px solid;
}
.PaMPlus, .PaMMinus {
	width: 50%;
}
.PaMPlus div, .PaMMinus div {
    display: flex;
    padding: 20px;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}
.PaMMinus svg {
	width: 20px;
	margin-right: 20px;
	fill: #ff0202;
}
.PaMPlus svg {
	width: 20px;
	margin-right: 20px;
	fill: #24ff02;
}
.CInfo {
	border: 1px solid;
    margin-top: 10px;
    padding: 20px;
}
.CInfo div {
    width: 50%;
    padding: 10px 0;
}
.sitemap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 300px;
}
.sitemap li {
	list-style: none;
}
.sitemap li:nth-child(2n) {
    background: gainsboro;
}
.sitemap li a {
	color: #000;
	padding: 10px 20px;
	display: block;
}