.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-categories {
	width: 600px;
	display: block;
	margin:auto;
	text-align: center !important;
	color: rgb(0, 0, 0);
}

.oesc-category {
	position: relative;
	display: inline-block;
	cursor: pointer;
	text-align: center !important;
	color: rgb(0, 0, 0);
	margin: 20px 20px 50px 20px;
}

.oesc-item-box-sizing {
	box-sizing: border-box;
}