body{
	margin: 0px;
	box-sizing: content-box;
	font-family: fantasy;
}
button {
  outline: none; // this one
}
.buffer{
	position: fixed;
	background-color: white;
	width: 100%;
	height: 8px;
	z-index: 10;
}
.header{
	width: 100%;
	height: 60px;
	background-image: url('img/Header Background.png');
	background-size: 100% 100%;
	border: 3px solid black;
	position: fixed;
	top: 8px;
	left: 8px;
	border: 1px solid #979797;
}
.introduction{

	padding-top: 90px;
	margin-left: 9px;
}
#zerolist{
	padding-top: 20px;
	margin-left: 9px;
}
.filter_button.filter_selected{
	background-color: blue;
	color: white;
}
.footer{

}
#zerolist img{
	border: 1px solid black;
	margin-bottom: 20px;
	width: 700px;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);

}
.image_holder{

	display: inline-block;
}
.eqzero{
	display: inline-block;
	font-size: 40px;
	padding-left: 20px;
}
h1{
	margin: 0px;

}

.upload_form_wrapper{
	position: fixed;
	padding: 20px;
	top: 120px;
	left: 40px;
	width: 500px;
	height: 500px;
	background-color: #911ba7;
	color: white;
	font-size: 12pt;
	border-radius: 10px;

}
#dropzone{
	width: 490px;
	height: 230px;
	border: 4px white;
	border-style: dotted;
	font-size: 18pt;
	text-align: center;
	padding-top: 100px;
	margin-top: 20px;
	border-radius: 20px;
}
#dropzone.highlight{
	border-color: purple;
}
#gallery {
  margin-top: 10px;
}
.kill{
	cursor: pointer;
	float: right;
	color: red;
}
#gallery img {
  width: 150px;
  margin-bottom: 10px;
  margin-right: 10px;
  vertical-align: middle;
}
.hidden{
	display: none;

}
.template{
	display: none;
}