/* module-key = 'com.tngtech.confluence.plugin.multivote:resources', location = '/com/tngtech/confluence/plugin/multivote/css/multivote.css' */
tr.interested > td {
    background-color: var(--ds-border);
}

.multivote-csv-dialog {
    width: 100%;
    height: 99%;
}

.multivote-csv-dialog > textarea {
    width: 100%;
    height: 200px;
}

.multivoteAudienceColumn {
    display: none;
}