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

.contrib-filter {
  background-color: transparent;
  border-radius: 0;
  padding: 5px;
}


.categories {
  font-size: 1.1em;
}
.b-cat-menu a.current {
  background: #43a6df;
  border-radius: 0;
}
.b-cat-menu a i {
	opacity: 1;
	line-height: 1.5;
}
.b-tags-menu-list {
  font-size: 12px;
}


.left_menu_title {
  font-size: 13px;
}
.blog-tag {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  padding: 2px 4px;
  background: #f6f6f6;
}


.contrib-list-container .action-bar a.button[onclick] {
	padding: 4px 6px;
}


.contrib-quickview {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 0;
}
.quickview-desc-fade {
  background: linear-gradient(transparent, #fff);
}
.contrib-list-container.grid .quickview-labels {
  max-height: 23px;
}
.contrib-list-container.list .quickview-labels {
  max-height: none;
}


.onetv .post-buttons a i {
	color: #43a6df;
}
.b-right-column {
	border-left: 1px solid #e4e4e4;
}
.b-file-page dl.thumbnail img,
.b-file-page dl.file img {
  padding: 3px;
}
.b-right-column dl.thumbnail img,
.b-right-column dl.file img {
  border-color: #e4e4e4;
}
.onetv .right-box,
.onetv .left-box {
	line-height: 1;
}
.b-buy-info {
	opacity: 1;
	font-size: inherit;
}
.onetv .attachbox.attach-images {
	border-radius: 0;
	padding: 12px;
	margin: 12px 0 0 0;
}
.onetv .attachbox.attach-images > dt {
	font-size: 13px;
	padding: 0 0 8px;
}


ul.b-file-info {
	background: #e4e4e4;
	border: 1px solid #e4e4e4;
}
ul.b-file-info li {
	background: #f6f6f6;
	line-height: 30px;
}
ul.b-file-info li:last-of-type {
	margin: 0;
}
ul.b-file-info li strong {
  background-color: #f6f6f6;
  border-right: 1px solid #e4e4e4;
}
ul.b-file-info + .content {
	border-top: none;
	padding-top: 8px;
}


.b-posting-help .panel {
  font-size: 1em;
}
.onetv #postingbox h3 span {
	font-size: 0.8em;
	line-height: 1.8;
}


.b-download-button {
	background: #5abd5a;
	border-radius: 0;
}
.b-download-button.b-buy-button {
	/* background: #43a6df; */
	border: 2px solid #43a6df;
}


.blog-rules {
	margin: 12px 0 24px;
	font-size: 1.083em;
	padding: 12px;
	padding-left: 60px;
	min-height: 40px;
	background-color: #2E3539;
	color: #FFFFFF;
	background-attachment: scroll;
	background-image: url("./images/notice-exclamation.svg");
	background-position: 12px 12px;
	background-repeat: no-repeat;
	border-radius: 0;
}