@media print
{
	.text-box
	{
		margin-bottom: 20px !important;
	}
}

.text-box
{
	background-color: #f2f8ff;
	padding: 20px;
	margin-bottom: 20px;
}

.form-control {
    border-radius: 0px;
}

.text-entry {
    height: auto;
    min-height: 2em;
	font-size: 16px;
	font-style: italic;
}

p
{
	font-size: 16px;
}