/**
 * @package SMF Versatile Reactions
 * @version 1.0
 * @author Assadullah Shaikh a.k.a Decent_946 <asadullahshaikh20@gmail.com>
 * @copyright Copyright (c) 2020, The Versatile Pro
 * @license http://www.mozilla.org/MPL/MPL-1.1.html
 */

 .versatile_reacations {
	display: block;
	position: relative;
}

.emojis_wrapper, .emojis, .counts {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

.emojis_wrapper {
	border-radius: 20px;
	border: 1px solid #555;
	padding: 2px;
	cursor: pointer;
}

.emojis img {
	width: 26px;
	height: 26px;
}

.counts {
	font-size: 14px;
}
.who_reacted {
    margin-top: 10px;
    z-index: 99;
    position: absolute;
    padding: 5px 20px 5px 5px;
    border: 1px solid #555;
}