@media print {
	.text-entry
	{
		min-height: auto;
	}
}

.text-entry
{
	margin-top: 20px;
	height: auto;
	min-height: 100px;
	font-size: 16px;
}

.form-control
{
	border-radius: 0px;
}

[contenteditable=true]:empty:before{
  content: attr(placeholder);
}

.hYellow
{
	background-color:#FFF350 !important;
}

#promptQuestions
{
	margin-top: 20px;
}

#activityControls
{
	margin-top: 20px;
}

#promptQuestionsBtn, #prevBtn
{
	display: none;
}