@import url('./../../flat-style/theme/stylesheet.css');
@import url('./badges.css');

.headerbar {
	background: #333;
	background-image: linear-gradient(to bottom, #000 30%, #333 100%);
	.logo {
		float: none;
		display: flex;
		justify-content: center;
		img {
			background: none;
			max-height: 150px;
			height: auto;
			width: auto;
			max-width: 100%;
		}
	}
}

.page-body {
	.phpbb_announcement {
		border-radius: 0;
	}
}

.postbody {
	div[id^="div_post_reput"] {
		display: none;
	}
}

.quickreply-title {
	& + fieldset {
		dl:has([for="subject"]) {
			display: none;
		}

		.message-box {
			width: 100%;
		}
	}
}