#content {
	position: relative;
	width: 100%;
	max-width: 1100px;
	justify-self: center;
	margin: auto;
	min-height: 100dvh;
}

.listing_container {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin: auto;
	min-width: 1100px;
}

.item_row {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	padding: 15px;
	border-bottom: 2px solid #ddd;
}

.item_category {
	font-size: 25px;
	color: #003377;
	font-weight: bold;
	width: 100%;
}

.item_container {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	/*width: 100%;*/
}

.order_container {
	flex-direction: column;
	max-height: 100px;
}

.item {
	min-width: 340px;
	max-width: 340px;
	text-decoration: none;
	color: #003377;
}

.file_link {
	text-decoration: none;
	color: #003377;
}

.file_link:hover {
	text-decoration: underline;
}

.order {
	min-width: 260px;
	max-width: 260px;
}