@media screen {

    .revision .content .table #tr #td {

        border-bottom:      thin dashed rgb(55 59 65 / 50%);

    }

    .revision .content .table #tr #th {

        border-bottom:      thin solid #373b41;

    }

    .revision .content .table #tr > div:last-child {

        text-align:         right;
        width:              15%;

    }

    .revision .content .table #tr > div:first-child {

        text-align:         center;
        width:              15%;

    }

    .revision .content .table #tr > div:nth-child(2) {

        text-align:         center;
        width:              25%;

    }

    .revision .content .table #tr:last-child #td {

        border-bottom:      thin solid; #373b41;

    }

}
