@page {
    size: A4;
    margin: 10mm;
}

body, a {
    color: #000;
    padding: 0px;
}

hr {
    height: 5px;
}

.print-row {
    display: grid;
    width: 100%;
}

.print-row > div {
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
}

.print-row hr {
    display: block;
}

.print-hide {
    display: none;
}

.icon_branco {
    filter: contrast(1) brightness(0);
}

.icon_preto {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}

.console {
    border-radius: 0px;
    width: 15em;
    padding: 0px;
    border: inherit;
    font-style: normal;
    color: #000000;
    background-color: #FFFFFF;
    box-shadow: inherit;
}

.skill_games {
    background-color: inherit;
    padding: inherit;
    border: inherit;
}