
.threadPoll, .threadPollLoading {
    background-color: white;
    border: 1px solid lightgrey;
    padding: 15px;
}

.threadPoll.invisible {
    opacity: 0.5;
}

.threadPollWrapper {
    margin: 10px;
}

.threadPoll table tbody td:first-child {
    white-space: nowrap;
    padding-right: 10px;
}

.threadPoll .threadPollOptionGroup {
    margin-left: 10px;
    border-bottom: 1px solid lightgrey;
    margin-bottom: 10px;
}

.threadPoll table thead th[data-sort]:hover {
    cursor: pointer;
}

.threadPoll .buttons {
    text-align: center;
}


.threadPoll .pollOptionDivision {
    width: 100%;
    background-color: white;
}

.threadPoll .pollOptionDivisionProgress {
    overflow: visible!important; 
    color: lightgrey; 
    text-align: center; 
    background-color: black; 
    display: inline-block; 
}

.threadPoll .pollOptionDivisionProgress .percentage {
    position: relative;
    left: 15px;
    padding: 2px 0px;
    display: inline-block;
}

.threadPoll h3 {
    margin: 10px 0px;
}

.threadPoll h4 {
    margin: 5px 0px;
}

.threadPoll .totalVotes {
    font-style: italic;
    text-align: right;
    color: transparent;
    font-size: 12px;
    height: 12px;
}

.threadPoll:hover .totalVotes[range=entirePoll] {
    color: grey;
}
.threadPoll .threadPollOptionGroup:hover .totalVotes[range=optionGroup] {
    color: grey;
}

.threadPollLoading {
    position: absolute;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
}

.threadPollLoading .loadingIcon {
    position: relative;
}

.threadPollLoading h2 {
    position: relative;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    position: relative;
    margin-bottom: -40px;
    font-size: 35px;
}

.hidden {
    display: none;
}

.optionNameSort:hover {
    cursor: pointer;
}

.optionNameSort {
    padding-bottom: 5px;
    padding-top: 0px;
}

.threadPollTable {
    margin-left: 5px;
}

.threadPollOptionTitle {
    padding-left: 10px;
}

.threadPollOptionVotes {
    text-align: center;
}

.threadPollOptionGroupTitle {
    font-family: Tahoma, Arial, Sans-Serif;
}