/* Exhibition Placeholder CSS */
.exhibitions-block
{
  float: left;
  width: 100%;
  margin: 5px;
  background-color: #F4F4F4;
  border : solid 1px #CCCCCC;
  border-radius: 8px;
  padding-left: 5px;
}

.exhibitions-block-plain
{
  float: left;
  width: 100%;
  height: 150px;
  overflow: hidden;
  margin: 5px;
  border-radius: 8px;
}

#new-exhibitions-progress, .exhibitions-progress
{
  width: 140px;
  height: 32px;
}

.progress-wrapper
{
  margin: 42px 0 0;
}

.exhibitions-thumb-link
{
  float: left;
}

.exhibitions-thumb-link img
{
  float: left;
}

.x-title-field
{
  width: calc(67% - 165px);
}

.x-date-field
{
  width: calc(11% - 5px);
}

.x-date-value, .x-title-value
{
  float: left;
  font-weight: bold;
  height: 20px;
  font-size:90%;
}

.x-title-value
{
  width: calc(75% - 160px);
  margin-left: 160px;
  text-align: center;
}

.x-date-value
{
  width: calc(25% - 5px);
  text-align: right;
}

.exhibitions-details-value
{
  float:left;
  width: calc(100% - 150px);
  height: 110px;
  overflow: hidden;
	margin-left: 10px;
	text-align: justify;
}

.rsvp-value
{
  float: right;
  font-weight: bold;
  color: #0C0D0F;
}

.pv-date
{
  color: #494949;
}