#filterWrapper {
	position: relative;
}
#filterWrapper > .jsloot {
	position: absolute;
	top: 0px;
	right: 0px;  
	box-shadow: -2px 2px 0px #888;
}
#woc {
	border: none;
	background: #f9f9f9;
	border-radius: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	box-shadow: 0px 1px 1px #bababa;
	font-family: "Segoe UI", "Tahoma", "Arial";
}
#last {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	position: sticky;
	top: 40vh;
	font-size: 32px;
	margin-bottom: 30px;
	padding-top: 50px;
	padding-bottom: 50px;
	background: #00000012;
}
#last > p {
	user-select: none;
}

.entryDate {
	background: #0000008a;
	color: white;
	width: 100%;
	justify-content: space-between;
	padding-top: 5px;
	padding-bottom: 5px;
}

.entryTagsWrapper {
	background: #0000008a;
	padding-right: 10px;
	--borderRadius: 8px;
	border-top-left-radius: 8px;
	user-select: none;
	min-height: 32px;
}

.entryTagsWrapper > span {
	color: white;
}

.entryTags > div:first-child {
	border-top-left-radius: var(--borderRadius);
}

.entryTags > div:last-child {
	border-bottom-right-radius: var(--borderRadius);
}

.entryAnchor {
	color: white;
	text-decoration: none;
	margin-right: 7px;
	user-select: none;
}

.entryDate *::selection, .entryDate::selection {
	color: var(--clrSelectionBackground);
	background: var(--clrSelectionText);
}

.wocOFF .entryTags > div {
	color: white;
}

.entry.entryHasDarkTitle .entryTitle::selection {
	background: var(--selectionTitleBackground);
	color: var(--selectionTitleText);
}

.entry.entryHasDarkContent .entryContent *::selection {
	background: var(--selectionContentBackground);
	color: var(--selectionContentText);
}

#entries {
	margin-top: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	background: var(--entriesBackground);
}

#entries.wocOFF {
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	background: none;
}

.EntryFilterTagContainer > div {
	box-shadow: 0px 1px 1px #000;
}