#puce {
				width: 5px;
				height: 30px;
				background-color: transparent;
				border: 3px solid #a21a2d;
				border-radius: 20px;
				background-color:#a21a2d;
				margin-top:-10px;
				position: absolute;
				z-index: 99;
				cursor: pointer;
			}
			#droppable {
				width: 100%;
				padding: 0;
				display: table;
			}
			#droppable li {
				display: inline-block;
				height: 30px;
				margin-left: 0;
				margin-top: -15px;
				padding: 0 !important;
				display: table-cell;
			}
			.contain {
				border: 1px solid #C0C0C0;
				margin-top: 25px;
				margin-left: 15px;
				width: 64%;
				height: 14px;
				border-radius: 8px;
				background-color: #fff;
				display: inline-block;
			}
			#ages {
				display: inline-block;
				color: #a21a2d;
				font-size:18px;
				background-color: white;
				width: 114px;
				padding: 10px;
				margin: 15px;
				border-radius: 20px;
				text-align: center;
			}

			.hidden-items{
				visibility:hidden;
				height:1px;
				overflow: hidden;
			}

@media screen and (max-width: 1559px) and (min-width: 760px) {
  			.contain {width: 55%;}
}
