.head-img, .nose-img, .eye-img ,
.brow-img,.mouth-img , .hair-img, .ear-img
{
   /* // width:20%; */
    cursor: pointer;
}
.nose-img , .eye-img,
.hair-img, .mouth-img,
 .brow-img, .ear-img {
    width: 50%;
}

/* table */
#heads,#noses {
    width:50%;
}

#konvaContainer {
 
    border: thin solid red;
}

.selection-scroll {
    height:400px;
    overflow: auto;
    border: thin solid blue;
    padding: 10px;
}