.news-box {
  padding: 3px;
}

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

.news-box-item {
  clear: both;
  margin-bottom: 18px;
}


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

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

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

.thumbnail-container {
  width: 40px;
  padding: 0 8px 8px 0;
  margin: 5px 5px 0 0;
  text-align: left;
  vertical-align: top;
  float: left;
  background-image: url(https://engineering.purdue.edu/CE/Academics/Organizations/image/news-box-thumb-shadow50.gif);
  background-position: bottom right;
  background-repeat: no-repeat;
  }