#newsLeft img {
  width: 200px;
  height: auto;
}
#newsLeft img.imgSm {
  width: 100px;
  height: auto;
}

#newsRight table td {
  text-align: left;
  font-family: "Lora", serif;
  font-weight: 400;
  line-height: 1.65em;
}

.cellFloat {
  font-size: 0.9em;
  border: 1px solid #ddd;
  margin: 2px;
  float: left;
  width: calc(33% - 4px);
  height: 85px;
  text-align: center;
}
.cellFloat a:first-of-type {
  font-weight: bold;
}

.gridTable {
  width: 100%;
}
.gridTable td {
  font-family: "Lora", serif;
  font-weight: 400;
  line-height: 1.65em;
  border-bottom: 1px solid #999999;
}
.gridTable td.rowDesc {
  width: 60%;
  text-align: left;
  padding-top: 0.5em;
}
.gridTable td.rowDesc h3 {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  color: #666666;
  font-size: 140%;
}
.gridTable td.rowDesc h3.small {
  font-size: 100%;
}
.gridTable td.rowDesc h3.orange {
  color: #e06f05;
}
.gridTable td.rowDesc h4, .gridTable td.rowDesc p, .gridTable td.rowDesc ul {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 0.75em;
  font-size: 85%;
  text-transform: none;
}
.gridTable td.rowDesc li {
  margin-left: 20px;
}
.gridTable td.rowDesc h4 {
  color: #e06f05;
}
.gridTable td.rowImage {
  max-width: 40%;
  text-align: center;
  border-left: 1px solid #999999;
  padding: 1.0em;
}
.gridTable td.rowImage img {
  margin: 0 auto;
  max-width: 300px !important;
  height: auto;
}
.gridTable td.rowImage img.ifvSm {
  max-width: 150px !important;
}
.gridTable td.noBorder {
  border: none;
}
