/* Styles for people pages */

table.person { 
  margin-top: 0.5em;
  width: 100%;
}

img.person { 
  margin-bottom: 0.5em;
}

div.person-awards { 
  width: 138px;
  float: right;
  padding-bottom: 1.2em;
}

div.person-projects { 
  padding-right: 155px;
  padding-bottom: 1.2em;
}

span.award-title { 
  font-size: 100%;
  margin-top: 1em;
  margin-bottom: 0.2em;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  color: #FF9C00;
}

div.person-awards span.title { 
  text-transform: capitalize;
  display: block;
  font-weight: normal;
  color: #ffffff;
}

div.person-projects span.title { 
  text-transform: uppercase;
  display: block;
  font-weight: bold;
  color: #FF9C00;
  margin-top: 1em;
}
