.flex-archive {
	display: flex;
}

.archive-container-outer {
	width: 1000px;
	height: auto;
	border: 2px solid black;
	padding: 15px;
	margin: auto;
	display: flex;
	border-radius: 20px;
	background-color: #f6e4b3;
}

.archive-sidebar {
	width: 200px;
	height: auto;
	margin: 0;
	padding: 20px;
	border-radius: 20px 0px 0px 20px;
	background-color: #f6e4b3;
}

.archive-container-inner {
	width: 800px;
	height: 900px;
	border: 1px solid #9a013f;
	padding: 10px;
	border-radius: 0px 20px 20px 0px;
	background-color: #f6e4b3;
	overflow: auto;
	scrollbar-width: thin;
}

.thumbnail-oldart {
	width: 113px;
	height: 113px;
	border: 1px solid black;
	margin-bottom: 10px;
	margin-right: 10px;
	background-repeat: none;
}

.tab {
	overflow: hidden;
	background-color: transparent;
	border-style: none none solid none;
	border-width: 1px;
	font-family: 'Sysfont';
	
}

.tab button {
	border: none;
	padding: 10px;
	border-style: 1px solid solid none solid;
	outline: none;
	background-color: transparent;

}

.tab button.active {
	background-color: #C44C5C;
	border-style: solid solid none solid;
	border-width: 1px;
	
}

.tabcontent {
	display: none;
	border-top: white;
}

#new {
	background-image: url('assets/new.gif');
	margin-bottom: -30px;
	height: 15px;
	width: 25px;
	z-index: 1;
	position: absolute;
}

p {
	font-family: 'MS Gothic';
}

h1.title {
	font-family: 'Verdana';
	font-size: 25px;
}

button.tablinks {
	font-family: 'MS Gothic';
	font-size: 20px;
}

.archive-gallery {
	width: auto;
	height: 700px;
	overflow: auto;
	scrollbar-width: thin;
	border: 1px solid black;
	padding: 10px;
}
