body {
  background-image: url('/_res/images/backgrounds/exhibitions.jpg');  
}

body main article table {
	color: white;
	display: inline-block;
	margin: 0 0 60px 0;
	font-family: "Gill Sans", sans-serif;
}

body main article table tbody tr {
  display: block;
  border-bottom: 1px solid #999;
  padding: 10px 0;
  width: 596px;
  overflow: hidden;
  white-space: nowrap;
}

body main article table tbody tr:last-child {
  border-bottom: none;
}

body main article table tbody tr td {
  font-size: 16px;
  font-weight: normal;
  display: inline-block;
  margin: 0 40px 0 60px;
  margin: 0;
  position: relative;
  white-space: normal;
  width: 100px;
  text-align: center;
  transition: width 0.5s;
  -moz-transition: width 0.5s;
  -o-transition: width 0.5s;
  -webkit-transition: width 0.5s;
}

body main article table tbody tr td:last-child {
  width: 380px;
  text-align: left;
}

body main article table tbody tr td img {
  position: relative;
  top: 0;
  left: 0;
  width: 80px;
  transition: width 0.5s;
  -moz-transition: width 0.5s;
  -o-transition: width 0.5s;
  -webkit-transition: width 0.5s;
}

body main article table tbody tr td:first-child:hover,
body main article table tbody tr td:first-child:hover img {
  width: 220px;
}

body main article table tbody tr td:first-child:hover + td + td {
  width: 170px;
}

body main article table tbody tr p,
body main article table tbody tr time {
  display: block;
  width: 100%;
  margin: 0;
}

body main article table tbody tr p {
  width: 380px;
}

body main article table tbody tr time {
  margin-left: 10px;
}

body main article table tbody tr address {
  font-style: italic;
}