/*
 * Platz für eigene Änderungen direkt als CSS
 * Die hier gemachten Änderungen überschreiben ggfs. andere Styles, da diese Datei als letzte geladen wird.
 */

.intelligent-persons-checkpoints>p {
    margin-bottom: 5px;
    position: relative;
    padding-left: 20px;
}

.intelligent-persons-checkpoints {
    margin-bottom: 15px;
    position: relative;
}

.intelligent-persons-checkpoints>p:before {
    content: ' \2714';
    display: inline-block;
    position: absolute;
    left: 2px;
}