.progress-result{
	display: inline-block;
	background:#E79928;
	min-height: 10px;
	max-height: 10px;
	transition: width 0.5s;
}
.progress-result .hidden{
	max-height: 0;
	visibility: hidden;
}

.available-categories , .postpost-importstatus{
	display: inline-block;
	vertical-align: top;
}
.available-categories{
	width: 300px;
}

.postpost-importstatus{
	width:calc(100% - 310px);
}

.exporter-container .update-nag{
	display: block;
}