.publication, .press, .people, .funding, .other {
  display: block;
  width: 100%;
  height: 50px;
  margin: 5px 0;
  padding: 0px;
  color: black;
  background: #EEE;
  font-size: 0.9em;
}

.publication:hover, .press:hover, .people:hover, .funding:hover, .other:hover { background: #C9DAE2; }

.news_img {
  float: left;
  width: 50px;
  height: 50px;
}

.news_date {
  float: right;
  width: 70px;
  height: 50px;
  vertical-align: top;
  font-family: Montserrat;
  color: #eee;
}

.news_header { margin-top:-50px; }

.publication .news_date { background: #50A6C2; }
.press .news_date { background: #00688B; }
.people .news_date { background: #668B8B; }
.funding .news_date { background: #2F4F4F; }
.other .news_date { background: #3B4990; }

.news_date_day {
  display: inline-block;
  width: 50px;
  height: 25px;
  text-align: center;
  font-size: 1.8em;
  padding-top: 3px;
}

.news_date_month {
  display: inline-block;
  width: 50px;
  height: 25px;
  text-align: center;
  font-size: 1.1em;
}

.news_date_year {
  display: inline-block;
  position: relative;
  top: -37px;
  left: 37px;
  -webkit-transform:rotate(270deg);
  -moz-transform:rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform:rotate(270deg);
  transform: rotate(270deg);

}

.news_list_cont {
  display: inline-block;
  padding: 7px 0 0 10px;
}

.news_list_1 {
  font-size: 1.0em;
  font-weight: bold;
}

.news_list_2 { font-size: 0.9em; }

.news {
  display: block;
  width: 100%;
  height: 50px;
  margin: 5px 0;
  padding: 0px;
  color: black;
  background: #EEEEEE;
  font-size: 1em;
}

.news .news_date { background: #666; }
.news .news_date_year { top: -39px; }

.news_title {
  width: 620px;
  height: 50px;
  display: table-cell;
  vertical-align: middle;
  font-size: 1.0em;
  font-weight: bold;
  padding: 0 0 0 10px;
}
