.rd-cols {
    display: flex;
}

.rd-cols .rd-row:not(:last-of-type) {
    margin-right: 40px;
}

.rd-row {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.rd-label {
    font-weight: bold;
}

.rd-row ul {
    margin-left: 20px;
}

.rd p,
.rd ul,
.rd ol {
    margin: 1em 0;
}

.rd p:first-of-type,
.rd ul:first-of-type,
.rd ol:first-of-type {
    margin-top: 0;
}
.rd p:last-of-type,
.rd ul:last-of-type,
.rd ol:last-of-type {
    margin-bottom: 0;
}

.rd li:not(:last-of-type){
    margin-bottom: 0.5em;
}

.rd table td {
    padding: 0.5em 40px 0.5em 0;
    border-bottom: 1px solid #ccc;
}

.rd table tbody tr:last-of-type td {
    border-bottom: 0;
}