#voiceIndex .imgArea {
  margin-bottom: 20px;
}
#voiceIndex .imgArea.row {
  margin-left: -2px;
  margin-right: -2px;
}
#voiceIndex .imgArea.row figure {
  margin-bottom: 1em;
  padding-left: 2px;
  padding-right: 2px;
}
#voiceIndex .imgArea.row figure img {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
#voiceIndex .imgArea.row figure figcaption {
  font-size: 85%;
}
