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}.poll_row{width:100%;max-width:32em;justify-self:left}.poll_info_window .date{color:var(--text-color-disabled);font-style:italic}.poll_between{flex-grow:1}#form-poll-vote-no,#form-poll-vote-yes{padding:16px;width:fit-content;image-rendering:pixelated;height:fit-content}#form-poll-vote-no input[type=submit],#form-poll-vote-yes input[type=submit]{background:none;border:none;font-family:"Cooper Black";font-weight:bold;color:var(--text-color-bold);font-style:italic;font-variant-caps:petite-caps;font-size:24px;white-space:wrap}#form-poll-vote-no{border-image:url("/static/images/poll/vote_no.png") round;border-image-repeat:stretch;border-image-slice:16 fill;border-image-width:16px}#form-poll-vote-yes{border-image:url("/static/images/poll/vote_yes.png") round;border-image-repeat:stretch;border-image-slice:16 fill;border-image-width:16px}#form-poll-vote-yes input[type=submit]{margin-left:-5px;padding-right:5px}#form-poll-vote-yes input[name=vote_value][value="0"]+input[type=submit],#form-poll-vote-no input[name=vote_value][value="0"]+input[type=submit]{color:#ff0}