/*  phpBB Style Sheet
    --------------------------------------------------------------
	Style name:		Simplex
	Based on style:		prosilver (the default phpBB style)
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		phpBB Limited ( https://www.phpbb.com/ )
    --------------------------------------------------------------
*/

@import url("normalize.css?hash=e6c08715");
@import url("base.css?hash=3f6a1415");
@import url("utilities.css?hash=b95e1ad4");
@import url("icons.css?hash=031e7310");
@import url("common.css?hash=efe03754");
@import url("buttons.css?hash=b25df72e");
@import url("links.css?hash=19d114d5");
@import url("mentions.css?hash=308fbc69");
@import url("content.css?hash=8a5eb13e");
@import url("cp.css?hash=b02034ec");
@import url("forms.css?hash=5d177aa1");
@import url("colours.css?hash=411a24b9");
@import url("responsive.css?hash=749e01e6");
@import url("bidi.css?hash=c1b99d9a");
@import url("modsdb.css?hash=ed3845ea");
@import url("medals.css?hash=0c2f05ba");

/* common.css changes */
#wrapping {
	margin: 0 auto;
	max-width: 1152px;
}

#navtime {
	float: left;
	width: auto;
	margin-top: 0;
	list-style: none;
	padding: 0;
	font-size: var(--ps-font-tiny)
}

.navhead {
	padding: 0 8px 5px 8px;
}

/* Make buttons appear hidden until hover on post
--------------------------------------------- */
.notouch.section-viewtopic .post-buttons {
	opacity: 0;
	transition: opacity .5s;
}

.notouch.section-viewtopic .post:hover .post-buttons {
	opacity: 1;
}

