/* ############################################# 
   # 
   # fuer Geraete mit schmalerem Breitformat-Bildschirm
   # Screen 750px - 990px   
   #
   ############################################# */

@media only screen and (min-width:750px) and (max-width:990px) {

/*  ******************************
	+
	+        Terminlisten
	+		   
	****************************** */

	tr {
		height: 2rem;
		border-bottom: 1px dotted #444;
	}
	td {
		height: 1.5rem;
	}

	/* Datum */
	td:nth-of-type(1) {
		font-size: 0.8rem;
		min-width: 80px;
	}
	/* Kurstitel */
	td:nth-of-type(2) {
		font-size: 0.9rem;
		min-width: 200px;
	}
	/* Dozenten */
	td:nth-of-type(3) {
		font-size: 0.8rem;
		min-width: 175px;
	}	
	/* Kurskosten */
	td:nth-of-type(4) {
		font-size: 0.75rem;
		width: 45px;
	}
	
	/* Anmeldelink */
	td:nth-of-type(5) {
		width: auto;
		font-size: 0.9rem;
	}


} /* end media query */