body {
	background-image: url("/images/background.jpg");
}
fieldset {
	border: none;
}
legend {
	display: none;
}
#newfiles {
	table-layout: auto;
	line-height: 1.3rem;
	word-break: break-word;
}
a:hover {
	color: #403d2b;
	text-decoration: underline;
}
a {
	text-decoration: none;
	color: #202add;
}
#newfilenav {
	display: flex;
  list-style-type: none;
  flex-direction: column;
  height: 290px;
  flex-wrap: wrap;
}
#newfiles tr:nth-child(even) {
	background: #d6d6d6;
}
#newfiles tr:nth-child(odd) {
	background: #d0d0d0;
}
#nft_upload_date {
	width: 7rem;
}
#nft_file_size {
	text-align: center;
	width: 5rem;
}
#imgwrap a img {
	margin-top: 2px;
}
#midpage {
	margin: 0px;
	margin-left: 180px;
	text-align: left;
}
#pagebot {
	clear: both;
}
p.copyright {
	text-align: center;
	max-width: 1140px;
}
.menu li {
	list-style-type: none;
	padding: 0;
}
.logo {
	margin-bottom: 0px;
	margin-top: 2px;
	font-size: 8px;
}
.content {
	margin: auto;
	background-color: #dddddd;
	min-width: 540px;
	width: 75%;
	padding: 0px;
}
.vboxed {
	border-top: 2px ridge;
	border-bottom: 2px ridge;
}
.hboxed {
	border-right: 2px ridge;
	border-left: 2px ridge;
}
#random_button {
	margin-top: 10px;
}
#sidebar {
	width: 170px;
	text-align: center;
	background-color: #cccccc;
	float: left;
	border-top: 2px ridge;
	margin-top: 7px;
}
#sidebar h3 {
	font-variant-caps: small-caps;
	font-weight: bold;
	margin-bottom: 0;
}
.menuhead {
		font-weight: bold;
		margin-top: 0px;
}
.menularge {
		font-weight: bold;
		margin-bottom: 0px;
}
.menu {
		margin-top: 0px;
		padding: 0;
}
.center {
text-align: center;
margin: auto;
}

