.note-textarea {
    width: 100%;
    margin-bottom: 50px;
}

.note-options:before {
    content: attr(title);
    font-size: 12px;
    padding-left: 5px;
    height: 15px;
    display: block;
}
.note-options select {
	height: 70px;
    font-size: 20px;
    border: 2px solid #cfd3d5;
    border-radius: 0 3px 3px 0;
}
.simple-page-input-wrapper textarea {	resize: vertical;
	min-height: 250px;
	font-size: 20px;
}

@media (max-width: 700px) {
    .simple-page-input-wrapper {    	flex-wrap: wrap;
    }
    .note-options {    	width: 100%;
    	margin-bottom: 20px;
    }
    .note-options select,
    .note-options button {    	width: 100%;
    }
}

