/**
 * 
 * '@Mention System
 * 
 * @copyright (c) 2015 Wolfsblvt ( www.pinkes-forum.de )
 * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
 * @author Clemens Husung (Wolfsblvt)
 */

.mentions-posted {
	background-color: #CFCFCF;
}
.mentions-avatar {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	width: 20px;
	height: 20px;
	background: url("images/preloader.gif") no-repeat center;
}
.mentions-avatar img, .mentions-avatar div.mentions-avatar-no-avatar {
	margin-bottom: 2px;
	max-height: 20px;
	max-width: 20px;
	vertical-align: middle;
	width: auto;
}

.mentions-avatar-no-avatar {
	background: url("images/no_avatar.gif") no-repeat 100%;
}