.signature-pad-wrapper {
	position: relative;
	font-size: 10px;
	border: 1px solid #e8e8e8;
	background-color: #e8e8e8;
	padding: 4px;
	width:400px; 
}

.signature-pad-body {
	height:140px;
	background-color: white;
}

.signature-pad-body canvas {
	border-radius: 4px;
	width: 100%;
	height:100%;
    z-index: 5000;
}

.signature-pad-actions {
	display:flex;
	padding-top:5px;
}

.alt-wrapper {
position: relative;
width: 400px;
height: 200px;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}

.alt-signature-pad {
position: absolute;
left: 0;
top: 0;
width:400px;
height:200px;
background-color: white;
}