.em-signature-wrap {
	margin-bottom: 20px;
}

.em-signature-canvas {
	width: 100%;
	max-width: 600px;
	height: 180px;
	background: #e9e9e9;
	border: 1px solid #686e77;
	border-radius: 4px;
	display: block;
	touch-action: none;
	box-sizing: border-box;
	cursor: pointer;
}

.em-signature-actions {
	margin-top: 10px;
}

.em-signature-clear {
	padding: 8px 16px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #f7f7f7;
	cursor: pointer;
}

.em-signature-clear:hover,
.em-signature-clear:focus {
	background: #ececec;
}
