.card {
	width: 230px;
	height: 152px;
	xpadding: 5px; float: left;
	xmargin: 0 10px 10px 0;
	font-size: .9em;



	overflow: hidden;

	position: absolute;
	z-index: 10;

	top: 460px;
	left: 0px;

	display: block;
}

/* .label .content {
	font-family: "Rock Salt" !important;
	font-size: 1.2em;
} */

.label {
	width: 230px;
	height: 60px;
	xpadding: 5px; float: left;
	xmargin: 0 10px 10px 0;
	font-size: .9em;
	font-family: "Rock Salt" !important;
	border-radius: 5px;



	overflow: hidden;

	position: absolute;
	z-index: 10;

	top: 460px;
	left: 0px;

	display: block;
}

.label .content {
	overflow: hidden;
	display: block;
	width: 190px;
	height: 60px;
	margin: auto;
	padding: 0 20px;

	font-family: "Rock Salt" !important;
	font-size: 1.2em;
	letter-spacing: 0px;

	xtext-shadow: 0px 0px 1px #444;

	opacity: .9;
	text-align: center;
	xline-height: 16px;

	align-items: center;
    justify-content: center;
    display: flex;
}

.label .card-icon {
	left: 210px;
	top: 5px;
	z-index: 99999990;
}

.label .card-icon2 {
	left: 210px;
	top: 28px;

}

.label.white {
	color: black;
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 5px 5px 5px #ccc;
}


.label.green {
	background: #016a70;
	opacity: 0.8;
	box-shadow: 5px 5px 5px #fff;
	color: #ffffff;
}

.label.green .content {
	color: #ffffff;
}

.label.yellow {
	background: #f1cd5f;
	opacity: 0.8;
	box-shadow: 5px 5px 5px #ccc;
	color: #black;
}

.label.yellow .content {
	color: black;
}

.label.blue {
	background: #d37153;
	opacity: 0.8;
	box-shadow: 5px 5px 5px #fff;
	color: #ffffff;
}

.label.blue .content {
	color: #ffffff;
}

/* .sticky .filler {
	margin-right: 5px;
    margin-bottom: 23px;
    margin-left: 25px;
} */


.pink {
}

.yellow {
}

.blue {
}

.green {
}

.card-image {
	position: absolute;
	xtop: -10;
	left: -3px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -1000;
}

.card-avatar {
	position: absolute;
	top: 60% !important;
	left: 80%;
	width: 24px;
	height: 24px;
	overflow: hidden;
	z-index: -500;
	border-radius: 50%;
}

.content {
	overflow: hidden;
	display: block;
	width: 158px;
	height: 88px;
	margin: 5px 23px 0px 34px;

	font-family: 'Handlee',"Arial Rounded MT Bold", arial, serif;
	font-size: 18px;
	letter-spacing: 0px;

	xtext-shadow: 0px 0px 1px #444;

	opacity: 1;

	color: black;
	text-align: center;
	padding-top: 18px;
	xline-height: 16px;

	xopacity: .8;

}

.filler {
	margin-right: 34px;
	margin-bottom: 42px;
	margin-left: 25px;
}

.stickertarget {
	position: absolute;
}



.sticky {
	width: 112px;
	height: 100px;
	xpadding: 5px; float: left;
	xmargin: 0 10px 10px 0;
	font-size: .9em;



	overflow: visible;

	position: absolute;
	z-index: 10;

	top: 460px;
	left: 0px;

	display: block;
}

.sticky .content {
	overflow: hidden;
	display: block;
	width: 73px;
	height: 68px;
	margin: 1px 3px 0px 32px;

	font-family: 'Handlee',"Arial Rounded MT Bold", arial, serif;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0px;

	xtext-shadow: 0px 0px 1px #444;

	opacity: .9;

	color: black;
	text-align: center;
	padding-top: 4px;
	xline-height: 16px;

	align-items: center;
    justify-content: center;
    display: flex;
}

.sticky .card-icon {
	left: 100px;
	top: -5px;
}

.sticky .card-icon2 {
	left: 100px;
	top: 14px;

}

.sticky .filler {
	margin-right: 5px;
    margin-bottom: 23px;
    margin-left: 25px;
}
