#choices{
	padding: 25px 3px 0 3px;
	height: 157px;
	overflow: hidden;
}

#choices a{
	display: block;
	float: left;
	width: 142px;
	height: 65px;
	line-height: 65px;
	margin: 0 2px 2px 0;
	background-color: gray;
	color: white;
	font-size: 0.8em;
	text-align: center;
}

#choices a:hover{
	background-color: #aaa;
}

#choices .checked,
#choices .checked:hover{
	background-color: #1a71b4;
}

#choices a:nth-child(7n){
	margin-right: 0;
}

#repertoire{
	width: 100%;
	border-spacing: 3px;
	border-collapse: separate;
	font-size: 0.8em;
	margin-top: -1px;
	margin-bottom: 70px;
}

#repertoire th, #repertoire td{
	padding: 5px;
	background-color: #eee;
	height: 40px;
}

#repertoire th span,
#repertoire th a{
	display: block;
	height: 65px;
	line-height: 65px;
	background-color: #1ab457;
	color: white;
	font-weight: normal;
	margin: -5px;
	text-align: center;
}

#repertoire th a:hover{
	background-color: #11783a;
}

#repertoire td a{
	display: block;
	height: 40px;
	line-height: 40px;
	margin: -5px;
	color: black;
}

#repertoire td a:hover{
	background-color: #ccc;
	text-decoration: none;
}

#repertoire td .sib{
	background-image: url(textures/sib.png);
	width: 60px;
	float: left;
	margin: -5px 0 -5px 0;
}

#repertoire td .pdf{
	background-image: url(textures/pdf.png);
	width: 60px;
	float: left;
	margin: -5px 0 -5px 0;
}

#repertoire td .mp3{
	background-image: url(textures/pdf.png);
	width: 60px;
	float: left;
	margin: -5px 0 -5px 0;
}

#repertoire td .mp4{
	background-image: url(textures/pdf.png);
	width: 60px;
	float: left;
	margin: -5px 0 -5px 0;
}

#repertoire td #add_score{
	background-image: url(textures/add.png);
	background-position: 5px center;
	padding-left: 50px;
}

#repertoire th a:before{
	content: '▲';
	color: white;
	font-size: 12px;
	display: block;
	text-align: center;
	height: 16px;
	line-height: 16px;
	margin-bottom: -16px;
}

#repertoire th a:after{
	content: '▼';
	color: white;
	font-size: 12px;
	display: block;
	text-align: center;
	height: 16px;
	line-height: 16px;
	margin-top: -16px;
}

#repertoire th #files:after{
	content: '⤵';
	color: white;
	font-size: 32px;
	display: block;
	text-align: center;
	text-indent: 110px;
	height: 16px;
	line-height: 16px;
	margin-top: -32px;
}