.hRight {
  font-family: arial, helvetica, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  text-transform: none;
  color: #806B4E;
  margin: 1em 0 2px 0;
  border-bottom: 1px solid gray;
}
.smallGold {
  font-size: 14px;
  font-weight: bold;
  color: #b1946c;
}
.redText {
    color: #e90106;
}
.goldText {
  font-size: 20px;
  color: #b1946c;
  font-weight: bold;
  line-height: 1.5em;
}
h4 {
  clear: both;
  font-size: 16px;
  border-bottom: 1px solid #CCC;
}

h4 a {
  text-decoration: none;
}

.news-box {
  padding: 8px;
}

.news-box h1 {
  margin: 0px;
  padding: 0px;
  margin-bottom: 7px;
}

.news-box-item {
  clear: both;
  vertical-align:middle;
}

.news-box-title {
  display: block;
  margin-bottom: .3em;
  font-weight: bold;
  font-size: 1.2em;
  text-decoration: none;
  color: #000;
}

.news-box-title:hover {
  text-decoration: underline;
}

.news-box-description {
  padding-bottom: 2px;
}

.news-box-more {
  clear: both;
  text-align: right;
}

.thumbnail-container {
  width: 80px;
  padding: 0 10px 12px 0;
  margin: 1px 3px 0 0;
  text-align: left;
  vertical-align: top;
  float: left;
  background-image: url('https://engineering.purdue.edu/CE/Academics/Graduate/image/grad-box-thumb-shadow.gif');
  background-position: bottom right;
  background-repeat: no-repeat;
  }