﻿.asp-help-chapter {
    width: 80%;
    margin: auto;
    margin-top: 3em;
    font-family: Arial, sans-serif;
}

.asp-help-subchapter {
    margin-top: 2em;
}

.asp-help-paragraph-justified {
    text-align: justify;
}

.asp-help-figure {
    width: 85%;
    display: block;
    margin: auto;
}

.asp-help-table {
    font-family: Arial, sans-serif;
}

.asp-help-table-cell {
    vertical-align: top;
    padding-left: 1em;
    padding-top: 0.5em;
}

.asp-help-table-row-header {
    white-space: nowrap;
}

.asp-help-table-cell.asp-help-table-row-header > li::marker {
    color: var(--hydac-red);
}
