* {
	margin: 0;
	padding: 0;
}
html, body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000;
}
body {
	padding: 20px;
}
h1, h2 {
	clear: both;
	font-weight: lighter;
	margin: 10px 0 10px 0;
}

.piano_roll, .automation_freq_vals {
	float: left;
	clear: both;
	margin-top: 10px;
	margin-right: 10px;
	padding: 20px 10px;
	background: #ebebeb;
}
.automation_freq_vals {
	clear: none;
	padding: 5px;
	margin-left: 20px;
	border-left: 1px solid #666;
}
.white_key, .black_key {
	position: relative;
	z-index: 1;
	clear: both;
	padding: 8px 5px;
	border: 1px solid #000;
	width: 360px;
	float: left;
	font-size: 14px;
	background: #fff;
	margin-top: -1px;
}
.black_key {
	z-index: 3;
	padding: 2px 5px;
	background: #000;
	color: #fff;
	width: 200px;
	margin: -10px 0;
}
.freq_val { 
	color: #888;
	float: left; 
	margin-left: 15px;
}
.note_name { 
	float: left; 
	font-weight: bold;
}
.automation_val {
	float: left;
	margin-left: 10px;
	color: #66c500;
}
.automation_val.nn19 {
	color: #1971b7;
}
.no_margin { margin-left: 0; }
.white_key .note_name {
	margin-left: 220px;
}
.automation_freq_vals .freq_val {
	float: left;
	color: #666;
}
.automation_freq_vals .automation_val {
	float: left;
	display: block;
	width: 30px;
}
table td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding-right: 5px;
}
.img-wrap {
	float: left;
	padding: 0 10px;
	margin-right: 10px;
}
.img-wrap > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.img-wrap h3 {
	font-size: 18px;
	margin-bottom: 15px;
}
table.fifth-third-intervals {
	font-size: 14px;
}
table.fifth-third-intervals td {
	border: 1px solid #ccc;
	margin-left: -1px;
	margin-bottom: -1px;
	padding: 5px 10px;
}
table.fifth-third-intervals thead td,
table.fifth-third-intervals tbody > tr td:nth-child(1) {
	font-weight: bold;
}
table.fifth-third-intervals tbody > tr:nth-child(odd) {
	background-color: #efefef;
}