/* default.css */
.ueberschrift {
font-family: 'Raleway', sans-serif;
color:#009640;
font-weight:600;
font-size:18px;	
}
.text {
	font-size: 14px;
	color:#009640;
	text-align:center!important;
}

.normal {
	font-size: 14px;
	color:#333;
	text-align:center!important;
}

.zcontent_main_table td {
	background-color:#fEfEfE;padding:15px;border-bottom:#ccc 1px solid!important;
}

/*zcontent mobile-fix */
.contract_old {
  width: 95%;
}

.contract_new {
  width: 100%;
}