/* Let viewtopic media use the full post column after the top action tools. */
.ct-topic-post .postbody > .content,
.ct-topic-post .postbody > .attachbox {
	clear: both;
}

.ct-topic-post .postbody > .attachbox {
	float: none;
	width: 100%;
	margin: 10px 0 0;
	box-sizing: border-box;
}

.ct-topic-post .postbody > .attachbox .attach-image {
	width: 100%;
	max-height: none;
	overflow: visible;
}

.ct-topic-post .postbody > .attachbox .attach-image img {
	max-width: 100%;
	height: auto;
}
