
.m-signature-pad {
    position: relative;
    font-size: 10px;
    width: 700px;
    height: 400px;
    top: 0;
    left: 0;
    border: 1px solid #e8e8e8;
    background-color: #eee;
    border-radius: 4px;
}

.m-signature-pad--body {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 80px;
    border: 1px solid #f4f4f4;
}

.m-signature-pad--body canvas {
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.m-signature-pad--footer {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    height: 60px;
}

.m-signature-pad--footer > .invalid {
	color: red !important;
}

.m-signature-pad--footer .description {
    color: #C3C3C3;
    text-align: center;
    font-size: 1.2em;
    margin-top: 1em;
}

.m-signature-pad--footer .left, .right {
    position: absolute;
    bottom: 0;
}

.m-signature-pad--footer .left {
    left: 0;
}

.m-signature-pad--footer .right {
    right: 0;
}
