.rawt-note-add .icon:before {
    content: "\f067";
}

.rawt-note {
    background: rgb(255,255,255);
    box-shadow: 0 0 0.4em #f0ede8;
    border: 1px solid #EAE7E2;
    border-radius: 0.3em;
}

.rawt-note .note-item {
    border-top: 1px solid #EAE7E2;
}

.rawt-note .note-content {
    border-radius: 0.3em;
}