body {
	font-family: "Roboto", sans-serif !important;
}

article header {
	font-family: inherit !important;
}

.post_image_link,
.thread_image_link {
	display: inline-block;
}

.post_image_link > img:not([src]),
.thread_image_link > img:not([src]) {
	visibility: hidden;
}

.post_controls a[data-function="delete"] {
	display: none;
}

.modal-information > a[data-function="addBulkReport"] {
	display: none;
}

.spoiler:not(:hover) a {
	color: inherit !important;
}

.post_file_controls > a[href*="/iqdb.org/"] {
	display: none;
}

.post_file_controls > a[download] {
	display: none;
}

.backlink_list {
	padding-right: 5px;
}

.navbar .brand {
	font-weight: normal !important;
}


body a[data-function="report"]::after {
	content: " ";
	display: inline-block;
	position: absolute;
	width: 2px;
	height: 1px;
	top: 1px;
	left: 1px;
	
	background-color: rgba(0, 0, 0, 0.3);
}

body.midnight a[data-function="report"]::after {
	background-color: rgba(255, 255, 255, 0.2);
}


body.as-admin article[data-poster-level="administrator"] header {
	overflow: initial !important;
}

body.as-admin article[data-poster-level="administrator"] > header .post_level::after,
body.as-admin article[data-poster-level="administrator"] > .post_wrapper .post_level::after {
	content: "";
	display: inline-block;
	position: relative;
	width: 32px;
	height: 21px;
	top: -3px;
	margin-left: 3px;
	margin-bottom: -10px;
	background-image: url("//boards.b4k.co/assets-custom/capcode-icons/cadance.png");
	background-size: 100% auto;
	background-position: top left;
}



article[data-board="v"][data-thread-num="500773031"]::before,
article[data-board="v"][data-thread-num="510579981"]::before {
	content: "Imagine being a /v/ janny LOL";
	display: block;
	margin-top: 0px;
	margin-bottom: 30px;
	font-size: 40px;
	color: red;
	line-height: initial;
	text-align: center;
}
