/*Notes*/
#notelist {
    padding: 0 5px;
}
#notelist .note {
    background-color: rgba(243, 243, 243, 0.4);
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    margin: 15px auto;
    padding: 5px;
}
#notelist .note-meta {
    border-bottom: 1px solid #e5e5e5;
    padding: 0 5px 5px;
}
#notelist .note .edit-notes {
    float: right;
    font-size: 16px;
}
#notelist .note .note-meta .note-date {
    font-weight: bold;
}
#notelist .note .note-content {
    font-size: 14px;
    padding: 5px;
}