.ordernote-box .ordernote-text {
    margin-bottom: 30px;
}

.ordernote-box .ordernote-actions {
    text-align: right;
}

.ordernote-modal .text-wrap{
    margin-bottom: 30px;
}

.ordernote-actions .ordernote-edit,
.ordernote-save {
    background-color: #d3b883;
    box-shadow: none;
    color: #fff;
    border-color: #0000;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}