/*	phpBB3 Style Sheet
	--------------------------------------------------------------
	phpBB Extension Name:	Left Side Post Profiles
	Extension Developer:	ForumFlair (https://forumflair.co.uk)
	Compatible Style:		Prosilver
	--------------------------------------------------------------
*/

/* Hide Online Image */
.post.online, #viewprofile .online { background-image: none; }

/* Online FA Icon */
.lftsdpstprfls-icon::before { padding-right: 0; }
.lftsdpstprfls-icon { font-size: 10px; }
.user-online { color: #1ACC16; }

/* Post Body & Post Profile */
.post .postbody .attachbox { clear: right; }
.post .postbody, .post .postprofile .avatar{ float: right; }
.post .postprofile { border-width: 0 1px 0 0; float: left; text-align: left; }
.post .postprofile dd, .post .postprofile dt { margin-left: 0; margin-right: 8px; }
#preview.post .postbody { float: none; }
#topicreview .post .postbody { float: none; }

/*added by Spoddy*/
div.postbody {
	padding-left: 1%;
}
.avatar-container img {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    padding: 5px;
    margin: 5px;
    border-radius: 1px;
    /*display: inline-block;*/
	text-align: center;
	display: flex; justify-content: center; align-items: center;
}
div.avatar-container{
	display: flex; justify-content: center; align-items: center;
}

/* Responsive Media Queries */
@media (max-width: 700px) {
	/* Post Body & Post Profile */
	.post .postbody { float: none; }
	.post .postprofile { border-width: 0 0 1px 0; float: none; text-align: left; }
	.post .postprofile .avatar { float: left; }
}