@charset "UTF-8";

#donate {
	position: absolute;
	right: 20px;
	bottom: 30px;
}

body {
	font-family: "Arial", "sans serif";
	font-size: 0.9em;
	
	background:  #99ffcc;
}

#signature {
	position: absolute;
	right: 20px;
	bottom: 10px;
	color: #888;
	font-style: italic;
}

#logo {
	float: left;
	margin: 0 10px 0 5px; 
	width: 40px;
	height: 40px;
	
	position: relative;
	top: -2px;
}

#header {
	position: relative;
	top: 2px;
}

#mainControlContainer {
	margin: 5px 5px 5px 5px;
}

#main {
	overflow: auto;
	height: 100%;
}

.explanation {
	font-style: italic; 
	padding-left: 20px;
	color: gray;
}

.disclaimer {
	font-style: italic; 
	color: gray;
}

.label {
	white-space: nowrap;
}

.display {
	white-space: nowrap;
	margin-left: 10px;
}

.input {
	white-space: nowrap
}

.direction {
	background: white;
	display:inline-block;
	margin: 10px;
		padding: 10px;
		cursor: pointer;
}

.direction_highlighted {
	background: lightgrey;
	display:inline-block;
	margin: 10px;
		padding: 10px;
		cursor: pointer;
}

.scale_highlighted {
	padding: 10px;
	color: red;
	font-weight: normal;
}

.scale {
	padding: 10px;
	color: black;
	font-weight: normal;
}

.chordScales {
	padding: 10px;
	background: white;
	font-weight: bold;
	display:inline-block;
	margin: 10px;
}

.chordScales_highlighted {
	padding: 10px;
	background: lightgrey;
	font-weight: bold;
	display:inline-block;
	margin: 10px;
}

#chordEntry {
	width: 100%;
	padding: 10px;
}

#chordEntryTable {
  /*margin-left: auto;
  margin-right: auto;*/	
}

.barCell {
	padding: 10px 5px 5px 5px;
	background: white;
	
	white-space: nowrap;
	min-width: 280px;
	text-align: center;
}

.chord {
	margin-left: 15px;
	margin-right: 15px;
}

.chordRoot {
 	font-weight: bold;
 	font-size: 35px;
 	
 	cursor: pointer;
 	border: none;
 	
 	 /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}

.chordType {
	font-size: 16px;
	border: none;
	cursor: pointer;
	 /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}

.addButton {
	background: yellow;
	margin: 2px;
	position: relative;
	color: black;
	height: 100%;	
	border: 1px solid black;	
	border-radius: 20%;
	min-width: 20px;
	
	padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 4px 2px;
  cursor: pointer;
}

.removeButton {
	background: yellow;
	position: relative;
	margin: 2px;
	
	color: black;
	height: 100%;
	border: 1px solid black;	
	border-radius: 20%;
	
	min-width: 20px;
	padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 4px 2px;
  cursor: pointer;
}

#playButton {
	background: yellow;
	position: relative;
	margin: 2px;
	
	color: black;
	height: 100%;
	border: 1px solid black;	
	border-radius: 20%;
	
	min-width: 40px;
	padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 4px 2px;
  cursor: pointer;
}

#score {
	width: 500px;
	height: 300px;
	background: white;
}

#msg {
	position: absolute;
	bottom: 100px;
	left: 10px;
	right: 10px;
}