/*
	CSG Dark - showthread.css
	Thread tools and the ratings row that sit above a thread.
*/
ul.thread_tools,
ul.thread_tools li {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline;
}

ul.thread_tools li {
	padding-left: 0.3125rem;
	padding-bottom: 0.25rem;
	margin-bottom: 0.1875rem;
	font-size: 0.75rem;
}

/* The default theme sprites these; the label is enough. */
ul.thread_tools li.printable,
ul.thread_tools li.sendthread,
ul.thread_tools li.subscription_add,
ul.thread_tools li.subscription_remove,
ul.thread_tools li.poll { background-image: none; padding-left: 0.3125rem; }

.showthread_spinner {
	width: 100%;
	margin: 0 auto;
	display: block;
	text-align: center;
	padding: 1.25rem;
	color: var(--muted);
	font-size: 0.6875rem;
	letter-spacing: 0.0938rem;
	text-transform: uppercase;
}

/* Quick reply sits under the last post and should read as one more card. */
#quick_reply_form .post_body { padding: 0.875rem 1rem; }
#quick_reply_form textarea { width: 100%; }
