/* Ladebalken */
.finCalc {
	width: 100%;	
}

.finCalc .fc-loading
{
 	background-image: url(../images/loading.svg);
	background-repeat: no-repeat; 
	width: 220px;
	height: 12px;
}

.finCalc table {
	font-family: Verdana;
	font-size: 12px;
	color: #616161;
}
