form[action="/formapi/vote"] input[type=submit]{min-width:28px;min-height:28px;image-rendering:pixelated;image-rendering:crisp-edges;image-rendering:-moz-crisp-edges;background:url("/static/images/vote/vote_up_gray.png");border:none}form[action="/formapi/vote"] input[type=submit][amount="-1"]{background:url("/static/images/vote/vote_down_gray.png")}form[action="/formapi/vote"].already_voted input[type=submit][amount="1"]{background:url("/static/images/vote/vote_up.png")}form[action="/formapi/vote"].already_voted input[type=submit][amount="-1"]{background:url("/static/images/vote/vote_down.png")}.score.voted_up{color:#90ee90}.score.voted_down{color:maroon}.score_container img{image-rendering:pixelated;image-rendering:crisp-edges;image-rendering:-moz-crisp-edges}.score_container.positive{color:#90ee90}.score_container.negative{color:maroon}.score_container_vertical{display:flex;flex-direction:column;padding-right:5px;align-self:center;text-align:center}.stats{display:flex;justify-content:space-around;font-size:12px;padding:.25em 0}.stats .comments_container,.stats .score_container{display:flex;max-width:fit-content}.stats .comments_container .comment_count,.stats .score_container .score_count{align-self:center;padding:0 .5em;font-weight:bold}.stats .comments_container[count="0"]{color:var(--text-color-disabled)}.stats .comments_container[count="0"] img{opacity:.25}.stats .score_container.neutral{color:var(--text-color-disabled)}.stats .score_container.neutral img{opacity:.25}.stats .score_container.positive{color:#90ee90}.stats .score_container.negative{color:maroon}.comment .first_row{display:flex}.comment .first_row .comment_info{margin-left:5px}.comment .first_row .comment_info .timestamp{font-style:italic;color:var(--text-color-disabled)}.comment .body{--bubble-bg: #282020;--bubble-bg-hover: rgb(61.25, 49, 49);--bubble-border: #402030;--bubble-border-hover: rgb(89.5, 44.75, 67.125);background:var(--bubble-bg);color:var(--text-color);border:.125em solid var(--bubble-border);padding:10px;border-radius:10px;z-index:1;position:relative;display:inline-block;margin-top:1em;min-width:5.25em;display:inline-grid}.comment .body .bubble_content>:is(p,blockquote,h1,h2,h3,h4,h5,h6),.comment .body .bubble_content .markdown>:is(p,blockquote,h1,h2,h3,h4,h5,h6){margin-top:0px}.comment .body .bubble_content>:is(p,blockquote,h1,h2,h3,h4,h5,h6):last-child,.comment .body .bubble_content .markdown>:is(p,blockquote,h1,h2,h3,h4,h5,h6):last-child{margin-bottom:0px}.comment .body:hover,.comment .body:active{background:var(--bubble-bg-hover);border-color:var(--bubble-border-hover)}.comment .body:hover>.bubble_tail:before,.comment .body:active>.bubble_tail:before{background:var(--bubble-bg-hover)}.comment .body:hover>.bubble_tail:after,.comment .body:active>.bubble_tail:after{background:var(--bubble-border-hover)}.comment .body .body_inner{max-height:25em;overflow-y:scroll;scrollbar-width:auto;scrollbar-color:#faaaab}.comment .body .body_inner::-webkit-scrollbar{width:12px}.comment .body .body_inner::-webkit-scrollbar-track{background-color:var(--bg-overlay)}.comment .body .body_inner::-webkit-scrollbar-thumb{background-color:#faaaab;border-radius:12.5%}.comment .body .bubble_tail{position:absolute;z-index:-1;left:min(25%,10px);top:-20px;left:4em}.comment .body .bubble_tail:before,.comment .body .bubble_tail:after{content:"";position:absolute;width:20px;height:20px;mask-type:alpha;border:0}.comment .body .bubble_tail:before{background:var(--bubble-bg)}.comment .body .bubble_tail:after{background:var(--bubble-border)}.comment .body .bubble_tail:before{mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='0,100 0,0 100,100' /%3E%3C/svg%3E")}.comment .body .bubble_tail:after{mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,100 L0,0 L100,100' fill='transparent' stroke='black' stroke-width='12.5px'%3E%3C/path%3E%3C/svg%3E")}.comment:not(.has_score) .body .bubble_tail{left:2em}.comment input[type=radio]{display:none}.comment .radio_edit:not(:checked)~.comment_options .radio_edit_label_disable{display:none}.comment .radio_edit:not(:checked)~.edit_form{display:none}.comment .radio_edit:checked~.comment_options .radio_edit_label{display:none}.comment .radio_edit_disable:checked~.comment_options .radio_edit_label_disable{display:none}.comment .edit_form form[action="/formapi/comment/edit"] br:first-of-type,.comment .edit_form form[action="/formapi/comment/edit"] br:nth-of-type(2){display:none}.comment .edit_form form[action="/formapi/comment/edit"] input[name=author_display_name],.comment .edit_form form[action="/formapi/comment/edit"] input[name=author_contact]{display:none}.comment .radio_reply:not(:checked)~.comment_options .radio_reply_label_disable{display:none}.comment .radio_reply:not(:checked)~.reply_form{display:none}.comment .radio_reply:checked~.comment_options .radio_reply_label{display:none}.comment .radio_reply_disable:checked~.comment_options .radio_reply_label_disable{display:none}.comment .comment_options{display:flex}.comment .comment_options label{padding-right:10px;color:var(--text-color-a);cursor:pointer}#eirCursorBg~* .comment_options label{cursor:url("../images/cursors/pointer.cur"),pointer}.comment .comment_options .delete_checkbox:not(:checked)~.delete_button{display:none}.comment .comment_options .delete_checkbox:checked~.delete_button_fake{display:none}.comment .replies{border-left:1px dashed var(--edge-grey);padding-left:1em}.comments{padding-top:10px}.comments .comment{padding-top:10px}.comment_box .author_info{display:flex;flex-wrap:nowrap}.comment_box .author_info>*:first-child{margin-right:.5em}.comment_box .author_info input[type=text]{min-width:15em}