@font-face { 
	font-family: 'BILLO'; 
	src: url('../assets/fonts/BILLO___.TTF'); 
}
@font-face { 
	font-family: 'ALBA'; 
	src: url('../assets/fonts/ALBAS____.TTF'); 
}
@font-face { 
	font-family: 'EIGHT'; 
	src: url('../assets/fonts/EIGH3___.TTF'); 
}
@font-face { 
	font-family: 'Antipasto'; 
	src: url('../assets/fonts/Antipasto_regular.otf'); 
}
@font-face { 
	font-family: 'Antipasto'; 
	font-weight: bold;
	src: url('../assets/fonts/Antipasto_extrabold.otf'); 
}

body {
	background: #222;
	padding: 0px;
	margin: 0px;
	color: #DDD;
	font-family: "verdana";
}
img {
	border: 0px;
}
a:link { 
	color: #DD0; 
	text-decoration: none;	
}
a:visited { 
	color: #DD0; 
	text-decoration: none;
}
a:hover { 
	color: #FF0; 
	text-decoration: underline;
}
a:active { 
	color: #DD0; 
	text-decoration: none;
}

.setuptitle {
	font-size: 40px;
}
input.field {
	width: 300px;
	font-size: 20px;
}
button {
	cursor: pointer;
	border: 2px solid #FFF;
	background: #000;
	color: #FFF;
	padding-left: 10px;
	padding-right: 10px;	
	font-size: 15px;
	border-radius: 10px;
}
button:hover {
	color: #000;
	background: #FFF;
	border: 2px solid #000;

}
.flag {
	background: #E32B2E;
	margin-left: 10px;
	padding-left: 5px;
	padding-right: 5px;	
	font-size: 13px;	
	
}
.disabled {
	opacity: 0.4;
	cursor: auto;
}
.disabled:hover {
	color: #FFF;
	background: #E32B2E;
	border: 2px solid #FFF;	
}
#error {
	background: #89B52B;
	color: #FFF;
	position: fixed;
	top: 0px;
	right: 0px;
	border-bottom: 2px solid #FFF;
	border-left: 2px solid #FFF;	

	font-family: "Antipasto";
	font-weight: bold;
	font-size: 20px;
	
	padding: 10px;

	border-bottom-left-radius: 10px;
}
#startover {
	background: #89B52B;
	position: fixed;
	top: 150px;
	left: 0px;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;	
	border-top: 2px solid #FFF;
	
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	
	font-family: "Antipasto";
	font-weight: bold;
	font-size: 20px;
	
	padding: 10px;
	
	cursor: pointer;	
}
#startover:hover {
	background: #22A4FB;
}
#randomize {
	background: #89B52B;
	position: fixed;
	top: 100px;
	left: 0px;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;	
	border-top: 2px solid #FFF;
	
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	
	font-family: "Antipasto";
	font-weight: bold;
	font-size: 20px;
	
	padding: 10px;
	
	cursor: pointer;
}
#randomize:hover {
	background: #22A4FB;
}
#confirmsetup {
	padding: 17px;
	font-size: 23px;
}
.structure-section-div {
	font-weight: bold;
}
#setup {
	text-align: center;
	background: #ED2B6F;
	padding: 10px;
	border-bottom: 2px solid #FFF;
	font-family: "Antipasto";
	color: #FFF;
	font-size: 25px;
}
#header {
	background: #0082D9;
	position: fixed;
	top: 0px;
	left: 0px;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;	
	
	border-bottom-right-radius: 10px;
	
	font-family: "Antipasto";
	font-weight: bold;
	font-size: 30px;
	
	padding-left: 5px;
	padding-right: 5px;	
	
	cursor: pointer;
}
#header:hover {
	background: #22A4FB;
}
#footer {
	text-align: center;
	font-size: 13px;
	color: #888;
	font-family: courier;
	background: #161616;
	margin-top: 50px;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;	
	padding: 5px;
}
.song-title {
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	font-family: "EIGHT";
	background: #ED2B6F;
	padding: 5px;
	border-bottom: 4px solid #FFF;
}
#lyrics {
	text-align: center;
}
.lyrics-section {
	padding: 10px;
	text-align: center;
	
	font-family: "Antipasto";
	font-size: 18px;
}
.lyrics-section-header {
	font-weight: bold;
	
}
.lyrics-section-line {
	
}