
/* 
    Created on : 22 jan. 2023, 14:28:00
    Author     : vToor
   .=> class
   # => id
*/
.faqopmaak{ /* #=di .=class  */
    flow: left;
    background-color: lightgrey;
    color: black;
    /*float: left; */

}
img {
    pointer-events: none;
}
.imageTooncontainer {
      height:480px; /* 600  480= 1.8 * 265 */
    width:280px; /* X-Y horizontaal*/
    border:1px solid black;
    text-align:left;
    white-space: nowrap;
    /* overflow-y:hidden; */
    margin-left: 20px;
    overflow-x:scroll;
    overflow-y:scroll;

}
.div_to_hold_images {
    width:250px; /* 350   ruimte tussen image*/
    height:580px; /* 2.4 * BREEDTE = 2* 240 */
    
    margin-left:3px;
    margin-right:3px;
    
    display: inline-block;
    overflow:hidden;
    /* margin-left:8px;*/
}
.buttonOpmaakTekening{
    padding: 0;
    border: none;
    background: none;
    outline: none;
    background: none;
}
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}