#poll_container,
#poll_container.widgetBlock {
    padding: 20px 0;
    margin-top: 20px;
    background: #ffffff;
}

#top-nav + #poll_container {
    margin-top: 0;
    border-top: 1px solid #e5e7eb;
}

.content-object-full #poll_container {
    border-top: 1px solid #e5e7eb;
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 0;
}

.poll_header .content-title {
    border-bottom: 1px solid #e5e7eb;
    /*padding-bottom: 5px;*/
    /*margin-bottom: 15px;*/
    margin: 0 0 15px 0;
    padding-bottom: 15px;
    padding-left: 15px;
}

.poll_header .content-title .poll-title {
    color: #898989;
    text-decoration: none;
}

.poll-results {
    padding-left: 15px;
    padding-right: 15px;
}

.poll-results .submit-button {
    margin-top: 10px;
}

.poll-results-content {
    /*-webkit-box-shadow: 0 0 5px 0 #aaaaaa;*/
    /*box-shadow: 0 0 5px 0 #aaaaaa;*/
    /*margin-top: 10px;*/
}

.poll-results .properties-list > div {
    margin-bottom: 10px;
}

#chart {
    list-style: none;
    margin-top: -5px;
    margin-left: 0;
    margin-bottom: 0;
}

#chart li div.bar_wrapper span {
    height: 100%;
}

#chart li .percentage {
    width: 50px;
    padding-left: 10px;
    display: block;
    float: left;
    text-align: left;
}

#chart li {
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    color: #555;
    line-height: 20px;
    font-size: 14px;
    margin-top: 2px;
    background: #ffffff;
    padding: 9px 0 15px 0;
}

#chart li:first-child {
    margin-top: 0;
}

#chart li .bar {
    min-width: 5px;
    display: inline-block;
    border-radius: 2px 0 0 2px;
    border-bottom: 1px solid #ccc;
    background: #ffa137;
}

#chart li .bar.full-bar {
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.bar_wrapper {
    width: 85%;
    width: -moz-calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
    background: #ffe7b6;
    border-radius: 3px;
    height: 21px;
    float: left;
    display: inline;
    position: relative;
}

div.poll-results-content li .bar_txt {
    clear: both;
    display: block;
    margin-bottom: 3px;
}

.bar-result {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 1px;
}

.poll-count-users {
    color: #8e8880;
    text-decoration: none;
}

.poll-buttons-panel {
    margin-top: 5px;
}

#poll_container .objects-filter.buttons {
    margin-top: -24px;
}

#poll_container .objects-filter.buttons.poll-vote-form {
    margin-top: 5px;
}

#poll_container .objects-filter > span {
    float: right;
}

.objects-filter > span a {
    color: #8e8880;
    text-decoration: none;
}
