/* CSS for the Drumputer Randomizer screen */

#spanGroupNotes {
	color: #00FF40;
	font-size: 10pt;
	font-style: italic;
}

#txtHEXLINES2 {
	font-size: 11px;
	color: #000;
}

#txtImageSrc {
	font-size: 11px;
	color: #000;
}
#btnCompile {
	width: 550px;
	height: 40px;
	font-weight: bold;
}

td.inforowhdr {
	background: #DEDEDE;
	color: #000;
	font-weight: bold;
	vertical-align: top;
	border: 1px solid black;
}

canvas.drumpatterns {
	border: 1px dotted yellow;
	padding: 1px;
}

input {
	color: #000;
}
input.num {
	text-align: right;
	width: 40px;
}
select {
	color: #000;
}
td {
	padding: 5px;
}
th {
	padding: 5px;
}
