/* 1.2 TYPOGRAPHY
=============================== */
#user-profile h1,
#user-profile h2,
#user-profile h3,
#user-profile h4,
#user-profile h5 {
  font-weight: 300;
  line-height: 1.3em;
  margin-top: 0;
}
#user-profile h1 {
  font-size: 40px;
}
#user-profile h2 {
  font-size: 21px;
}
#user-profile a {
  color: #777;
  text-decoration: none;
  outline: 0 !important;
}
#user-profile a:hover,
#user-profile a:focus {
  color: #333;
  text-decoration: none;
}
#user-profile b,
#user-profile strong {
  font-weight: 700;
}
#user-profile pre {
  background-color: #FCFCFC;
  border-color: #E5E5E5;
  border-left-width: 6px;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
#user-profile label {
  font-weight: 400;
}
