/* Styles for signature plugin v1.1.2. */
.jSignature{
	border: 1px #007bff dotted!important;
}
.sig-container {
	display: block;
	background: #fff url(sig_bg.png);
	background-position: bottom center;
	background-size: cover;
	border-radius: 6px;
	padding: 15px 0 35px;
	margin-bottom: 15px;
}
.kbw-signature {
	display: block;
	border: none;
	-ms-touch-action: none;
	padding: 0px;
	height: 130px;
	width: 100%;
}
.clear-signature {
	width: 100px;
	display: block;
	height: 32px;
	cursor: pointer;
	line-height: normal;
	font-size: 100%;
	float: right;
	background-image:url(clear-icon.png);
	background-repeat: no-repeat;
	background-position: center right;
	margin-top: 0;
	margin-right: 18px;
	
}
