.rating_form_1 {
	display: inline-block;
}
.rating_form_1 .rating_form {
	margin: 0 !important;
	padding: 0 !important;
}
.rating_form_1 .rating_form.cursor [class^="cyto-"],
.rating_form_1 .rating_form.cursor [class*=" cyto-"] {
	cursor: pointer;
}
.rating_form_1 .update {
	opacity: 0.5;
}
.rating_form_1 .rating_form [id^="rate_"] {
	float: left;
	list-style-type: none !important;
	margin: 0;
	padding: 0;
	padding-left: 5px;
	line-height: .8em;
	color: #a5a5a5;
	font-size: 24px;
	border: 0;
	width: auto;
}
.rating_form_1 .rating_form [id^="rate_"].hover {
	color: #ffd700;
}
.rating_form_1 .rating_form [id^="rate_"]:first-child {
	padding-left: 0;
}
.rating_form_1 .rating_form [id^="rate_"]:before {
	vertical-align: middle;
}
.rating_form_1 .rating_form .def {
	float: left;
	list-style-type: none !important;
	background-color: #e83535;
	padding: 7px 5px;
	margin: 0 0 0 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	line-height: 1em;
	color: #ffffff;
	font-size: 12px;
	width: auto;
}
.rating_form_1 .rating_total:hover {
	cursor: pointer;
	font-weight: bold;
}
.rating_form_1 .thankyou {
	background-color: #cffa90 !important;
	color: #51711a !important;
}
.rating_form_1 .rated {
	display: none;
	background-color: #faf190 !important;
	color: #716d1a !important;
}
.rating_form_1 .tooltip {
	position: absolute;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 10px;
	line-height: 1em;
	text-align: center;
	color: #ffffff;
	background: #000000;
	font-size: 13px;
	top: 40px; /* Set height between icon and tooltip in px  */
	z-index: 2;
	opacity: 1;
}
.rating_form_1 .tooltip:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -6px;
	border-top: 6px solid #000000;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
}
.rating_form_1 .title {
	color: #555555;
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
}
.rating_form_1 .rating_stats {
	display: none;
	position: absolute;
	background-color: #ffffff;
	border: 1px solid #9b9b9b;
	font-size: 13px;
	color: #777777;
	box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
	padding: 0;
	z-index: 1;
}
.rating_form_1 .rating_stats .rf_stats_header {
	background-color: #c7c7c7;
	color: #595959;
	padding: 5px 5px 5px 10px;
	font-weight: bold;
	border-bottom: 1px solid #9b9b9b;
	line-height: 1.7;
	height: auto;
}
.rating_form_1 .rating_stats .rf_stats_close {
	display: inline-block;
	background-color: #ff5a5a;
	color: #ffffff;
	padding: 0 5px;
	margin-left: 5px;
	font-weight: bold;
	float: right;
}
.rating_form_1 .rating_stats .rf_stats_close:hover {
	background-color: #ca1818;
	cursor: pointer;
}
.rating_form_1 .rating_stats table {
	border-collapse: collapse;
	margin: 0 !important;
	padding: 0;
	border: 0 !important;
}
.rating_form_1 .rating_stats table th {
	padding: 3px 10px;
	background: #dfdfdf;
	color: #777777;
	font-weight: bold;
	border-bottom: 1px solid #bababa;
	border-right: 1px solid #bababa;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 2;
}
.rating_form_1 .rating_stats table th:last-child {
	border-right: 0;
}
.rating_form_1 .rating_stats tbody td {
	padding: 5px;
	border-top: 0;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	border-right: 1px solid #e2e2e2;
	line-height: 2;
}
.rating_form_1 .rating_stats tbody td:last-child {
	border-right: 0;
}
.rating_form_1 .rating_rich_snippet {
	display: none;
}
.rating_form_1 .edit_rating {
	color: red;
	padding-left: 5px;
	vertical-align: middle;
	line-height: normal;
	cursor: pointer;
}
.rating_form_1 .rating_stats_active .rating_total {
	font-weight: bold;
}