#app{font-family:Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;color:#2c3e50;margin-top:1rem}.noteBloc[data-v-e7980e16]{width:16.2rem;display:grid;padding:5px;margin:7px}.noteBloc textarea[data-v-e7980e16]{margin-bottom:.5rem;min-height:50px;max-height:250px;resize:vertical}.noteBloc button[data-v-e7980e16]{background:none;padding:5px;border:1px solid;border-radius:10px}#notes[data-v-e7980e16]{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap;max-height:800px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start}#notes .note[data-v-e7980e16]{width:15rem;border:1px solid;border-radius:15px;padding:4px 10px 10px 10px;margin:10px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;border-color:#a9a9a9}#notes .note p[data-v-e7980e16]{cursor:pointer}#notes .note .remove[data-v-e7980e16]{width:100%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;font-size:12px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#notes .note .remove img[data-v-e7980e16]{cursor:pointer}#notes .selected[data-v-e7980e16]{border-color:grey;border-width:2px;margin:9px}