li#ltree9, li#ltree11, li#ltree10 {
    display: block;
}
table.patch-table {
    width: 100%;
    border-collapse: separate;
        counter-reset: Serial;
}
table.patch-table tr td:first-child:before {
        counter-increment: Serial;      /* Increment the Serial counter */
        content: "" counter(Serial); /* Display the counter */
}

