/* custom CSS for spcific flowchart ILO where images are too small */
#scon3_07_04_flowchart .flowchart-elem-container .board img,
#scon3_07_04_flowchart .flowchart-elem-container .board img {
    max-width: 6rem;
}

#scon3_07_04_flowchart .flowchart-elem-container .answerBoard img,
#scon3_07_04_flowchart .flowchart-elem-container .answerBoard img {
    max-width: 5rem;
    margin-right: 0;
}