body {
	background-color: #F082AC;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

textarea {
	border: none;
	overflow: auto;
	outline: none;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;

	resize: none; /*remove the resize handle on the bottom right*/
}

span.input-group-text {
	background-color: #F082AC;
	text-align: right;
	writing-mode: vertical-rl;
	color: white;
	font-weight: 700;
	font-size: 24px;
	text-transform: uppercase;
 }

span.input-group-text span {
	transform: rotate(-180deg);
}
