.sortable-placeholder {
	width: 100%;
	border: 2px dotted #ccc;
	height: 60px;
	background: #fff;
	}

.spinner-header {
	width: 200px;
	}

	.spinner-header .spinner {
		margin: 0;
		}

.slide {
	border: 1px solid #e2e2e2;
	background: #fff;
	clear: both;
	margin-bottom: 2px;
	width: 100%;
	padding: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	}

	.slide .image,
	.slide .text,
	.slide .icon,
	.slide .options {
		display: table-cell;
		vertical-align: middle;
		}

	.slide .icon {
		cursor: pointer;
		width: 30px;
		}

	.slide .image {
		width: 85px;
		}

		.slide .image img {
			width: 75px;
			}

		.slide .image span {
			width: 75px;
			height: 75px;
			display: block;
			background: #ccc;
			}

	.slide .text {
		padding-right: 70px;
	}

		.slide .text p {
			clear: both;
			margin: 0;
			}

	.slide strong {
		width: 50px;
		display: inline-block;
		float: left;
		text-align: right;
		}

		.slide .item {
			padding-left: 60px;
			display: block;
			}

	.slide .options {
		width: 50px;
		text-align: center;
		padding-left: 20px;
		position: absolute;
		right: 20px;
		top: 50%;
		margin-top: -7px;
		}

		.slide .options a {
			text-decoration: none;
			}

.editing strong {
	vertical-align: top;
	padding: 3px 10px 0 0;
	clear: both;
	line-height: 1;
	}

	.editing textarea {
		width: 80%;
		}

	.editing .buttons {
		margin: 10px 0 0 62px;
		}

		.editing .button-primary {
			margin-left: 10px;
			}

	.editing #change_image {
		text-decoration: none;
		display: block;
		margin-left: 60px;
		}