
/* Button-Liste
----------------*/

	.nureinshop-ui-btnlist {
		display: inline-flex;
	}

	.nureinshop-ui-btnlist:after {
		content: '';
		clear: both;
		display: table;;
	}

	.nureinshop-ui-btnlist > * {
		float: left;
		margin-left: 10px !important;
	}

/* Trenner
-----------*/

	.nureinshop-ui-btnlist hr {
		border: none;
		border-left: 1px solid #DDDDDD;
		margin: 5px 0;
	}

/* Icons
---------*/

	/**
	 * Löschen-Buttons werden grundsätzlich ohne Label angegeben.
	 * d.h. das Icon hat keinen Abstand rechts.
	 */
	.nureinshop-ui-btnlist .fa-trash {
		padding-right: 0;
	}