.notes-list .note .note-text {
	padding: 15px;
}
.notes, .notes-list .note .note-text textarea {
	width: 100%;
}

.notes-list .note {
	width: 100%;
	border: 1px solid silver;
}

.note-input {
	width: 100%;
}

.note-input tbody tr td:first-child {
	width: 150px;
	text-align: right;
	vertical-align: top;
}