.rsfp-signature {
	position         : relative;
	font-size        : 10px;
	width            : 100%;
	min-height       : 170px;
	background-color : #fff;
	box-shadow       : 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;
	border-radius    : 4px;
}

.rsfp-signature-footer {
	height : 40px;
}

.rsfp-signature-footer .description {
	color      : #C3C3C3;
	text-align : center;
	font-size  : 1.2em;
	margin-top : 1.8em;
}

.rsfp-signature-footer button {
	position : absolute;
	left     : 20px;
	bottom   : 20px;
}

.rsform-block .jSignature{
	display: block;
}

@media screen and (max-width : 1024px) {
	.rsfp-signature {
		width      : auto;
		height     : auto;
		min-width  : 100%;
		min-height : 170px;

	}
}