@media screen {

    .revision .content .table {

        display:            table;
        width:              100%;

    }

    .revision .content .table #tr {

        display:            table-row;

    }

    .revision .content .table #tr #td {

        display:            table-cell;
        padding:            1vh 1vw;

    }

    .revision .content .table #tr #th {

        display:            table-cell;
        font-family:        "Noto Serif Bold", serif;
        padding:            1vh 1vw;

    }

}
