/** For demoreel videos **/

body {
	background-color: rgb(10, 10, 10);
	background-image: none;
}

#videoplayer {
	margin-top: 20px;
}

.demoreel_header {
	margin-bottom: 24px;
	color: rgb(180, 180, 180);
}

a:link { 
}
a:visited {
  color: rgb(100, 140, 100);
}
a:hover {
  background: rgb(0, 0, 0);
  color: rgb(140, 190, 140);
}
a:active { 
  color: rgb(160, 220, 160);
}

.file_info {
	color: rgb(70, 70, 70);
}

#player_close {
	margin-top: 22px;
}

#next_video {
	margin-top: 12px;
	margin-bottom: 12px;
}

#nosound {
	color: rgb(30, 30, 30);
}
