﻿body {
    font-family: 'Baloo 2', Verdana, cursive;
}

.Celula_Botoes {
    width: 50px;
    text-align: center;
    vertical-align: middle;
}

.Celula_BotoesDuplo {
    width: 90px;
    text-align: center;
    vertical-align: middle;
}

.Celula_Data {
    width: 100px;
    text-align: center;
    vertical-align: middle;
}

.Celula_Code {
    width: 90px;
    vertical-align: middle;
}

.td_vam {
    vertical-align: middle;
}

#qrcode {
    width: 160px;
    height: 160px;
}

.centralizadiv {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

/*#################################*/

.current-document ins {
    background: lightgreen;
    text-decoration: none;
}

.current-document del {
    background: pink;
}

.system-generated del {
    visibility: hidden;
}

.system-generated ins {
    text-decoration: none;
}

    .system-generated ins ~ del {
        display: none;
    }

/*#################################*/


