.pkg td:first-child {
 text-align: right;
}

.item, .pkg {
    margin-bottom: 1em
}

.item div.field, .pkg div.field, .field {
 font-weight: bold;
 font-size: 1.25rem;
 text-decoration: underline;
 color: #3b2e1e;
}

span.safe {
 color: green;
}

span.pending {
 color: #0f0;
}

div.high-value, div.critical-value, span.vuln {
 font-weight: bold;
 color: #d90d19;
}

div.medium-value {
 font-weight: bold;
 color: orange;
}

p.note {
 font-size: smaller;
 margin: 0.2em;
}

p.commit {
    text-align: center!important
}

table td {
    padding: .25rem!important;
    font-size: .85rem;
}

table.patches pre {
    display: inline
}
