@charset "utf-8";
/* CSS Document */

.modal-body a
{
	color: #318f86;
}

.table 
{
	font-size: 16px;
}

.table thead
{
	background-color: #318f86;
	color: #fff;
}

.table thead th
{
	width: 33%;
}

.table .text-entry
{
	margin: 10px 0px;
}

.hint1 .well
{
	background-color: #e3e3e3;
	border: solid 1px #cfcfcf;
}

@media print 
{
	.hint1
	{
		display: none !important;
	}
}