.table {
    margin: 0 0 40px 0;
    width: 100%;
    display: table;
}

.row {
    font-family: arial;
	font-weight: normal;
	font-style: normal;
	font-size: 10pt;
	text-align: left;
	color: rgb(255,255,255);
	margin: 6px 12px;
    display: table-row;
}

.row.top {
	font-family: arial;
	font-weight: normal;
	font-style: normal;
	font-size: 10pt;
	text-align: left;
	color: rgb(225,180,55);
    margin: 6px 12px;
}

.cell {
    padding: 6px 12px;
    display: table-cell;
}

.rowdarst {
    font-family: arial;
	font-weight: normal;
	font-style: normal;
	font-size: 10pt;
	text-align: left;
	margin-top: 36px;
	color: rgb(255,255,255);
    display: table-row;
}

.rowdarstfe {
    font-family: arial;
	font-weight: bold;
	font-style: normal;
	font-size: 10pt;
	text-align: left;
	margin-top: 36px;
	color: rgb(255,255,255);
    display: table-row;
}

.rowdarstkl {
    font-family: arial;
	font-weight: normal;
	font-style: normal;
	font-size: 8pt;
	text-align: left;
	margin-top: 0px;
	color: rgb(255,255,255);
    display: table-row;
}

.celldarst {
    padding-top: 18px;
    display: table-cell;
}

.celldarstfe {
    padding-top: 18px;
    display: table-cell;
}

.celldarstkl {	
    padding: 0px 0px;
    display: table-cell;
}
