/* ++ 0.003 2023-02-09 11:46:10 77a906e89d505528c27b4eeb626ef6f79091ea57 */
/* version 0.003 */
/* CSS for course records */

/* MODIFICATION HISTORY

09/02/2023 Add span.highlight
05/01/2023 Changed for template use
08/03/2022 Initial version                         */

div.crew_list{
	font-style: italic;
}

div.outtro{
	margin-top: 18px;
	background-color: light gray;	
}

span.crew_no{
	position:absolute;
	right:0;
	font-weight:bold	
}

span.highlight{
	border:solid;
	border-width:thin;
	font-weight:bold;
	padding:1px;
}

span.update{
	font-family: monospace;
	font-size: small;
}

th.event_col{
	width:120px;
}

th.record_col{
	width:150px;
}

th.crew_col{
	width:700px;
}
