body {
  font-family: 'Source Sans Pro', arial, helvetica, sans-serif;
  padding-bottom: 50px;
}
h3 {
  margin-top: 50px;
}
li {
  margin: 25px 50px 0 0;
}
#detailContent{
  font-size: 14px;
}
.detailBadge {
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
}
#detailLeftArea{
  padding:25px;
  border-radius: .50rem;
}
#detailLeftArea span{
  color:white;
}