/* This CSS is included in any phpBB page and only for the current style */

.contrib-list-container.grid .quickview-labels {
    max-height: 23px;
}
.contrib-list-container.list .quickview-labels {
    max-height: 23px;
}

.b-qr-subject {
	display: none;
}

.b-posting-preview-title,
.b-dl-item-title {
	font-size: 1.5em;
}

.b-version-history-container .post.bg2 {
	background-color: #f5fcff;
}

table.b-file-info {
	font-size: 1em;
}

.action-bar.contrib-filter .buttons .button {
	background: #008101;
	color: white;
	border-radius: 5px;
	border: none;
}
.action-bar.contrib-filter .buttons .button i {
	color: white;
}

.b-related-posts .b-related-posts-mark {
	font-size: 1.8em;
	color: #FF9800;
}

.quickview-sale-badge2 {
	font-size: 14px;
}

.b-buy-info {
	font-size: 12px;
}
.b-buy-info .b-activate-button {
	font-size: 12px;
	background: #fe9700;
	color: #fff;
}
.b-buy-info .b-deactivate-button {
	font-size: 12px;
}


.b-file-page .postbody h3 {
	display: block;
}