.file-thumb{max-width:250px;max-height:250px;}
.post-message{margin:0;padding:20px;}
.post-container.reply{background-color:floralwhite;}
.post-container.op{background-color: cornsilk; min-width:600px;}

a{color:#73269e;text-decoration:none;cursor: pointer;}
body{font-family: sans-serif;margin: 0;background-color:white;}
nav{background-color: #eee;padding: 5px;position:fixed;}
pre{margin: 1em 2em;font-family: inherit;}
.nav-item{padding: 0 10px;}
#file{height:100%;}
.post-container{
box-sizing: border-box;
margin: .5em;
max-width: 100%;
min-width: 30em;}
.postmenu{display: none;}
.thread{display: flex;flex-direction: column;align-items: flex-start;width: 90%;}
.post-name{font-weight:700;color:#eb0017;}
.post-container, .catalog-tile, .collapse, .pages, .stickynav {
padding: 10px;
width: fit-content;
margin: 5px;
}
.catalog-tile, .collapse, .pages, .stickynav {
background-color: cornsilk;
}
.post-files {
	float: left;
	margin: 0 .5em .5em .5em;
	display: flex;
	flex-flow: row wrap;
	align-items: start;
}
form{align-self: center;}
.row {
	display: flex;
	flex-direction: row;
	max-width: 100%;
	margin-bottom: 1px;
	overflow: hidden;
	flex-shrink: 0;
}
.label, .rlabel {
	padding: 3px;
	border: 1px solid cornsilk;
	min-width: 80px;
	background: antiquewhite;
	display: flex;
	font-weight: 700;
	margin-right: 1px;
	align-items: start;
	flex-direction: column;
	justify-content: center;
}
.postform-style {
	display: flex;
	border: 1px solid antiquewhite;
	background: cornsilk;
	align-items: center;
	box-sizing: border-box;
}
input[type="button"], input[type="file"], input[type="number"], input[type="password"], input[type="range"], input[type="submit"], input[type="text"], select, textarea {
	margin: 0;
	flex-grow: 1;
}
.action-wrapper, .form-wrapper, .table-container, .thread {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.stickynav {
	bottom: 5px;
	right: 5px;
	position: fixed;
	z-index: 1;
}
input, select, textarea {
	accent-color: #73269e;
	border: 1px solid antiquewhite;
	border-radius: 0px;
	background: cornsilk;
	color: black;
	font-family: arial, helvetica, sans-serif;
	font-size: inherit;
}
.post-file-info .filename {
	display: inline-block;
	max-width: calc(100% - 3em);
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: bottom;
	word-break: break-all;
	white-space: nowrap;
}
.post-file-info {
	text-align: center;
	margin: 0px 2px 2px;
	width: 100%;
	max-width: 250px;
	font-size: x-small;
}
#submitpost{
	width: 100%;
	background-color: #ffb8c3;
	min-height: 2.5em;
	cursor: pointer;

	display: flex;
	justify-content: center;
	align-items: center;
}
footer,#bottom,#links{
	font-size: xx-small;
	line-height: 1em;
	text-align: center;
}

#progress {
	position:fixed;
	width: 100%;
	height: 5px;
	background-color: transparent;
}

#bar {
	width: 0%;
	height: 5px;
	background-color: green;
}