.pressGroup {
  width: 95%;
  display: none;
}
.pressGroup.on {
  display: block;
}
.pressGroup td {
  font-family: "Lora", serif;
  font-weight: 400;
  line-height: 1.65em;
  border-bottom: 1px solid #999999;
  padding: 1.0em;
  max-width: 400px !important;
}
.pressGroup td:nth-child(1) {
  min-width: 400px;
}
.pressGroup td:nth-child(2) {
  max-width: 225px !important;
  text-align: right;
  border-left: 1px solid #999999;
}
.pressGroup td:nth-child(2) img {
  max-width: 215px !important;
  height: auto;
}
.pressGroup td.noBorder {
  border: none;
}
