
body {
	margin: 0; padding: 0;
	overflow: hidden;
}


.tile {
	background-color: #F5F5F5;
	margin: 5px;
	height: 50px;
	overflow: hidden;
}

.tile * {
	display: inline-block; vertical-align: top;
	height: 100%;
}

.tile .thumb {
	width: 34px; max-width: 10%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-right: 4px solid white;
}

.tile a {
	width: 50%; min-width: calc(100% - 164px);
	padding: 0 10px;
}
.tile a div {
	display: table;
}
.tile a div div {
	display: table-cell;
	vertical-align: middle;
}

.delete-form {
	width: 40%; max-width: 130px;
	vertical-align: top;
	padding: 10px;
}
.delete-form label {
	display: block;
	line-height: 18px; /* height - padding */
}
.delete-form input {
	display: none;
}
