/*-
 * #%L
 * Pollen :: UI RiotJs
 * %%
 * Copyright (C) 2009 - 2025 Code Lutin
 * %%
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Affero General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 * 
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU Affero General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 * #L%
 */
.not-printable {
    display: none!important;
}

pollenheader {
    background-color: transparent;
}

pollenheader .header-actions {
    display: none!important;
}

.tabs {
    display: none!important;
}

h1 {
    background-color: transparent!important;
    font-size: 1em;
}

.tabs .tab, .tabs .dropdown {
    display: none!important;
}

pollenfooter {
    display: none!important;
}

body {
    display: block!important;
    overflow: visible!important;
    height: auto;
}

.body-wrapper {
    display: block!important;
}

table {
    page-break-inside: auto;
    page-break-before: always;
}

votestable .voters {
    display: block!important;
}

votestable .voters :not(.vote-tooltip) {
    overflow: visible!important;
}

votestable .voters .elements {
    display: block!important;
}
