.gdpol-grid-votes .column-vote_id {
    width: 72px;
}

.gdpol-grid-votes .column-voted {
    width: 96px;
}

.gdpol-grid-votes .column-user_id {
    line-height: 20px;
}

.gdpol-grid-votes .column-user_id img {
    float: left;
    margin-right: 4px;
}

.gdpol-grid-polls .column-id {
    width: 72px;
}

.gdpol-grid-polls .column-status,
.gdpol-grid-polls .column-posted {
    width: 96px;
}

.gdpol-grid-polls tbody tr.gdpol-poll-is-disabled {
    background-color: #FFE7E7;
}

.gdpol-poll-results {
    margin: 0;
    padding: 0;
    list-style: disc inside;
}

.gdpol-poll-results li ._votes {

}

.gdpol-poll-results li ._votes:before {
    content: " - ";
}

.gdpol-poll-results li ._percent {

}

.gdpol-poll-results li ._percent:before {
    content: " (";
}

.gdpol-poll-results li ._percent:after {
    content: ")";
}

.gdpol-inner-content p:first-of-type {
    margin-top: 0;
}

.gdpol-inner-content p:last-of-type {
    margin-bottom: 0;
}

.gdpol-dialog-hidex .ui-dialog-titlebar button {
    display: none;
}

.d4p-group-dashboard-polls .d4p-group-inner a,
.d4p-group-dashboard-votes .d4p-group-inner a {
    display: inline;
}

.d4p-group-dashboard-polls .d4p-group-inner ul,
.d4p-group-dashboard-votes .d4p-group-inner ul {
    list-style: disc;
    margin-left: 1em;
}
