.result-table {
	padding: 0;
	margin: 0;
}
.result-row .title {
	font-weight: bold;
	color: #099;
}
.result-row .snippet {
	font-style: italic;
	margin: 3px 0;
}

.result-row td {
	vertical-align: top;
	position: relative;
	padding: 3px;
	display: table-cell;
}

.result-row:hover td {
	background-color: #ccc;
}

.result-row .action-buttons {
	position: absolute;
	right: 5px;
	top: 5px;
	display: none;
}

.result-row:hover .action-buttons {
	display: block;
}

/* positioning text on images: */
.photo {
	position: relative;
}

.d90 {
	position: absolute;
	transform: rotate(-90deg);
	transform-origin: bottom left;
	display: inline-block;
	font: 24px;
	color: #333;
	background-color: #eee;
	font-weight: bold;
	padding: 0 10px;
}

.d0 {
	position: absolute;
	display: inline-block;
	font: 24px;
	color: #333;
	background-color: #eee;
	font-weight: bold;
	padding: 0 10px;
}