table.crewlist {
	width:900px;
}

span.crewlist_switch {
/*	display: inline-block; */
display: none;
}

div.ships {
	position:relative;
	left:50px;
}
div.ship td.crewlist {
	text-align: left;
}
td.crewlist div.skipper {
	background-image: url("/static/linzcup/img/icon_cap_blue.png");
	background-repeat: no-repeat;
	background-position: 0 0px;
	padding-left: 20px;
}
td.crewlist div.crew {
	background-image: url("/static/linzcup/img/icon_shirt_blue.png");
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 0 0px;
/*	display: none; */
}
table.crewlist td.sn {
	font-size: 18px;
	font-weight: bold;
}
table.crewlist td.boatname {
	font-size: 18px;
	font-weight: bold;
}