.label-text {
    background: yellow;
}

/* Style for the span text background when the checkbox is CHECKED */
input[type="checkbox"]:checked + .label-text {
    background: lime;
}

.ablock th, td {
  padding: 10px;
}
