.crm-container .select2-container, .crm-container .select2-search--inline, .crm-container .select2-search__field {
  max-width: 15em!important;
}

.mentorimgcontainer {
  width: 250px;
  height: 250px;
  overflow: clip;
  display: inline-block;
}


.mentorimgcontaine img {
  width: 100%;
  height: auto;
}

.mentorlisting {
 padding: 20px;
}

#bootstrap-theme .mentorlisting h2 {
 font-family: Sans;
 font-weight: bold;
 margin-top: 0px;
 color: #1B464A;
}

.mentorlisting img {
  float: left;
}
.mentorcontent {
  display: inline-block;
  width: 70%;
  padding-left: 20px;
  vertical-align: top;
}

#bootstrap-theme .mentorcontent a.mentorbutton {
  background-color: #1B464A;
  color: white;
  padding: 10px;
  margin-top: 5px;
  font-weight: bold;
  font-family: Sans;
  border-radius: 10px;
}

.mentorbio {
 padding-bottom: 20px;
}

#bootstrap-theme .mentorcontent a.mentorbutton:hover {
 text-decoration: none;
 background-color: #1A0046;
}
