﻿#signatureparent {
	color: #000;
	background-color: #fff;
	/*max-width:600px;*/
	padding: 20px;
}

/*This is the div within which the signature canvas is fitted*/
#MAsignature, #Psignature {
    border: 1px solid black;
    background-color: #e2e2e2;
    margin-bottom: 10px;
}

/* 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;
}

.MAESignature, .PESignature {
	display: none;
}

.btn-pink {
	color: #fff;
	background-color: #c584a3;
	border-color: #c584a3;
}

legend {
	color: #c584a3;
	font-weight: 700;
}