.dflex {
    width: 100%;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content: space-between;
}


.notchecked {
    color: grey;
}

