.signature-pad {
    position: relative;
    display: flex;
    flex-direction: column;
    font-size: 10px;
    width: 100%;
    height: 100%;
    max-width: !00%;
    max-height: 280px;
    min-height: 200px;
    border: 1px solid #e8e8e8;
    background-color: #fff;
}

.signature-pad--body {
    position: relative;
    flex: 1;
    border: 1px solid #f4f4f4;    
}

.signature-pad--body canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
}

.signature-pad--footer {
    color: #C3C3C3;
    text-align: center;
    font-size: 1.2em;
    margin-top: 8px;
}

.signature-pad--actions {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
}

#sig-clear {
    margin-bottom: 10px;
    font-size: 14px;
    padding: 10px 20px;
}