.sketch-tools .genBtn{
    min-width:36px;
    max-width:36px;
    display:inline-block;
}

.marker-cursor{cursor:url("/images/cursors/Pencil2.cur"),auto!important;}
.eraser-cursor{cursor:url("/images/cursors/Eraser2.cur"),auto!important;}

.sketch-grid{background-image:url("https://cdn.edjin.com/static/images/grid-b9ef4ed9c68f806c6c220e4067db8997.svg")}

.selectedTool{
    color:black!important;
}

.resizeSketchContainer{
    display:inline-block;
    width:0;
    height:0;
    margin:0;
    padding:0;
}


/*to fix resizing issue*/
.whiteResizePanel{
    background-color:orangered;
    position:relative;
    left: 200px;
    bottom:200px;
    margin:0;
    width:650px;
    height:200px;
    opacity:0;
}

.sketch-canvas canvas{
    width:710px!important;
    height:189px!important;
}

.questionDrawing{
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

