table.chord  {
	border-collapse: collapse;
}

.chord caption {
	margin: 10px 0 0 0;
	padding: 5px;
	border-radius: 3px;
	text-align: center;
	font-family: Verdana;
	background-color: #333;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0.7em;
}

.fret-number {
	text-indent: -5px;
}

.chord td {
	border-left: 1px solid #ddd;
	border-top: 1px solid #eee;
}

.chord thead th {
	border-bottom: 2px solid #ddd;
}


.chord td:last-child, .chord th:last-child, .chord th:first-child {
	border-top: none;
	border-bottom: none;
}

.chord td, .chord th {
	height: 20px;
	width: 15px;
	font-size: 0.6em;
	font-family: "Helvetica Neue", Verdana;
}

.chord td .dot, .chord th .dot {
	position: relative;
	z-index: 100;
	height: 14px;
	width: 14px;
	margin-left: -9px;
	border-radius: 10px;
	text-align: center;
}

.chord td .plain {
	background-color: #333;
	color: #fff;
	padding-top: 1px;
}

.chord td .grey {
	background-color: #b1b1b1;
	color: #fff;
}
.chord th .open {
	border: 1px solid #333;
}
