body {
	overflow: hidden;
	font-family: Lato, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	width: 100%;
	height: 100%;
	margin: 0;
	background-color: #121212;
	font-weight:400;
}

h1{
	font-weight:300;
	color: #fff;
}

p{
	color: #bbb;
}

a{
	color: #fff;	
	text-decoration: none;
}

#info {
	text-align: left;
	position: absolute;
	width: 460px;
	background-color: rgba(0, 0, 0, .8);
	padding: 4px 30px;
	top: 20px;
	left: 0;
	display: none;
}

#prompt {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 40px;
	top: 50%;
	margin: -20px 0 0 0;
	font-size: 24px;
	font-weight:300;
	color: #fff;
}

#title{
	position: absolute;
	top: 20px;
	left: 0px;
	background-color: rgba(0, 0, 0, .8);
	padding: 4px 20px;
	font-size: 18px;
	cursor: pointer;
	width: 140px;
	line-height:30px;
	display: none;
}

#container{
	-webkit-filter: contrast(3);
}

.openBtn{
	background: url("../img/open.png");
	background-size: 20px;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	margin: 9px;
}

.closeBtn{
	position: absolute;
	right: 30px;
	top: 26px;
	background: url("../img/close.png");
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}
