<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
.rating {
    float:left;
}

/* ÐšÐ¾Ð½ÑÑ‚Ñ€ÑƒÐºÑ†Ð¸Ñ :not(:checked) Ñ€Ð°Ð±Ð¾Ñ‚Ð°ÐµÑ‚ ÐºÐ°Ðº Ñ„Ð¸Ð»ÑŒÑ‚Ñ€, Ñ‡Ñ‚Ð¾Ð±Ñ‹ Ð±Ñ€Ð°ÑƒÐ·ÐµÑ€Ñ‹, ÐºÐ¾Ñ‚Ð¾Ñ€Ñ‹Ðµ Ð½Ðµ Ð¿Ð¾Ð´Ð´ÐµÑ€Ð¶Ð¸Ð²Ð°ÑŽÑ‚ Ð¿ÑÐµÐ²Ð´Ð¾ÐºÐ»Ð°ÑÑ :checked Ð½Ðµ Ð¿Ñ€Ð¸Ð¼ÐµÐ½ÑÐ»Ð¸ ÑÑ‚Ð¸ ÑÐ²Ð¾Ð¹ÑÑ‚Ð²Ð°. Ð’ÑÐµ Ð±Ñ€Ð°ÑƒÐ·ÐµÑ€Ñ‹, Ð¿Ð¾Ð´Ð´ÐµÑ€Ð¶Ð¸Ð²Ð°ÑŽÑ‰Ð¸Ðµ Ð¿ÑÐµÐ²Ð´Ð¾ÐºÐ»Ð°ÑÑ :checked, Ð¿Ð¾Ð´Ð´ÐµÑ€Ð¶Ð¸Ð²Ð°ÑŽÑ‚ Ð¸ Ð¿ÑÐµÐ²Ð´Ð¾ÐºÐ»Ð°ÑÑ :not(), Ñ‚Ð°Ðº Ñ‡Ñ‚Ð¾ Ñ„Ð¸Ð»ÑŒÑ‚Ñ€ Ð´Ð¾Ð»Ð¶ÐµÐ½ Ð¾Ñ‚Ñ€Ð°Ð±Ð¾Ñ‚Ð°Ñ‚ÑŒ Ð¿Ñ€Ð°Ð²Ð¸Ð»ÑŒÐ½Ð¾. */
.rating:not(:checked) &gt; input {
    position:absolute;
    top:-9999px;
    clip:rect(0,0,0,0);
}

.rating:not(:checked) &gt; label {
    float:right;
    width:1em;
    padding:0 .1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:200%;
    line-height:1.2;
    color:#ddd;
    text-shadow:1px 1px #bbb, 2px 2px #666, .1em .1em .2em rgba(0,0,0,.5);
}

.rating:not(:checked) &gt; label:before {
    content: 'â˜… ';
}

.rating &gt; input:checked ~ label {
    color: #f70;
    text-shadow:1px 1px #c60, 2px 2px #940, .1em .1em .2em rgba(0,0,0,.5);
}

.rating:not(:checked) &gt; label:hover,
.rating:not(:checked) &gt; label:hover ~ label {
    color: gold;
    text-shadow:1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5);
}

.rating &gt; input:checked + label:hover,
.rating &gt; input:checked + label:hover ~ label,
.rating &gt; input:checked ~ label:hover,
.rating &gt; input:checked ~ label:hover ~ label,
.rating &gt; label:hover ~ input:checked ~ label {
    color: #ea0;
    text-shadow:1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5);
}
.rating &gt; label:active {
    position:relative;
    top:2px;
    left:2px;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header,  menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}</pre></body></html>