.customsdescriptions .reassign, .customsdescriptions .rename {
	display: block;
	position: relative;
}
.customsdescriptions .reassign select, .customsdescriptions .rename select {
	flex: none;
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 75px);
}
.customsdescriptions .reassign > select, .customsdescriptions .rename > select {
	vertical-align: top;
}
.customsdescriptions .reassign input[type=text], .customsdescriptions .rename input[type=text] {
	flex: none;
	width: calc(100% - 75px);
	border-radius: 5px;
	vertical-align: top;
	padding: 0px 10px;
	display: inline-block;
	border: 0px;
}
.customsdescriptions .reassign input[type=submit], .customsdescriptions .rename input[type=submit] {
	flex: none;
	width: 70px;
	padding: 0px;
	border-radius: 5px;
	vertical-align: top;
	margin: 2px 0px 0px 5px;
	display: inline-block;
}
.customsdescriptions .name {
	flex: 2;
}
.customsdescriptions .items {
	flex:none;
	width: 120px;
	text-align: center;
}
.customsdescriptions .blnk {
	flex:0.2;
}

.shippers .logo {
	flex: none;
	width: 40px;
}
.shippers .logo span {
	display: block;
	width: 25px;
	background-color: #fff;
	border-radius: 5px;
	padding: 2px;
}
.shippers .logo span img {
	height: 21px;
}

.shippingcost .code {
	flex: none;
	width: 90px;
}
.shippingcost .shipper {
	flex: none;
	width: 110px!important;
}
.shippingcost .weight {
	flex: none;
	width: 80px!important;
}
.shippingcost .rate {
	flex: none;
	text-align: right;
	width: 110px!important;
}

.shippingcost .zone {
	flex: none;
	text-align: right;
	width: 100px!important;
}

.hidden {
	display: none;
}

.userlist .id {
	flex: none;
	width: 70px;
}
.userlist .email {
	flex: 2;
}
.userlist .resetpwd {
	flex: none;
	width: 70px;
	text-align: center;
}



.inkooplijst {
	width: 100%;
}


