.scf-voting{width:auto;cursor:pointer;display:flex;align-items:center}
.scf-voting .scf-votingLabel{font-size:20px;width:auto;margin-right:10px;text-align:right;color:#828282}
.scf-voting span{border:0;background-color:transparent;background-position:center;background-repeat:no-repeat;cursor:pointer;display:block;text-align:center;margin:0 1px;font-size:30px;width:auto;color:#bdbdbd}
.scf-voting .scf-vote-up:hover:before,.scf-voting .scf-vote-down:hover:before,.scf-voting .scf-vote-up.scf-voting-unset:hover:before,.scf-voting .scf-vote-down.scf-voting-unset:hover:before{color:#4191d2}
.scf-voting [type=button]{-webkit-appearance:none}
.scf-voting .scf-vote-up.scf-voting-unset:before{color:#82aa46}
.scf-voting .scf-vote-down.scf-voting-unset:before{color:#eb413c}
.scf-voting .scf-votingLabel[data-vote-count]{color:#828282}
.scf-voting .scf-votingLabel[data-vote-count='0']{color:#828282}
.scf-voting .scf-votingLabel[data-vote-count*='-']{color:#828282}
.scf-voting .scf-is-disabled{cursor:not-allowed}
.scf-voting .scf-is-disabled:hover:before,.scf-voting .scf-voting-unset.scf-is-disabled:hover:before{color:#b4b4b4}