@charset "utf-8";
/* CSS Document */

.o3-textarea {
		width: 100%;
		resize: vertical;
		padding: 12px 20px;
		box-sizing: border-box;
		border: 2px solid #ccc;
		border-radius: 4px;
		background-color: #f8f8f8;
		font-size: 16px;
}

.w3-margin-tiny-bottom {
	margin-bottom: 3px;
}