/* div { */
	/* margin-top:1em; */
	/* margin-bottom:1em; */
/* } */
/* input { */
	/* padding: .5em; */
	/* margin: .5em; */
/* } */
/* select { */
	/* padding: .5em; */
	/* margin: .5em; */
/* } */
canvas.jSignature {
	background-color: #aae3f3;
}
#signatureparent {
	color: black;
	background-color: #aae3f3;
	/* max-width: 600px; */
	padding: 5px 20px;
}
#signature input[type="button"] {
    width: 70px !important;
}
/*This is the div within which the signature canvas is fitted*/
#signature {
	border: none;
	border-bottom: 2px solid black;
	background-color: #aae3f3;
}

/* Drawing the 'gripper' for touch-enabled devices */ 
html.touch #content {
	float:left;
	width:92%;
}
html.touch #scrollgrabber {
	float:right;
	width:4%;
	margin-right:2%;
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAFCAAAAACh79lDAAAAAXNSR0IArs4c6QAAABJJREFUCB1jmMmQxjCT4T/DfwAPLgOXlrt3IwAAAABJRU5ErkJggg==)
}
html.borderradius #scrollgrabber {
	border-radius: 1em;
}