/* (c) 2010 akordy (at) smulik.sk */
input {
	margin: 0px;
}

body {
	font-family: sans-serif;
	color: black;
	background-color: white;
}

h1 {
	font-family: Times, serif;
	font-weight: bold;
	font-size: 300%;
	margin-top: 8px;
}

h2 {
	font-family: Times, serif;
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 0px;
}

textarea {
	font-family: monospace;
}

.chords,.chords2 {
	font-family: verdana;
	font-style: italic;
	font-weight: bold;
	font-size: 125%;
	letter-spacing: 0.001em;
	vertical-align: super;
	color: blue;
}

.chords3 {
	font-family: monospace;
	font-weight: bold;
	white-space: pre;
	color: blue;
}

.chords-inline,.chords-inline2 {
	font-family: monospace;
	font-weight: bold;
	letter-spacing: 0.001em;
	color: #007FBF;
}

.tabs {
	font-family: monospace;
	color: gray;
	line-height: 75%;
	white-space: pre;
	margin: 0px;
}

.submenu {
	color: black;
	background-color: #BBBBFF;
	width: 100%;
	padding: 0.5em;
	font-size: 80%;
	line-height: 15px;
}

.content {
	font-family: monospace;
	position: relative;
	float: left;
	padding-left: 20px;
	width: 45%;
}

.disclaimer {
	color: gray;
	font-family: sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 60%;
	margin-top: 40px;
	border-top: 1px solid;
}

.chorddefs {
	display: flex;
	gap: 20px;
}

.refrainbox,.bridge {
	position: relative;
	left: -20px;
}

.refrainheader {
	float: left;
	font-size: 120%;
	font-weight: bold;
	padding: 5px;
	width: 30px;
}

.refraincontent {
	padding-left: 40px;
}

.adminbox {
	position: relative;
	float: left;
	width: 45%;
}

.previewbox {
	font-family: monospace;
	position: relative;
	float: right;
	width: 50%;
	border-width: thin;
	padding-bottom: 20px;
}

.audioplayer {
	position: relative;
	float: right;
	right: 0px;
	overflow: visible;
}

/* ugly chromium audio tag needs color tweak */
audio::-webkit-media-controls-panel {
	background-color: #e0e0e0;
}

.toolbox {
	position: relative;
	float: right;
	width: 40%;
	border-width: 1px solid;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 10px;
}

.toolboxmenu {
	border-bottom: 1px solid #999999;
	background-color: #BBBBFF;
	padding-left: 5px;
	padding-right: 15px;

}

.keybox {
	background-color: #EEEE88;
	border-style: dotted;
	border-width: 1px;
	padding-left: 5px;
	font-size: 90%;
}
