ul.thread_tools,
ul.thread_tools li {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.thread_tools li {
	padding-left: 24px;
	padding-bottom: 4px;
	margin-bottom: 3px;
	font-size: 11px;
	background-image: url(../../../images/showthread_sprite.png);
	background-repeat: no-repeat;
}

ul.thread_tools li.printable {
	background-position: 0 0;
}

ul.thread_tools li.sendthread {
	background-position: 0 -20px;
}

ul.thread_tools li.subscription_add {
	background-position: 0 -40px;
}

ul.thread_tools li.subscription_remove {
	background-position: 0 -60px;
}

ul.thread_tools li.poll {
	background-position: 0 -80px;
}

.showthread_spinner {
	width: 100%;
	margin: 0 auto;
	display: block;
	text-align: center;
	padding: 20px;
}

/* Default Responsive: showthread */
@media (max-width: 768px) {
	.post.classic .post_author,
	.post.classic .post_content {
		float: none;
		box-sizing: border-box;
		width: 100%;
		margin: 0;
	}

	.post .post_author {
		padding-bottom: 10px;
	}

	.post .post_author div.author_avatar,
	.post .post_author div.author_information,
	.post .post_author div.author_statistics {
		float: none;
		box-sizing: border-box;
		width: 100%;
		padding-right: 0;
		padding-left: 0;
		text-align: left;
	}

	.post_body,
	.post_content,
	.post_content img,
	.post_content iframe,
	.post_content video,
	.post_content embed {
		box-sizing: border-box;
		max-width: 100%;
	}

	.post_body {
		overflow-wrap: anywhere;
	}

	.post_body pre,
	.post_body code {
		max-width: 100%;
		overflow-x: auto;
		white-space: pre;
	}

	.post_controls,
	.postbit_buttons {
		float: none !important;
		display: flex;
		flex-wrap: wrap;
		gap: 6px;
	}

	.postbit_buttons a,
	.postbit_buttons input {
		min-height: 36px;
	}
}

		