@font-face {
	font-family: PressStart;
	src: url('../PrStart.ttf') format('truetype'),
	url('../prstart.svg#font') format('svg');
}

@font-face {
	font-family: PressStartK;
	src: url('../prstartk.ttf');
}

a {
	color: yellow;
}

.up_vote {
	cursor: pointer;
}

.down_vote {
	cursor: pointer;
}

#add_button {
	cursor: pointer;
}


body {
	
	position: relative;
	background-color: black;
	color: white;
	
}

img {position: relative;
	left: -20%;}

#container { 
	position: relative;
	background-color: black;
	font-family: Helvetica, sans-serif;
	color: white;
	width: 80%;
	left: 10%;

}




iframe {
	position: relative;	
	left: 7%;
	
}
h2 { 
	font-family: PressStart, sans-serif; 
	text-transform: uppercase;
	text-align: center;
 	color: white;
	padding-top: 5px;

}

th,td {
 font-family: PressStart, sans-serif; 
 text-transform: uppercase;
text-align: left;
padding-right: 30px;
padding-bottom: 5px;	
}

.position {
	
	font-size: 24pt;
	color: yellow;
	text-align: left;
	
}

p {
	color: white;
}

li {
	font-family: Helvetica, sans-serif;
	color: white;
	padding-top: 5px;
	padding-bottom: 5px;
}

#add_song_dialog {
	display: none;
}


#add:hover {
	cursor: hand;
}

#add {

	background: blue;
	-moz-border-radius: 25px ;
	-webkit-border-radius: 25px ;
	font-family: PressStart, sans-serif; 
	 text-transform: uppercase;	
	text-align: center;



}


#vote_images {
	display: block;
    margin-left: auto;
    margin-right: auto ;
    padding-top: 20px; padding-bottom: 20px;
}

#new_song_msg {
	display: none;
	position: fixed;
	left: 150px;
	top: 120px;
	z-index: 300;
}

input {
	font-family: PressStart, sans-serif; 
		 text-transform: uppercase;	
	text-align: center ;
}

#new_vote_up_msg {
	display:none;
}

#new_vote_down_msg {
	display:none;
	
}

.ac_results li {
	font-family: PressStart, sans-serif; 
		 text-transform: uppercase;	
	
} 

#message-box {
	
	display:none;
	position: fixed;
	left: 150px;
	top: 120px;
	z-index: 400;
	border:15px double blue;
	margin: -15px;
	padding: 10px;
	background-color: black;
}
