
/* Round */
	/* 20*20 */
		.mk__avatar_white_round_20x20{
			background-image: url('/core/images/icons/no-avatar.png');
			background-repeat: no-repeat;
			background-color: black;
			background-size: 16px;
			background-position: center center;
			height: 16px;
			width: 16px;
			border: 2px solid white;
			box-shadow: 1px 1px 6px RGBA(255,255,255,0.6);
			border-radius: 16px;
			margin: 5px;
		}
		.mk__avatar_black_round_20x20{
			background-image: url('/core/images/icons/no-avatar.png');
			background-repeat: no-repeat;
			background-color: white;
			background-size: 16px;
			background-position: center center;
			height: 16px;
			width: 16px;
			border: 2px solid black;
			box-shadow: 1px 1px 6px RGBA(0,0,0,0.6);
			border-radius: 16px;
			margin: 5px;
		}
	/* 30*30 */
		.mk__avatar_white_round_30x30{
			background-image: url('/core/images/icons/no-avatar.png');
			background-repeat: no-repeat;
			background-color: black;
			background-size: 26px;
			background-position: center center;
			height: 26px;
			width: 26px;
			border: 2px solid rgb(0, 0, 0);
			box-shadow: 1px 1px 6px RGBA(0,0,0,0.6);
			border-radius: 30px;
			margin: 0px;
		}
		.mk__avatar_black_round_30x30{
			background-image: url('/core/images/icons/no-avatar.png');
			background-repeat: no-repeat;
			background-color: white;
			background-size: 26px;
			background-position: center center;
			height: 26px;
			width: 26px;
			border: 2px solid rgb(0, 0, 0);
			box-shadow: 1px 1px 6px RGBA(0,0,0,0.6);
			border-radius: 30px;
			margin: 0px;
		}
	/* 50*50 */
		.mk__avatar_white_round_50x50{
			background-image: url('/core/images/icons/no-avatar.png');
			background-repeat: no-repeat;
			background-color: black;
			background-size: 44px;
			background-position: center center;
			height: 44px;
			width: 44px;
			border: 3px solid white;
			box-shadow: 1px 1px 6px RGBA(255,255,255,0.6);
			border-radius: 44px;
			margin: 5px;
		}
		.mk__avatar_black_round_50x50{
			background-image: url('/core/images/icons/no-avatar.png');
			background-repeat: no-repeat;
			background-color: white;
			background-size: 44px;
			background-position: center center;
			height: 44px;
			width: 44px;
			border: 3px solid black;
			box-shadow: 1px 1px 6px RGBA(0,0,0,0.6);
			border-radius: 44px;
			margin: 5px;
		}

/* Rounded */
	/* 20*20 */
		.mk__avatar_white_rounded_20x20{
			background-image: url('/core/images/icons/no-avatar.png');
			background-repeat: no-repeat;
			background-color: black;
			background-size: 16px;
			background-position: center center;
			height: 16px;
			width: 16px;
			border: 2px solid white;
			box-shadow: 1px 1px 6px RGBA(255,255,255,0.6);
			border-radius: 4px;
			margin: 5px;
		}
		.mk__avatar_black_rounded_20x20{
			background-image: url('/core/images/icons/no-avatar.png');
			background-repeat: no-repeat;
			background-color: white;
			background-size: 16px;
			background-position: center center;
			height: 16px;
			width: 16px;
			border: 2px solid black;
			box-shadow: 1px 1px 6px RGBA(0,0,0,0.6);
			border-radius: 4px;
			margin: 5px;
		}
	/* 30*30 */
		.mk__avatar_white_rounded_30x30{
			background-image: url('/core/images/icons/no-avatar.png');
			background-repeat: no-repeat;
			background-color: black;
			background-size: 26px;
			background-position: center center;
			height: 26px;
			width: 26px;
			border: 2px solid rgb(0, 0, 0);
			box-shadow: 1px 1px 6px RGBA(0,0,0,0.6);
			border-radius: 7px;
			margin: 0px;
		}
		.mk__avatar_black_rounded_30x30{
			background-image: url('/core/images/icons/no-avatar.png');
			background-repeat: no-repeat;
			background-color: white;
			background-size: 26px;
			background-position: center center;
			height: 26px;
			width: 26px;
			border: 2px solid rgb(0, 0, 0);
			box-shadow: 1px 1px 6px RGBA(0,0,0,0.6);
			border-radius: 7px;
			margin: 0px;
		}
	/* 50*50 */
		.mk__avatar_white_rounded_50x50{
			background-image: url('/core/images/icons/no-avatar.png');
			background-repeat: no-repeat;
			background-color: black;
			background-size: 44px;
			background-position: center center;
			height: 44px;
			width: 44px;
			border: 3px solid white;
			box-shadow: 1px 1px 6px RGBA(255,255,255,0.6);
			border-radius: 11px;
			margin: 5px;
		}
		.mk__avatar_black_rounded_50x50{
			background-image: url('/core/images/icons/no-avatar.png');
			background-repeat: no-repeat;
			background-color: white;
			background-size: 44px;
			background-position: center center;
			height: 44px;
			width: 44px;
			border: 3px solid black;
			box-shadow: 1px 1px 6px RGBA(0,0,0,0.6);
			border-radius: 11px;
			margin: 5px;
		}