.no-js .orbit {
	display: none;
}

a#recent-topics {
	display: none;
}

.googleads {
	text-align: center;
	max-width: 100%;
	width: auto;
}

ins.adsbygoogle[data-ad-status="unfilled"] {
	display: none !important;
}

.page-footer {
	clear: both;
	background: #2c3840;
	padding: 2rem 0 0;
	color: #8aa0ae;
}

.page-footer h3 {
	margin-top: 20px;
}

.logo {
	height: 134px;
	width: 229px;
	padding: 10px 13px 0 10px;
	display: block;
	margin: 0 auto;
}

.logo:hover {
	text-decoration: none;
}

.is-drilldown {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 0;
	background-color: #f5f5f5 !important;
}

.drilldown a.drilldowntitle {
	background: #174f5e;
	color: #ffffff;
	text-align: center;
	font-size: 1.2em;
	padding: 0;
	height: 48px;
	line-height: 50px;
}

.drilldown a.drilldowntitle:hover {
	font-size: 1.3em;
	font-weight: bolder;
}

.drilldown .is-drilldown-submenu a,
.sponsors article h1 a {
	font-weight: 700;
}

.drilldown a.forumtitle {
	text-align: left;
}

.drilldown .is-drilldown-submenu-parent > a.drilldowntitle::after {
	border-color: transparent transparent transparent #ffffff;
}

.is-drilldown-submenu-item {
	background-color: grey;
}

.js-drilldown-back a::after {
	content: 'Select a Forum';
	text-align: center;
	font-size: 1.4em;
	color: red;
	margin: 0 auto;
	width: 200px;
	display: block;
	font-family: Verdana;
}

.ads::after,
.ads::before {
	min-width: 100px;
	background-color: #ffff00;
	position: absolute;
	top: -15px;
	content: "Sponsors";
}

.js-drilldown-back a {
	text-align: left;
}

.registerTop {
	margin: 1rem;
}

.sponsors article {
	padding: 1rem;
	text-align: center;
}

.ads::before {
	left: -5px;
	text-align: center;
}

.ads::after {
	right: -5px;
	text-align: center;
}

.copyright p.terms a {
	color: #f8f8f8;
}

.mtblink:hover {
	color: #ffffff;
}

.inline-block {
	display: inline-block;
}

.google-auto-placed {
	margin: 20px 0;
}

.logo-text {
	display: block;
	position: absolute;
	margin-top: 1rem;
	color: #b20623;
	font-weight: 700;
	left: calc(50% - 117px);
	top: 0;
}

ins.adsbygoogle {
	min-height: 1rem;
	min-width: 100%;
	max-width: 1152px !important;
}

div.adsbygoogle {
	min-height: 1rem;
	min-width: 95%;
	max-width: 95% !important;
	margin: 1rem auto;
}

ins.adsbygoogle.adsbygoogle-noablate {
	max-height: 120px;
	min-width: 100px;
}

#adsbygoogleTop,
ins.adsbygoogle a {
	min-height: 282px !important;
	max-height: 282px !important;
	height: 282px !important;
}

.advertiseImg {
	display: block;
	margin: 1rem auto;
}

ins.adsbygoogle a {
	display: none;
}

ins.adsbygoogle[data-ad-status="unfilled"] a {
	display: block;
}

#wrap ~ ins {
	display: none !important;
}

#btnAdd {
	width: 38px;
	height: 38px;
	background-color: #b20623;
	color: #ffffff;
	border-radius: 50%;
	cursor: pointer;
	display: none;
	align-items: center;
	justify-content: center;
	transition: background-color 0.2s ease-in-out, transform 0.1s ease;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

#btnAdd.btnAdd-is-visible {
	display: flex;
}

#btnAdd:hover {
	background-color: #006a4e;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

#btnAdd:active {
	transform: scale(0.95);
}

#btnAdd .fa-download {
	font-size: 1.25rem;
	line-height: 1;
}

.google_button {
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% 100%;
	width: 250px;
	height: 50px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 0;
	margin-right: 10px;
	content-visibility: hidden;
}

.google_button_login {
	background-image: url("/styles/prosilver/theme/images/web_dark_sq_SI_2x.png");
}

.google_button_register {
	background-image: url("/styles/prosilver/theme/images/web_dark_sq_SU_2x.png");
}

@media screen and (max-width: 63.9375em) {
	.panel,
	.post {
		padding: 10px;
	}

	.callout {
		padding: 10px;
	}
}

/* BBCode */
.post .postbody .content ul {
	list-style: disc;
	list-style-position: outside;
}

.post .postbody .content ol {
	list-style: decimal;
	list-style-position: outside;
}

.post .postbody .content li {
	display: list-item;
}

.post .postbody .content blockquote + p {
	margin-top: 1rem;
}
