    .package {
    }

    /* .package */

    .name {
        font-weight: 600;
        font-size: large;
    }

    .version {
        margin-left: 40px;
    }

    .version a {
        text-decoration: none;
    }

    /* .package .version */

    .code {
    }

    .source {
        margin-left: 40px;
        font-size: 10pt;
    }

    /* .package .version .source */
    .host {
        display: inline-block;
    }

    .section {
        display: inline-block;
        font-size: 11pt;
    }

    .arch {
        display: inline-block;
    }

    .timeout {
        margin-bottom: 4px;
        color: red;
    }

    #frontmatter {
        margin-left: 100px;
        margin-right: 100px;
        margin-bottom: 1rem;
    }

    #frontmatter #text {
    }

    #frontmatter h2 {
    }
