.pollResult{display:table;table-layout:fixed;width:100%;margin:0;padding:10px 15px}.pollResult.pollResult--showVoters{cursor:pointer}.pollResult.pollResult--showVoters:hover{background:hsla(var(--xf-contentHighlightBg))}.pollResult-response{display:table-cell;margin:0;padding:0;vertical-align:middle;font-size:16px;font-weight:400}.pollResult--voted .pollResult-response{font-weight:500}.pollResult--voted .pollResult-response:before{display:inline-block;content:"";height:1em;vertical-align:-0.125em;background-color:currentColor;width:1.28571429em;mask:url('/styles/fa/regular/check-circle.svg?v=5.15.3') no-repeat center;-webkit-mask:url('/styles/fa/regular/check-circle.svg?v=5.15.3') no-repeat center;color:hsla(var(--xf-textColorAttention));unicode-bidi:isolate}.pollResult-votes{display:table-cell;width:6.5em;vertical-align:middle;text-align:right}.pollResult-percentage{display:table-cell;width:4.35em;vertical-align:middle;text-align:right}.pollResult-graph{display:table-cell;width:30%;padding-left:10px;vertical-align:middle}.pollResult-bar{display:block;position:relative;height:.8em}.pollResult-bar:empty{display:none}.pollResult-bar>i{position:absolute;left:0;top:0;bottom:0;background:hsla(var(--xf-progressBarColor));border-radius:4px}.pollResult-voters{padding:10px 15px;color:hsla(var(--xf-textColor));background:hsla(var(--xf-contentHighlightBg))}.pollResult--simple{display:block}.pollResult--simple .pollResult-response{display:block}.pollResult--simple .pollResult-votes{display:inline}.pollResult--simple .pollResult-percentage{display:inline;padding-left:1em}.pollResult--simple .pollResult-graph{display:block;width:100%;padding-left:0}@media (max-width:650px){.pollResult{display:block}.pollResult .pollResult-response{display:block}.pollResult .pollResult-votes{display:inline}.pollResult .pollResult-percentage{display:inline;padding-left:1em}.pollResult .pollResult-graph{display:block;width:100%;padding-left:0}}