#signatureparent {
    color:darkblue;
    background-color:darkgrey;
    /*max-width:600px;*/
    padding:2px;
}

/*This is the div within which the signature canvas is fitted*/
#signature {
    border: 2px dotted black;
    width: 100%;
    background-color:lightgrey;
}


