.h4 {
    font-weight: bold;
}

div.section {
    margin-top: 0em;
    margin-bottom: 1em;
}

span.subtitle {
    font-weight: normal;
    font-size: 1.5em;
}

ul.qlst {
    /*list-style-type: none;*/
}

ul.qlst > li {
    /*text-indent: -1em;*/
    list-style-type: none;
    margin: 1em 0;
}



/* Selects the second li element in a list 
ul.qlst > li:nth-child(2) {
    background-color: lightgreen;
}
*/


/*
            ul {
            margin: 0;
        }
                       */
ul.lst {
    /*list-style-type: none;*/
}

    ul.lst > li {
        /*text-indent: -1em;*/
        margin: 1em 0;
    }

/*
                    ul.lst > li:before {
                        content: "-";
                        text-indent: -1em;
                    }

                */



a {
    text-decoration-line: none;
    text-decoration-color: blue;
}
