@import "list.css";
@import "section.css";


#subtitle {
  margin-bottom: 0.5em !important;
}


#review_details table {
  width: 100%;
}
#review_details .title {
  font-size: 11pt;
  font-weight: bold;
}
#review_details .text {
  font-size: 9pt;
  color: white;
  height: 330px;
  padding-right: 1em;
  overflow: auto;
}
#review_details .text p {
  margin-bottom: 1em;
}
#review_details .author {
  float: left;
  font-size: 9pt;
}
#review_details .date {
  font-size: 9pt;
  font-style: italic;
  color: white;
  text-align: right;
}
