#right_content_3 { width: 690px; padding: 0px 10px 0px 30px; float: left; }

.search_professor_input {
  width: 200px;
  height: 30px;
  border: 1px solid #BACADE;
  padding-left: 35px;
  background: url(../images/search_4.png) no-repeat scroll 3px 1px;
  background-size: 28px;
}

.faculty-search {
  height: 65px;
  background-color: #BACADE;
  padding: 15px;
  font-size: 14px;
}


.search-by-school {
  margin-bottom: 15px;
}

.faculty-search-label {
  display: inline-block;
  width: 60px;
}

.search-all-professors {
  display: inline-block;
  width: 60px;
}

.search-professors-by-first-letter {
  display: inline-block;
}

.search-professors-by-first-letter a {
  margin-right: 7px;
}

.search-professors-by-first-letter a.active-letter,
.search-professors-by-first-letter a:hover {
  color: #B50729;
  font-weight: bold;
}

.teachers-row {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
}

.teachers-row > .teacher-card:not(:last-child) {
  margin-right: 12px;
}

.teacher-card {
  display: inline-table;
  padding: 10px;
  width: calc(33% - 30px);
  height: 100px;
  border: 1px solid #BACADE;
  cursor: pointer;
}

.teacher-title {
  opacity: 0.5;
  margin-top: 5px;
  margin-bottom: 10px;
}

.teacher-name {
  color: #0A418A;
  font-weight: bold;
}

.teachers-count {
  font-size: 14px;
  margin-top: 15px;
}

.teacher-name a:hover {
  text-decoration: none !important;
}


.teacher-show-card {
  background-color: #E6ECF5;
  padding: 20px;
  margin-bottom: 15px;
}

.teacher-show-name {
  color: #0A418A;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
}

.teacher-show-title {
  margin-bottom: 10px;
}

.teacher-show-school {
  opacity: 0.5;
}

.teacher-clear {
  border-bottom: 1px #bbcade solid;
  width: 90%;
  margin: 5px 0;
}

.teacher-research {
  color: #0A418A;
  font-weight: bold;
  margin-left: 15px;
  margin-bottom: 10px;
}

.teacher-description {
  margin-left: 15px;
}

.teacher-show-email img {
  margin-right: 5px;
  border: none;
  padding: 0;
}
