.oesc-container-wrap {
	position: relative;
	display: block;
	width: auto;
	overflow: hidden;
}
.oesc-container-wrap > div { /* container zone */
	width: 100%;
	min-height: 64px;
}
.oesc-container-wrap .oesc-grid { /* tag that actually contains elements (should be OERelLine) */
	position: relative;
	display: block;
	width: auto;
	box-sizing: border-box;
}
/*.oesc-container-wrap .oesc-grid.oesc-compensate-width {
	width: auto !important;
}*/

.oesc-category {
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.oesc-item-box-sizing {
	box-sizing: border-box;
}