/**
 * @param {string} $scheme - The color scheme of the button. Options are nothing, $scheme-light, $scheme-dark
 * if $scheme-dark is passed, the button will be black text and black outline
 * if $scheme-light is passed, the button will be white text and white outline
 * if no $scheme is passed, the button will depend on the background color via the bg-dark mixin
 *   - if ancestor DOES have bg-dark, then white text and white outline
 *   - if ancestor DOES NOT have bg-dark, then black text and black outline
 */
/* BazaarVoice Modal - RATING SUMMARY */
.bv_modal_outer_content #bv_components_histogram.bv_modal_inner_content {
  margin: -0.5em;
}
.bv_modal_outer_content #bv_components_histogram.bv_modal_inner_content .bv_histogram_component_container {
  margin-bottom: 24px;
}
.bv_modal_outer_content #bv_components_histogram.bv_modal_inner_content .bv_histogram_component_container .bv_histogram_row_prefix {
  padding-right: 5px;
}