﻿

#NotesMainPanel {
    position: relative;
    z-index: 1000;
    opacity: 0.8;
}

    #NotesMainPanel .StickyNote {
        position: absolute;
        background-color: #f8edb6;
        
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

        #NotesMainPanel .StickyNote .StickyNoteHeader {
            text-align: right;
            cursor: move;
            background-color: #fce987;
            padding: 4px;
        }

        #NotesMainPanel .StickyNote .StickyNoteBody {
            overflow: hidden;
            padding: 4px;            
        }

.RemoveNoteButton {
    cursor: pointer;
}

.lowVisbility {
    opacity: 0.4;
}