
/* (c) Harald Blazy */


/*======================================================================*/

/* Blende f */
td.ft-f, td.ft-f-auswahl {
	transition: .2s ease;
	padding-left: 20px;
}
td.ft-f-auswahl {
	transition: .2s ease;
	color: #D358F7;
	cursor: pointer;
	background-color: #444;
	font-weight: bold;
}

/*======================================================================*/

/* Sekunde s */
td.ft-s, td.ft-s-auswahl {
	transition: .2s ease;
	padding-left: 40px;
}
td.ft-s-auswahl {
	transition: .2s ease;
	color: #D358F7;
	cursor: pointer;
	background-color: #444;
	font-weight: bold;
}

/*======================================================================*/

/* ISO f */
td.ft-i, td.ft-i-auswahl {
	transition: .2s ease;
	padding-right: 40px;
	text-align: right;
}
td.ft-i-auswahl {
	transition: .2s ease;
	color: #D358F7;
	cursor: pointer;
	background-color: #444;
	font-weight: bold;
}

/*======================================================================*/

td.cur {
	transition: .2s ease;
	cursor: pointer;
	color: #D358F7;
	font-weight: bold;
}
td.cur:hover {
	background-color: #444;
	border: 0;
	transition: .2s ease;
}

/*======================================================================*/
