.signature-pad{
    position: relative;
}

.signature-pad--footer{
    position: absolute;
    top: 5px;
    right: 5px;
}
.signature-pad--actions button{
    padding: 13px!important;
}

#wsSignature{
    border: 2px dashed #E8E9EC;
}
@media only screen and (max-width: 600px) {
    
}
@media only screen and (max-width: 480px) {
    #wsSignature {
        /*width: 250px!important;*/
        height: 200px!important;
    }
}
