.sz_item_img_container {
	position: relative;
	display: inline-block;
	width:100%;
}

.sz_item_label_container {
	display:inline-block;
	position: absolute;
	top: 5px;
	left: 5px;
	padding: 3px 7px;
	/*width:100%;*/
}

.sz_item_label {
	position:relative;
	top: 0px;
	left:0px;
	padding: 3px 7px;
	font-size: 0.9rem;
	font-weight: bold;
	color: white;
	border-radius: 5px;
	border:white 1px solid;
	
}

.sz_item_label_container_right {
	display:inline-block;
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 3px 7px;
	/*width:100%;*/
}
.sz_item_label_right{
	position:relative;
	top: 0px;
	right:0px;
	padding: 3px 7px;
	font-size: 0.9rem;
	font-weight: bold;
	color: white;
	border-radius: 5px;
	border:white 1px solid;

}


.bgx_purple{
	background:purple !important;
}

.bgx_royalblue{
	background:royalblue !important;
}

.bgx_darkslategray{
	background:darkslategray !important;
}
.bgx_brown{
	background:brown !important;
}

.bgx_indigo{
	background:indigo !important;
}

.bgx_teal{
	background:teal !important;
}

.bgx_orange{
	background:orange !important;
}

.bgx_green{
	background:green !important;
}

.bgx_bluegray{
	background:#455a64 !important;
}