.button2 {
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	background-color:#ededed;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:black;
	font-family:arial;
	font-size:20px;
	width: 100px;
	height: 40px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}

.button {
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	background-color:#ededed;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}

.buttonrot {

background-image: linear-gradient(to bottom, #E03D31 0%, #FF4F61 100%);
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	line-height:40px;
	
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}

div.word  {
	margin-left: 2px;  
	width: 3.5rem;
	text-align:center;
	float:left;
	}

 div.instrname {
	margin-right: 2px;  
	width: 7rem;
	text-align:right;
	float:left;
text-transform: capitalize;
	}


button{ 
width: 3.5rem; 
height: 1.5rem;
margin-left: 2px; 
margin-bottom: 0.4em;
border: 1px solid #aaaaaa; 
background: gray 50% 50% repeat-x; 
color: whitesmoke; 
cursor: pointer;
}
	
#feedback {
	font-weight: bold;
	}

td {width: 30px; height: 10px;}