.poll.ui-content{overflow-x:visible;overflow-y:visible;}

.blox-poll-asset .chart-wrapper{
  width:100%;
  height:0px;
  display:block;
  -moz-transition:all 1.25s;
  -webkit-transition:all 1.25s;
  -o-transition:all 1.25s;
  -ie-transition:all 1.25s;
  transition:all 1.25s;
  position:relative;
  overflow:hidden;
  border-top:solid 1px #cccccc;
}
.blox-poll-asset.showChart .chart-wrapper{
  height:250px;
  border-bottom:solid 1px #cccccc;
}
.blox-poll-asset .chart{
  position:relative;
  margin:auto;
  width:300px;
  display:block;
  height:250px;
  top:-250px;
  -moz-transition:all 1.25s;
  -webkit-transition:all 1.25s;
  -o-transition:all 1.25s;
  -ie-transition:all 1.25s;
  transition:all 1.25s;
}
.blox-poll-asset.showChart .chart{
  top:0px;
}

.blox-poll-asset .pie.chart{}

.blox-poll-asset.asset-page .chart{}
.blox-poll-asset.showChart .chart{ top:0px; }


.blox-poll-asset.chart-style.none.showChart .chart-wrapper{height:0;border-bottom:none;}
.blox-poll-asset.chart-style.none.showChart .chart{top:-250px;}
.blox-poll-asset.chart-style.none .swatch{display:none;}
.blox-poll-asset.chart-style.none .answer label{padding-left:27px;}


.blox-poll-asset .chart.simple{width:100%;max-width:100%;}
.blox-poll-asset .chart.simple .graph{
    z-index:3;
    height:210px;
    margin:20px;
    border-left:solid 1px #000000;
    border-bottom:solid 1px #000000;
    overflow:hidden;
    position:static;
    }
.blox-poll-asset .chart.simple .graph .bar{
    position:relative;
    width:2px;
    height:auto;
    z-index:4;
    margin:1px 0px;
    left:-100%;
    -moz-transition:all 1.25s ease .5s;
    -webkit-transition:all 1.25s ease .5s;
    -o-transition:all 1.25s ease .5s;
    -ie-transition:all 1.25s ease .5s;
    transition:all 1.25s ease .5s;
    }
.blox-poll-asset.showChart .chart.simple .bar{left:0;}


.blox-poll-asset .poll-chart-toggle{margin:5px;}

.blox-poll-asset .blox-poll-results .swatch{
    display:block;
    opacity:0;
    box-sizing:border-box;
    -moz-transition:all .5s;
    -webkit-transition:all .5s;
    transition:all .5s;
    width:18px;
    height:18px;
    border-radius:8px;
    position:absolute;
    left:-29px;
    margin-right:10px;
}
.blox-poll-asset.showChart .poll-answers .swatch, .html5.simple .poll-answers{
    opacity:1;
    border-radius:2px; 
    }
.blox-poll-asset.showChart .ui-icon.ui-icon-radio-off,.blox-poll-asset.showChart .ui-icon.ui-icon-radio-on{display:none;}

.blox-poll-asset .blox-poll-results .poll-answers dd{ margin:5px; }
.blox-poll-asset .blox-poll-results .vote-count{float:right;display:none;}
.blox-poll-asset .blox-poll-results .vote-percentage{float:right;display:none;}

.blox-poll-asset .poll-answers .vote-percentage{
    display:inline;
    opacity:0;
    -moz-transition:opacity .5s;
    -webkit-transition:opacity .5s;
}
.blox-poll-asset.showChart .poll-answers .vote-percentage{ opacity:1; }

.blox-poll-asset.showCount .poll-answers .vote-count{
    display:inline;
    opacity:0;
    -moz-transition:opacity .5s;
    -webkit-transition:opacity .5s;
}
.blox-poll-asset.showChart.showCount .poll-answers .vote-percentage{display:none;}
.blox-poll-asset.showChart.showCount .poll-answers .vote-count{opacity:1;}

}

.blox-poll-asset .poll-option-wrapper .poll-chart-toggle{ padding:5px; }
.blox-poll-asset.showChart .poll-submit-wrapper{display:none;}