button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}details,main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}

*{
font-family: Times New Roman;
}

#pageturn{
	width: 25px;
	height: 100%;
	z-index: 99;
	font-size:50px;
	display: inline-flex;
	align-items: center;
	padding: 12.5px;
	background-color: #CCC;
}

#main{
	padding:65px 65px;
}

#topbar{
	height:65px;
	width:100%;
	background-color: #CCC;
	position: fixed;
	z-index: 100;
}

.topcontainer{
float: left;
	width:97%;
}

.toprow{
padding:2px;
}

.toprow select{
width: 8%;}

.toprow span{
  width: 26%;
  display: inline-block;
  background-color: #eee;
  font-size: 22px;
  text-align:center;
}

#editLyrics{
text-decoration: underline;
}

#console{
	position: fixed;
	z-index: 100;
	width:100%;
 	height: 100%;
	background:transparent;
}

input{
   font-size: 24px;
   background-color: #FFF;
   height: 27px;
   font-family: "Times New Roman", Times, san-serif;
   border-width: 1px 0px;
   width:24%;
}

select{
float: right;
font-size: 20px;
padding: 2px 2px;
margin: px;
background: none;
border-width: 1px;
border-color: #000;
border-radius: 0px;
border-style: solid;
color:#000;
}

.button{
height:50px;
width:50px;
font-size: 40px;
color: black;
text-decoration: none;
background-color: #888;
align-items: center;
display: flex;
text-indent: 10px;
}

#back{
text-indent: 5px;
}

.left{
float: left;
}

.right{
float: right;
}

#savebutton{
	position: relative;
	float: right;
	width: 19%;
}

#title{
	width: 40%;
}

#savebutton>input{
	width: 100%
}

.page{
position: absolute;
width: 550px;
overflow: hidden;
font-size: 18px;
line-height: 18px;
background: transparent;
z-index: 5;
resize: none;
}

#chords1, #chords2{
font-family: 'Courier New';
text-shadow: #000 0px 0px .75px;
z-index:1;
}

#notes1, #notes2{
z-index:2;
}

#lyrics1, #chords1, #notes1{
width: 550px;
height: 717px;
}

#lyrics2, #chords2, #notes2{
height: 1436px;
margin: -719px 0px;
}

#pageturn{
display:none;
}

#onepage, #twopage{
  width: 565px;
  position: relative;
  display:flex;
  float: left;
  height: 717px;
	background-color: white;
}

#onepageBtn{
display:flex;}

#twopageBtn{
display:none;}

#main {
  padding: 63px 15px;
  width: 100%;
}

#line{
position: absolute;
top: 363px;
border-color: black;
border-width: 0px;
border-style: solid;
z-index: 100;
width: 1123px;
border-top-width: 1px;
}

#back{
	float: left;
	position: relative;
	width: 3%;
	height: 60px;
	color: black;
	letter-spacing: -40px;
	font-size: 40px;
	margin: 10px 0px;
}

@media screen and (max-width: 1130px){
	#onepage{
		display: none;
	}
	#lyrics2, #chords2{
height: 1436px;
margin: 0px 0px;
}
}