﻿/* risultato ricerca opere */
.grid
{
	padding-top: 10px;
}

.grid-item
{
	margin-bottom: 20px;
	font-size: 0.9rem;
}

.content-item
{
	border-color: #D9D9D9;
	border-width: 1px;
	border-style: solid;
	text-align: center;
}
.content-item-image
{
	padding: 10px;
	background-color: #F2F2F2;
}
.content-item-image.alignedGrid
{
	height: 200px;
	padding-left: 10%;
	padding-right: 10%;
}

.content-item-image img
{
	max-width: 80%;
	max-height: 250px;
  cursor: pointer;
}
.content-item-image.alignedGrid img
{
	max-width: 100%;
}

.content-item-descr
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	background-color: #FCFCFC;
}
.content-item-descr.alignedGrid
{
	height: 200px;
	overflow: hidden;
}
.content-item-descr p
{
	margin-top: 6px;
	margin-bottom: 0px;
	line-height: 1.2em;
}
.content-item-image:hover,
.content-item-descr:hover
{
  opacity: 0.7;
}
