body {
	background: rgb(255,255,204);
	background-image: url('../pics/square_bkg_black.png');
}
.keyboard svg {
	width: 100%;
	height: auto;
	min-width: 1000;
	margin: auto;
}
.blackKey {
	fill:rgb(0,0,0);
	stroke-width:1;
	stroke:rgb(0,0,0);
}
.whiteKey {
	fill:rgb(255,255,255);
	stroke-width:1;
	stroke:rgb(0,0,0);	
}
.WtkeyText {
	fill:rgb(0,0,0);
	font-size:10px;
	font-family:monospace;
}
.BlkeyText {
	fill:rgb(255,255,255);
	font-size:10px;
	font-family:monospace;
	writing-mode: vertical-lr;
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: vertical-lr;
}
.selectedKey {
	fill:#8ea253;
}
.full-width-slider .ui-rangeslider-sliders{
	position:relative;
	overflow:visible;
	height:30px;
	margin:0 1%;
}
#textMusic {
	display: none;
}