@charset "UTF-8";

/********* public:poll.less ********/
.pollResult{display:table;table-layout:fixed;width:100%;margin:0;padding:6px 10px}.pollResult.pollResult--showVoters{cursor:pointer}.pollResult.pollResult--showVoters:hover{background:#edf6fd}.pollResult-response{display:table-cell;margin:0;padding:0;vertical-align:middle;font-size:15px;font-weight:400}.pollResult--voted .pollResult-response{font-weight:700}.pollResult--voted .pollResult-response:before{font-family:'Font Awesome 5 Pro';font-size:inherit;font-style:normal;font-weight:400;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f058\20";width:1.28571429em;display:inline-block;text-align:center;color:#f2930d;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:6px;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:#f2930d;border-radius:4px}.pollResult-voters{padding:6px 10px;color:#141414;background:#edf6fd}.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}}