.voting-result {
    position: relative;
}

.voting-result ul {
margin: 0;
padding: 15px;
}

/*.voting-result ul.doughnut-legend li {
display: inline-block;
width: 50%;
font-size: 12px;
}*/

.voting-result ul li {

    display: block;
    font-size: 12px;
    width: 100%;
    position: relative;
    padding-left: 19px;
}

/*.common-legend li span {
  width: 1em;
  height: 1em;
  display: inline-block;
  margin-right: 5px;
}*/
.common-legend li span {
    width: 1em;
    height: 1em;
    display: inline-block;
    margin-right: 0;
    position: absolute;
    top: 4px;
    left: 0;
}
.canvas-holder {
    margin: 0 0 50px;
    padding-top: 0;
    width: 100% !important;
}
/*.common-legend {
    position: absolute;
      top: 5%;
      right: 2%;
      max-width: 6em;
      text-align: left;
}*/
.entry-content a.cpm-wp-poll-vote-button {
    border: 1px solid #00BC8C;
    border-bottom-color: #00BC8C;
    padding: 5px 18px;
    display: inline-block;
    font-size: 14px;
    border-radius: 4px;
    color: #FFF;
    background-color: rgb(0, 188, 140);
    border-color: #00BC8C;
}
a.cpm-wp-poll-vote-button:active, a.cpm-wp-poll-vote-button:focus, a.cpm-wp-poll-vote-button:hover {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.125) inset;
    color: #FFF;
    background-color: rgb(0, 137, 102);
    border: 1px solid rgb(0, 127, 94);
}
.cpm-input-group-addon > label {
    font-size: 12px;
}
.cpm-poll-shortcode-container > a.cpm-wp-poll-vote-button {
    margin: 10px 0 0;
    overflow: hidden;
    display: inline-block;
}

.voting-result ul{

	padding: 0;
}
.voting-options, .voting-result {
    padding: 25px;
    background:  rgb(250, 250, 250);
    border: 1px solid rgb(240, 240, 240);
    margin-bottom: 30px;
}
/*.entry-content p, blockquote {
    font-size: 80%;
}*/
@media screen and (max-width: 1290px)  {
	.common-legend {
	    position: static;
	    margin: 40px 0 10px;
	    max-width: 100%;
	}
	.canvas-holder{
		margin: 0;
	}
	.canvas-holder{
		width: 100% !important;
	}
}
@media screen and (max-width: 38.75em)  {


}