.contact-info p {
  margin: 2px 0px 2px 0px;
  padding: 0px;
}

.embedded-figure {
  border: solid black 1px; 
  margin: 10px; 
  font-size: smaller; 
  padding: 5px;
}

.faculty-name-link, .faculty-name-link:link, .faculty-name-link:visited {
  text-decoration: none;
  color: #1B2355;
}
.faculty-name-link:hover {
  background-color:#1A2251;
  color:#B0B4E3;
}
.faculty-name-holder {
  background-color:white;
  color:#1A2251;
  font-weight:normal;
  line-height:1em;
  margin:1px 0px;
  padding:2px 10px 2px 5px;
  top:0px;
}
.faculty-name-holder:hover {
  background-color:#1A2251;
  color:#B0B4E3;
}


.faculty-name-holder:hover a {
  background-color:#1A2251;
  color:#B0B4E3;
}

table.info {
  margin: 8px;
}

table.info p {
  margin: 2px 0px 2px 0px;
  font-size: smaller;
}

table.images td {
  vertical-align: bottom;
  text-align: center;
}

#lab-members {
  border: solid black 2px;
  padding: 0px;
}
#lab-members th {
  border-bottom: dotted black 1px;
  text-align: left;
}
#lab-members td {
  border-bottom: dotted black 1px;
  padding-left: 5px;
  padding-right: 5px;
}

.left-sidebar {
  border: solid black 1px;
  background-color: #1a2251;
  color: white;
  width: 180px;
  margin: 0px 20px 0px 10px;
  padding: 10px;
  min-height: 600px;
}

li {
  margin: 2px 0px 2px 0px;
  padding: 0px;  
  line-height: 1.2 em;
}

.photo-holder {
  margin: 10px;
  float: right;
}

.publications {
  font-size: smaller;
}
