.checklist-container {
    margin: 0;
}

.checklist-header {
    margin: 0 0 10px 0;
}

.checklist-section {
    margin:0 0 70px 0;
}

.checklist-div-item {
    margin: 3px 0 7px 0;
}

/* .checklist-checkbox {} */


/* turning off the value from appearing next to the checkbox since it doesnt work in firefox.  adding a label with value instead */
.checklist-checkbox::after {    
  content: none !important;
}