#technical-details {
  margin-left: 30px;
  color: #373b50;
}

#technical-details h2 {
  font-size: 10px;
  text-transform: uppercase;
  padding-right: 30px;
  background: transparent url(/images/fold-details.png) no-repeat 85px 3px;
  width: 310px;
  padding-bottom: 5px;
  cursor: pointer;
}

#technical-details h2.active {
  background: transparent url(/images/unfold-details.png) no-repeat 85px 3px;
  border-bottom: solid 1px #b3c3cf;
}

#technical-details .label {
  color: #607080;
}

#technical-details #details {
  display: none;
}

#published-at .label {
  margin-right: 80px;
}

#format .label {
  margin-right: 137px;
}

#published-at .label,
#published-at .content,
#format .label,
#format .content {
  display: inline-block;
}

#bibliography {
  margin-top: 17px;
}

#bibliography .label {
  margin-bottom: 10px;
}