.h5p-checklist {
    width: 75%;
    margin: 16px auto 16px;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 4px #ccc;
    padding: 12px;
}

.h5p-checklist .title-div {
        /*border-bottom: 1px solid gray;*/
        padding: 5px;
}


.h5p-checklist h2.title-text {
    width: auto;
    font-size: 32px;
    font-family: arial, sans-serif;
    font-weight: bold;
    text-align: center;
    margin-top: 6px;
    margin-bottom: 6px;
}

.h5p-checklist .list-item {
    margin-bottom: 8px;
    font-size: 20px;
    margin-left: 12%;
}

.h5p-checklist .checkbox {
   
    padding-right: 0.3em;
     
    width: 0.8em;
    height: 0.8em;
    border-radius: 0.15em;
    transform: translateY(0.2vh);
}

.h5p-checklist .item-label {
    font-size: 20px;
    margin: 0;
}

.strikethrough {
    text-decoration:line-through;
}

