		body{
			font-family: 'Inter','Source Sans Pro', 'Soberana Sans', sans-serif;
			font-weight: 600;
			color: #fff;
			background:
			linear-gradient(27deg, #151515 5px, transparent 5px) 0 5px,
			linear-gradient(207deg, #151515 5px, transparent 5px) 10px 0px,
			linear-gradient(27deg, #222 5px, transparent 5px) 0px 10px,
			linear-gradient(207deg, #222 5px, transparent 5px) 10px 5px,
			linear-gradient(90deg, #1b1b1b 10px, transparent 10px),
			linear-gradient(#1d1d1d 25%, #1a1a1a 25%, #1a1a1a 50%, transparent 50%, transparent 75%, #242424 75%, #242424);
			background-color: #131313;
			background-size: 20px 20px;
		}
		#sortable {margin: 0; padding: 0;}
		#sortable ul{
			list-style-type: none; 
			/*border: 1px solid #000; */
			padding: 0; 
			margin: 0;
			/*min-height: 3em;*/
		}
		.ui-state-highlight { 
			height: 1em; 
			width: 5%; 
			border: 2px dashed gray
		}
		.ui-state-highlight:before {
			content: "here";
		}
		.ui-sortable-helper{
			/*border: 2px dashed gray;*/
			opacity: 0.5;
		}
		
		#orderedList li, #unorderedList li{
			padding: 0.5em; 
			display: inline-block; 
			font-size: 1em; 
			text-align: center; 
			height: 100%; 
			border-radius: 0.5em;
			text-shadow: 1px 1px 0 #666;
			cursor: grab;

		}
		/*#orderedList li:nth-child(1) {*/
		#orderedList .listNumber {
			background: #111;
			/*width: 5%;*/
		}
		#S {
			background: #9be250;
			background: -moz-linear-gradient(top, #9be250 0%, #5d8b2c 100%);
			background: -webkit-linear-gradient(top, #9be250 0%,#5d8b2c 100%);
			background: linear-gradient(to bottom, #9be250 0%,#5d8b2c 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9be250', endColorstr='#5d8b2c',GradientType=0 );
				}
				#A {
					background: #ffff05;
					background: -moz-linear-gradient(top, #ffff05 0%, #b1b105 100%);
					background: -webkit-linear-gradient(top, #ffff05 0%,#b1b105 100%);
					background: linear-gradient(to bottom, #ffff05 0%,#b1b105 100%);
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff05', endColorstr='#b1b105',GradientType=0 );
				}
				#V {
					background: #fbd30b;
					background: -moz-linear-gradient(top, #fbd30b 0%, #af8005 100%);
					background: -webkit-linear-gradient(top, #fbd30b 0%,#af8005 100%);
					background: linear-gradient(to bottom, #fbd30b 0%,#af8005 100%);
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbd30b', endColorstr='#af8005',GradientType=0 );
				}
				#C {
					background: #0bc1fb;
					background: -moz-linear-gradient(top, #0bc1fb 0%, #0576a5 100%);
					background: -webkit-linear-gradient(top, #0bc1fb 0%,#0576a5 100%);
					background: linear-gradient(to bottom, #0bc1fb 0%,#0576a5 100%);
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bc1fb', endColorstr='#0576a5',GradientType=0 );
				}
				#Q {
					background: #ff9aff;
					background: -moz-linear-gradient(top, #ff9aff 0%, #aa5daa 100%);
					background: -webkit-linear-gradient(top, #ff9aff 0%,#aa5daa 100%);
					background: linear-gradient(to bottom, #ff9aff 0%,#aa5daa 100%);
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9aff', endColorstr='#aa5daa',GradientType=0 );
				}
				#N{
					background: #f30404;
					background: -moz-linear-gradient(top, #f30404 0%, #b60505 100%);
					background: -webkit-linear-gradient(top, #f30404 0%,#b60505 100%);
					background: linear-gradient(to bottom, #f30404 0%,#b60505 100%);
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f30404', endColorstr='#b60505',GradientType=0 );
				}
				#B {
					background: #6b259f;
					background: -moz-linear-gradient(top, #6b259f 0%, #3c115c 100%);
					background: -webkit-linear-gradient(top, #6b259f 0%,#3c115c 100%);
					background: linear-gradient(to bottom, #6b259f 0%,#3c115c 100%);
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b259f', endColorstr='#3c115c',GradientType=0 );
				}
				#W{
					background: #006cc5;
					background: -moz-linear-gradient(top, #006cc5 0%, #002f55 100%);
					background: -webkit-linear-gradient(top, #006cc5 0%,#002f55 100%);
					background: linear-gradient(to bottom, #006cc5 0%,#002f55 100%);
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006cc5', endColorstr='#002f55',GradientType=0 );
				}

	/*#unorderedList li:nth-child(even){
		background: #45484d;
		background: -moz-linear-gradient(top, #45484d 0%, #111111 100%);
		background: -webkit-linear-gradient(top, #45484d 0%,#111111 100%);
		background: linear-gradient(to bottom, #45484d 0%,#111111 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#111111',GradientType=0 );
	}
	#unorderedList li:nth-child(odd){
		background: #222222;
		background: -moz-linear-gradient(top, #222222 0%, #000000 100%);
		background: -webkit-linear-gradient(top, #222222 0%,#000000 100%);
		background: linear-gradient(to bottom, #222222 0%,#000000 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#000000',GradientType=0 );
		}*/