@charset "utf-8";
/* CSS Document */

.text-entry
{
	margin-top: 20px;
}

.text-entry p 
{
	font-size: 14px !important;
}

.well 
{
	background-color: #b0bcbd;
	color: #3c5c67;
	border-color: #3c5c67;
}

@media print 
{
	#hints
	{
		display: none !important;
	}
}