@layer pages {
    .publication_section {
        padding-bottom: 2rem;
    }


    .publication_table .datetd {
        min-width: 10rem;
    }

    .publication_table.threechild tr>th:nth-child(1) {
        width: 10%;
    }

    .publication_table.threechild tr>th:nth-child(2) {
        width: 50%;
    }

    .publication_table.threechild tr>th:nth-child(3) {
        width: 40%;
    }

    .publication_table.fourchild tr>th:nth-child(1) {
        width: 10%;
    }

    .publication_table.fourchild tr>th:nth-child(2) {
        width: 50%;
    }

    .publication_table.fourchild tr>th:nth-child(3) {
        width: 20%;
    }

    .publication_table.fourchild tr>th:nth-child(4) {
        width: 20%;
    }

    .download_list {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
    }

    .download_list>li:not(:last-child) {
        padding-bottom: 0.5rem;
    }


}