textarea.full_width_textarea {
	width: 100%;
	height: 150px;
	box-sizing: border-box;
	resize: vertical;
	overflow: auto;
}