html {
}

html, body {
	margin: 0;
	padding: 0;
	position:absolute;
	color: #464637;
	min-height: 100%;
	font-size: 16px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	width:100%;
}


ul {
	margin: 0;
	padding: 0;
	list-style: none;
}



.sortable-ghost {
	opacity: .2;
}


img {
	border: 0;
	vertical-align: middle;
}






.title {
	color: #fff;

display: inline-block;
position: relative;

z-index: 1000;
width: 99%;

background-color: #38bfca; 
border: 2px;
border-style: solid;
border-radius: 10px;
border-color: #38bfca;
margin-bottom: 2px;
text-indent: 20px;
	
	
}
	.tile__name {
		cursor: move;
		padding-bottom: 10px;
		border-bottom: 1px solid #FF7373;
	}

	.tile__list {
		margin-top: 10px;
	}
		.tile__list:last-child {
			margin-right: 0;
			min-height: 80px;
		}

		.tile__list img {
			cursor: move;
			margin: 10px;
			border-radius: 100%;
		}



.block {
	opacity: 1;
	position: absolute;
}
	.block__list {
		
		padding: 20px 0;
		/*max-width: 360px;*/
		margin-top: -8px;
		margin-left: 5px;
		background-color: #fff;
		
		
		
	}
	
	
	#simplePrint{
		
	}
	.block__list_fx {
		
		padding: 20px 0;
		/*max-width: 360px;*/
		margin-top: -8px;
		
		background-color: #fff;
		
		
		
	}
	
		.block__list-title {
			margin: -20px 0 0;
			padding: 10px;
			text-align: center;
			background: #38bfca;
		}
		.block__list li { cursor: move; }

	.block__list_words li {
	background-color: #d2d2d2;
border: 2px;
border-style: solid;
border-radius: 10px;
padding: 10px;
border-color: #38bfca;
text-align: center;
margin-bottom: 2px;
height:50px;

	}
	
	

	.block__list_words_fx li {
	background-color: #f3f3f3;
border: 2px;
border-style: solid;
border-radius: 0px;
padding: 10px;
border-color: #38bfca;
text-align: center;
margin-bottom: 2px;
height:50px;

	}
	
	
	
	li.thelaw{
		color: #ffffff;
		background-color:#0087c9;
	}
		.block__list_words .sortable-ghost {
			opacity: 0.4;
			background-color: #cccccc;
		}

		.block__list_words li:first-letter {
			text-transform: uppercase;
		}

	.block__list_tags {
		padding-left: 30px;
	}

	.block__list_tags:after {
		clear: both;
		content: '';
		display: block;
	}
		.block__list_tags li {
			color: #fff;
			float: left;
			margin: 8px 20px 10px 0;
			padding: 5px 10px;
			min-width: 10px;
			background-color: #5F9EDF;
			text-align: center;
		}
			.block__list_tags li:first-child:first-letter {
				text-transform: uppercase;
			}



#editable {}
	#editable li {
		position: relative;
	}

	#editable i {
		-webkit-transition: opacity .2s;
		transition: opacity .2s;
		opacity: 0;
		display: block;
		cursor: pointer;
		color: #c00;
		top: 10px;
		right: 40px;
		position: absolute;
		font-style: normal;
	}

	#editable li:hover i {
		opacity: 1;
	}


#filter {}
	#filter button {
		color: #fff;
		width: 100%;
		border: none;
		outline: 0;
		opacity: .5;
		margin: 10px 0 0;
		transition: opacity .1s ease;
		cursor: pointer;
		background: #5F9EDF;
		padding: 10px 0;
		font-size: 20px;
	}
		#filter button:hover {
			opacity: 1;
		}

	#filter .block__list {
		padding-bottom: 0;
	}

.drag-handle {
	margin-right: 10px;
	font: bold 20px Sans-Serif;
	color: #5F9EDF;
	display: inline-block;
	cursor: move;
	cursor: -webkit-grabbing;  /* overrides 'move' */
}
@media screen and (max-width:700px) { 
html, body {font-size: 12px; }
}

@media screen and (max-width:600px) { 
html, body {font-size: 12px; }	
}

@media screen and (max-width:400px) { 
html, body {font-size: 11px; }	
}