  @charset "UTF-8";
/*
Custom local styles...
*/

td {vertical-align:top;}
#newsEventsHome {
background: #f6f6f6;
margin: 2em 0;
padding: 20px;
border: 5px solid #eee;
}
#newsEventsHome *:first-child {margin-top: 0;}
.announcement {
padding-left: 27px;
margin: 1em 0;
background: url(https://www.reed.edu/global_assets/images/icons/august/black/comment.1.png) 0 2px no-repeat;
background-size: 20px auto;
}
.announcement:before,
.announcement:after {
  content:"";
  display:table;
}
.announcement:after { clear:both; }
.announcementImg {
  float: left;
  width: 110px;
  height: auto;
  margin: 0 10px 10px 0;
}
#imgGallery a img {border: 1px solid #fff;}
#imgGallery a:hover img {border: 1px solid #333;}

#mainContent #facultyList h4 em {font-size: .9em; font-weight: normal;}

.sidebarFeature a {
    display: block;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 7px 10px;
    margin-bottom: 20px;
    box-shadow: 2px 2px 3px #ccc;
    width: 113px;
    font-size: .9em;
}
.sidebarFeature.lectureSeries a {
    background: #fff url(https://www.reed.edu/psychology/assets/images/icons/lecture-series-icon.png) -10px -1px no-repeat;
    padding-left: 45px;
    width: 78px
}
.opportunity {
    margin-bottom: 2em;
    padding-bottom: 1em;
    border-bottom: 1px solid #ccc;
}