:root {
	--bg: #f9f9f9;	
	--comment_background: #f2f2f2;	
	--comment_fontcolor: #506e8c;
}

/* Standaard akkoord tabel */
table {
	padding: 20px 30px;
	width: 500px;
	border-collapse: collapse;
	overflow: hidden;	
	background-color: white;
	table-layout: fixed;	
	/* margin: 15px 0px; */
}

/* Drop2 en 3 chordtables */
table.chordtable {
	width: 100%;	
}

/* 
tr:nth-child(even) {
  background-color: #f1f1f1;
}
*/
#pic {
	margin-right: 35px; 
	float: right; 
}

th, td {
	/* svp gelijk houden aan tables.css */
	padding: 9px 0px;
	
	text-align: center;
	border: 1px solid #ddd;	 
}


td a:hover {
	text-decoration: underline;
}

td.chords, td.chords_ext, td.chordnotes, td.chordnotes_ext, td.guidetone {
	font-size: 1em;	
} 

/* Titel */
td.chordconstruct, td.chordconstruct_ext {
	/* background: linear-gradient(to bottom, #ddd 0%, #f1f1f1 100%); */
	background-color: var(--comment_background);
	color: var(--comment_fontcolor);
	font-weight: bold;
}

/* Akkoordformule */
td.chords {
	font-weight: bold;
	color: black;
}

/* Akkoordformule */
td.chords_ext {	
	font-weight: bold;
	color: black;
}

/* Akkoordnoten */
td.chordnotes {
	
}

/* Akkoordnoten extensies */
td.chordnotes_ext {
	
}

td.guidetone {	
	color: var(--comment_fontcolor);
}

/* scheidingscel */
td.sep {
	border: none;
}

tr.chords:hover {
	border-left: 4px solid var(--bordercomment);
	background-color: var(--comment_background);
}

td.notes {
	
}

thead {
	background-color: #f1f1f1;
	color: var(--comment_fontcolor);
	font-weight: bold;
}