.help {
    font-size: 16px;
    font-weight: normal;
}
.help li {
    list-style-type: disc;
    margin-left: 20px;
}
.help table {
    border-collapse: separate;
    border-spacing: 0;
}
.help td {
    white-space: nowrap;
}
.help td {
    border: 0.5px solid #c2cfe0;
    padding-left: 8px;
    padding-right: 8px;
}

.help .label {
    margin-bottom: 4px;
    text-decoration: underline;
    font-weight: 500;
}
.help .label-subsection {
    margin-bottom: 4px;
    text-decoration: underline;
}
.help .section {
    padding-left: 16px;
}
.help .summary {
    margin-bottom: 16px;
}
.help .title {
    font-weight: bold;
    margin-bottom: 16px;
}