.bar-wrapper {
    height: 1.25em;
    margin: 0.5em auto;
    overflow: hidden;
}
.bar {
    box-sizing: border-box;
    float:left;
    height:100%;
    transition: width 0.6s ease 0s;
}
.goog-tooltip {
    z-index: 1;
    max-width: 300px;
}
.goog-tooltip div {
    padding: .5em !important;
}
div.google-visualization-tooltip {
    pointer-events: none;
    padding: .5em;
}
.hive-block-poll .survey-option-list {
    margin: 0;
    padding: 0;
}
.hive-block-poll .survey-option {
    display: block;
}