/**
* @package CSS Magic Extension
* @copyright (c) 2018 martin - https://www.martins-phpbb.com & dmzx - https://www.dmzx-web.net
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
---------------------------------------------------------------------------- */

.postprofile .has-avatar .avatar-container {
	margin-bottom: 3px;
}

.postprofile .avatar {
	display: block;
	float: left;
	max-width: 100%;
}

.postprofile .avatar img {
	display: block;
	left: 0;
	top: 0;
	max-width: 60px;
	max-height: 60px;
	border-radius: 6px;
}

.postprofile {
    width: 20%;
}
