﻿body:before {
    filter: blur(2px);
}

tbody tr {
    vertical-align: middle !important;
    height: 54px
}

    tbody tr td:last-child {
        text-align: center !important;
    }

    tbody tr td:nth-last-child(2) {
        font-weight: bold
    }

.cardTau {
    background: rgba(175, 180, 183, 0.55);
    border-radius: 15px;
}

.cardTauDark {
    background: rgb(62, 64, 64, 0.55);
    border-radius: 15px;
}