
.kb p {
    line-height: 1em;
    margin: 0;
}

.kb p:first-child {
    color: gainsboro;
}

.kb p+p {
    text-align: right;
}

.kb table {
    table-layout: fixed;
    width: 35.75em;
}

.kb td:empty {
    border: none;
}

.kb tr:nth-child(1) {
    position: relative;
    left: 2.4em;
}

.kb tr:nth-child(2) {
    position: relative;
    left: 3.6em;
}

.kb tr:nth-child(3) {
    position: relative;
    left: 4.2em;
}

.kb tr:nth-child(4) {
    position: relative;
    left: 5.6em;
}

.kb tr:nth-child(1) td:nth-child(3),
.kb tr:nth-child(1) td:nth-child(4),
.kb tr:nth-child(1) td:nth-child(6),
.kb tr:nth-child(1) td:nth-child(7),
.kb tr:nth-child(5) td:nth-child(5) {
    border-style: dashed;
}
