.instr .list-disc {
    list-style: disc;
    margin: initial;
    padding: 0 0 0 2rem;
}

.instr .list-disc li {
    background: none;
    margin: initial;
    padding: initial;
    min-height: 40px;
}

.instr .list-disc li a {
    color: inherit;
    text-decoration: none;
}

.instr .list-disc li ol {
    list-style: none;
    font-weight: bold;
}

.instr .list-disc li ol li {
    margin-bottom: 1rem;
    padding-left: 60px;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 40px;
    min-height: 40px;
}

.instr .list-disc li ol li.star {
    background-image: url("./images/star.svg");
}

.instr .list-disc li ol li.pdf {
    background-image: url("./images/pdf.svg");
}
