@charset "UTF-8";
/* CSS Document */

.button[type="submit"],
.button[type="button"] {
	float: none;
	font-size: 1.4em;
	background-color: #06c;
	color: #fff;
	margin: 20px 0 20px 0;
}



.disclaimer {
		padding: 20px 3% 20px 3%;
		font-size: .8em;
		line-height: 1.2;
		
	}
	
	.art_box {
		padding: 10px 2%;
		margin: 0 0 10px 0;
		background-color: #f4f4f4;
	}
		.thumb {
			float: left;
			width:36%;
			background-repeat: no-repeat;
            background-position: center;
			background-size: contain;
		}
		.thumb .inner {
			padding-top: 100%; /* height/width of image */
           display: block;
           height: 0;
		}
	.art_specs {
	 float:left;
		width: 48%;
		padding: 0 0 20px 3%;
	}
	.trash {
		float:right;
		padding: 10px 0 0 0;
	}
	.description {
		font-size: .8em;
		line-height: 1.2;
	}
	.rules {
		font-size: .8em;
		line-height: 1.2;
		padding:  0 0 10px 0;
	}
	
	.sort_ghost {
		opacity: 0.3;
		/* background-color: #ddd; */
	}
	
	textarea {
font-size: 0.8em;
}
	
	#sortable li { list-style-type: none; margin: 0; padding: 0; }
