/* note.css */

textarea.note-data {
	width: 80%;
	padding: 8px;
    font-family: "Open Sans", "IBM Plex Sans", sans-serif;
	font-weight: normal;
    background-color: white;
    resize: none;
}

div.popup-note {
    width: 50%;
}

button.note-edit-item {
    position: absolute;
    left: 10%;
    top: 0%;
    margin-left: 0px;
    transform: translate(0,-140%);
}
