@charset "UTF-8";

/*
font-size list (base: 12px)
 67% =  8px
 75% =  9px
 83% = 10px
 92% = 11px        175% = 21px
100% = 12px        184% = 22px
108% = 13px        192% = 23px
117% = 14px        200% = 24px
125% = 15px        209% = 25px
133% = 16px        217% = 26px
142% = 17px
150% = 18px
159% = 19px
167% = 20px
*/

#reportDescription {
  margin: 40px 0 20px;
  line-height: 1.6em;
  font-size: 133%;
  text-align: center;
  color: #fff;
}
.section {
  margin-top: 40px;
  padding: 0 0 20px 5px;
  font-size: 117%;
  line-height: 1.6em;
  border-bottom: 1px dotted #808080;
}
h4 {
  margin-bottom: 10px;
  padding-left: 20px;
  color: #fff;
  font-size: 117%;
  background: url(/img/iconRoseRed.png) no-repeat left center;
}
.photo {
  margin: 10px 0;
  text-align: center;
}
.photolist {
  margin: 10px 0 0;
}
.photolist li { float: left; }
.photolist li img {
  margin-right: 10px;
  margin-bottom: 15px;
}
.photo-caption {
  display: block;
  text-align: center;
  font-size: 83%;
}