.o_web_sign_name_and_signature {
    // for the absolute of the font selection to work
    position: relative;
}

.o_web_sign_signature_container {
    canvas {
        width: 100%;
        height: 100%;
    }
}

.o_signature_stroke {
    position: absolute;
    border-top: #D1D0CE solid 2px;
    bottom: 20%;
    width: 72%;
    left: 14%;
}
