.pollify {
    background: none repeat scroll 0 0;
}
.pollify .content {
	padding: 0 !important;
}
.pollify .the-question {
    margin-bottom: 8px;
    padding-bottom: 8px;
    font-size: 18px;
}
.pollify .question-thumbnail {
    margin: 0 5px 5px 0;
    vertical-align: top;
}
.pollify .answer_thumbnail {
    display: inline-block;
    margin: 0 5px 5px 0;
    vertical-align: top;
}
.pollify .answers {
    margin: 0;
    padding: 0;
}

.pollify .answers li label {
    cursor: pointer;
    display: block;
    padding: 5px;
}

.pollify .votes {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.pollify .votes li {
    margin: 0;
    padding: 0;
}
.pollify .answers li label input {
	width: auto !important;
	min-width: 10px;
	margin-right: 10px;
}

.pollify .votes .progress-container {
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #BBBBBB;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 10px 0;
    padding: 5px;
    position: relative;
}
.pollify .votes .progress {
    background: #D1D2D4;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 10px;
    left: 0;
    position: absolute;
    top: 0;
    transition: width 4s ease 0s;
    width: 0;
}
.share-pollify {
    margin: 15px 0;
}
.pollify .poll-votes-holder {
	float: right;
	font-size: 11px;
}einde