.pointToNote {
    white-space: pre-line;
    text-align: justify;
    text-justify: inter-word;
}

.important-note {
    color: red;
}

.indented-list {
    margin-left: -1.2em;
    list-style-type: lower-alpha; /* This handles the type="a" attribute */
}
