#faculty-profile {
  width: auto;
  text-align: left;
  background-color: rgba(43, 0, 7, 0.85);
}

#faculty-profile img {
  padding-right: 10px;
  opacity: 1;
  filter: alpha(opacity=1);
}

#faculty-profile .summary {
  font-size: 12px;
  color: #eee;
}

.faculty-title {
  font-size: 20px;
  font-weight: bold;
  opacity: 0.8;
  padding: 5px;
  text-align: left;
}

.sub-header {
  -moz-background-size: cover; /*Mozilla*/
  -o-background-size: cover; /*opera*/
  background: url(../img/westcott-bkg.jpg) repeat-x center;
  color: #fff;
  height: 100px;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 0 30px rgba(0, 0, 0, 0.075);
}

.sub-header .contact {
  background-color: #eee;
  color: #333;
  float: right;
  font-size: 12px;
  line-height: 1.25;
  margin-top: 10px;
  opacity: 0.85;
  overflow: hidden;
  right: 0;
  text-align: left;
  text-shadow: none;
  width: 300px;
}

.mainbar .well h4 {
  text-align: left;
}

.well {
  background-color: #f5f5f5;
  font-size: 14px;
}

.well h4 {
  text-align: center;
  font-weight: bold;
}

ul.news-list {
  padding: 0px;
}

ul.news-list li {
  list-style: none;
  padding: 5px;
  border-bottom: 1px solid #999;
}

ul.news-list li:last-of-type {
  border: none;
}

.content {
  margin-top: 15px;
  margin-bottom: 15px;
}

.seminar-date {
  background-color: #fff;
  font-size: 12px;
  padding: 5px;
  font-weight: bold;
}
