html, body {
    font-size: 14px;
    margin: 10px 0;
}
canvas {
    background: transparent;
}
.summernote {
    position: absolute;
    left: 695px;
    top: 0;
    width: 700px;
    max-width: 700px;
}

.note-editor, .click2edit {
    height: 360px;
    max-height: 360px;		margin-bottom: 10px;
}

.note-editable {
    height: 225px;
    max-height: 225px;
}

button {
    height: 50px;
    width: 50px;
    padding: 0 !important;
}

#print {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: auto;
}

#savepdf {
    position: fixed;
    bottom: 20px;
    right: 120px;
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: auto;
}

button, input[type="button"] {
    margin-bottom: 5px;
}

button img {
    max-width: 24px;
    max-height: 24px;
}