.muted {
  color: #aaa;
  text-decoration: none; 
}

.small {
  font-size: .8em; 
}

.img-profile {
  min-width: 20%;
  max-width: 250px;
  padding: 0 1em 0 0;
  clear: both;
}

.profile-card {
  margin-bottom: 2em;
  clear: both;
}

.profile-card::after {
  content: "";
  clear: both;
  display: table;
}

/* Side notes for calling out things
https://gist.github.com/matthiasg/6153853
-------------------------------------------------- */

/* Base styles (regardless of theme) */
.bs-callout {
  margin: 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}
.bs-callout h4 {
  margin-top: 0;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code,
.bs-callout .highlight {
  background-color: #fff;
}

/* Themes for different contexts */
.bs-callout-danger {
  background-color: #fcf2f2;
  border-color: #dFb5b4;
}
.bs-callout-warning {
  background-color: #fefbed;
  border-color: #f1e7bc;
}
.bs-callout-info {
  background-color: #f0f7fd;
  border-color: #d0e3f0;
}
