form[action="/formapi/vote"] input[type=submit]{min-width:21px;min-height:21px;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{filter:brightness(37.5%)}.stats .score_container.neutral{color:var(--text-color-disabled)}.stats .score_container.neutral img{filter:brightness(37.5%)}.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;align-self:flex-end}.comment .first_row .comment_info .timestamp{font-style:italic;color:var(--text-color-disabled)}.comment .body{position:relative;background-color:var(--bg-bubble);color:var(--text-color);border-radius:5px;margin-top:20px;margin-bottom:5px;min-width:5.25em;display:inline-grid}.comment .body .body_inner{max-height:25em;overflow-y:scroll;padding:.1px 10px;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 blockquote{filter:brightness(62.5%)}.comment_box .markdown-preview blockquote{filter:brightness(62.5%)}.comment_box+.markdown-preview blockquote{filter:brightness(62.5%)}.comment .body .bubble_tail{position:absolute;z-index:1;border-style:solid;border-width:20px 0 0 20px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) var(--bg-bubble);left:3.5em;top:-20px}.comment:not(.has_score) .body .bubble_tail{left:2.5em}.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}.markdown-preview{word-break:break-word}