/*------------------------------------------------------------------------------------------------------*/
/* main */
.jhePollOptions .checkbox+.checkbox, .jhePollOptions .radio+.radio {
    margin-top: 0 !important;
}

.jhePollOptions .radio {
    margin-top: 0 !important;
    margin-bottom: 5px !important;
}

.jhePollWrap {
    width: 100%;
    position: relative;
    padding: 0;
}
.jhePollVote {
    font-weight: 700;
    float: left;
}
.jhePollWrap .jhePollMain ul {
    list-style-type: none;
    padding-left: 30px; 
    border-bottom: 1px solid #BBB;   
    margin-left:0;
}
.jhePollWrap .jhePollMain ul:after {
    clear: both;
}
.jhePollWrap .jhePollMain ul li {
    text-indent: -30px;
}
.jhePollRow {
    margin-bottom: 10px;
}
.jhePollRadioText {
    margin-left: 5px;  
    position: relative;
    top: -2px;
}
.jhePollErrorMessage {
    color: #8b0000;
    font-weight: bold;
    text-align: right;
    font-size: 0.9em;
    line-height: 1.5;
    margin: 10px 0;
}
/*------------------------------------------------------------------------------------------------------*/
/* see votes link and page */
#jhePollSeeVotes {
    color: #000;
    text-decoration: none;
    padding: 1px 6px;
    margin: 2px;
    float: right;
}
.jhePollSeeVotes ul {
    list-style-type: none;
    padding-left: 5px; 
    margin-left: 0;
}
.jhePollSeeVotes ul li {
    text-indent: 0;
    margin-left: 0;
    padding-left: 0;
}
.jhePollSeeVotes ul li:before {
    content: '';
}
.jhePollSeeVotes .jhePollAnswer {
    margin-bottom: 2px;
}
/*------------------------------------------------------------------------------------------------------*/
/* general */
.clearfix:after {
    content: "";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}