.hidden {
    display: none
}

#polls li {
    transition: height 1s, opacity 1s;
}

#polls .removing {
    height: 0;
    opacity: 0;
}

#polls .hiding {
    opacity: 0;
}

.very-small {
    font-size: 60%;
}

.poll-title {
    text-overflow: ellipsis;
    overflow-x: clip;
    white-space: nowrap;
}

.pollRecord {
    border-width: 3px !important;
}