
.nftextfeldbig {
	background: #cdcdcd;
	color: #6e6e6e;
	line-height: 15px;
	text-align: justify;
	padding: 10px;
	height: 150px;
	overflow: auto;
	box-sizing: border-box;
	
	font-family: 'PT Sans Narrow' sans-serif;
	font-size: 11px;
}

.nfheadlinestats {
	background: #b2b2b2;
	color: #ffffff;
	border-top: 1px dotted #838383;
	border-bottom: 1px dotted #838383;
	padding: 2px 6px;
	text-align: right;
	text-transform: uppercase;
	margin-bottom: 8px;
	height: 15px;
	
	font-family: 'PT Sans Narrow',sans-serif;
	font-size: 13px;
	font-weight: bold;
}

