.gf-signature-container {
    margin: 10px 0;
}

.gf-signature-canvas {
    cursor: crosshair;
}

.gf-signature-clear {
    margin-top: 10px;
    padding: 5px 10px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 3px;
    cursor: pointer;
}

.gf-signature-clear:hover {
    background: #e5e5e5;
}