@media (min-width: 992px) {
    /* ---------- General ---------- */

    table label {
        display: none;
    }

    tr:not(.table-separator):nth-child(odd) {
        background: rgba(0, 0, 0, 0.03);
    }

    /* ---------- Navigation ---------- */

    nav.navbar {
        height: 2.7rem;
    }

    .nav-link {
        font-size: 1.13rem;
        margin: 0;
        padding: 0.7em 1.5em !important;
        display: inline-block;
    }

    /* ---------- Main ---------- */

    main {
        margin-top: 6.4rem;
        min-height: 70vh;
    }

    #popup-content {
        height: 27em;
        width: 36em;
        top: calc(50vh - 13.5em);
        left: calc(50% - 18em);
    }

    #loading {
        height: calc(100vh - 9.145rem);
    }

    /* ---------- PASE: Database ---------- */

    .pase-database-column {
        width: 10em;
        display: inline-block;
        vertical-align: top;
        border-right: 1px solid #a0a191;
        overflow-y: auto;
        margin: 0;
        max-width: 100%;
    }

    .pase-database-column-content {
        overflow-y: auto;
        height: calc(100vh - 12.2rem);
    }

    #pase-database-column-search {
        width: 17rem;
    }

    #pase-database-column-list {
        width: 25rem;
    }

    #pase-database-column-detail {
        width: calc(100% - 42rem);
        border-right: none;
    }

    /* ---------- Domesday ---------- */

    #domesday-list-header-form div {
        display: inline-block;
        width: calc(20% - 0.9em);
    }

}
