<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
	Copyright (C) 2012 Vernon Systems Limited

	This program is free software; you can redistribute it and/or
	modify it under the terms of the GNU General Public License
	as published by the Free Software Foundation; either version 2
	of the License, or (at your option) any later version.

	This program is distributed in the hope that it will be useful,
	but WITHOUT ANY WARRANTY; without even the implied warranty of
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
	GNU General Public License for more details.

	You should have received a copy of the GNU General Public License
	along with this program; if not, write to the Free Software
	Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/

div.ehive-objects-image-grid div.ehive-image-grid div.ehive-item {	
	max-width:30%;
	margin-right: 3%;
	
	display: inline-block;
	vertical-align:top;
	*display: inline;
	box-sizing: border-box;
	zoom: 1;
}

div.ehive-objects-image-grid div.ehive-image-grid div.ehive-item div.ehive-item-image-wrap {
	width:auto;
}

div.ehive-objects-image-grid div.ehive-image-grid div.ehive-item div.ehive-item-image-wrap img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div.ehive-objects-image-grid div.ehive-item-image-wrap,
div.ehive-objects-image-grid div.ehive-item-metadata-wrap {
	margin: 5px;
}

div.ehive-objects-image-grid div.ehive-item-metadata-wrap {
	max-width:100%;
	width:auto;
}

div.ehive-objects-image-grid div.ehive-item-metadata-wrap span.ehive-field-label {
	font-weight:bold;
}
</pre></body></html>