.column-webcomic_transcript_comic {
	width: 15%;

	& img {
		height: auto;
		max-width: 100%;
		vertical-align: middle;
	}

	& .post-com-count-wrapper {
		position: relative;
	}

	& .post-com-count-pending.transcript {
		background: #00a0d2;
		left: auto;
		position: absolute;
		right: 3px;
		top: 16px;
	}

	& .post-com-count-no-pending + .post-com-count-pending.transcript {
		left: -3px;
		position: relative;
		right: auto;
		top: auto;
	}
}
